Main Menu
Home Articles Directory Submit Popular Site Top Rated Site - Programming - Database - Management - Software Testing and Quality Assurance - Approaches, Process, Methods New Links RSS/Atom
Sponsors



  Main  |  Submit New Article  

  Popular articles (top10)  |  Top rated articles (top10)  |  Category List  |  Randum jump  

Main  arrow  Programming  arrow  Tools  (442)


Sort by:   Title ( Title (A to Z) Title (Z to A)) Date ( Date (Old Links Listed First) Date (New Links Listed First)) Rating ( Rating (Lowest Score to Highest Score) Rating (Highest Score to Lowest Score)) Popularity ( Popularity (Least to Most Hits) Popularity (Most to Least Hits))
Articles currently sorted by: Title (A to Z)


Visit   Configuring Clusters in GlassFish    Last Update 2009/12/23 11:17
Category  Programming  arrow  Java  :  Programming  arrow  Platforms  arrow  Web Server  :  Programming  arrow  Tools
Description
n this two part article series by Xuekun Kou, we will discuss how to configure clusters for the GlassFish Server, and use a load balancer to distribute load across the server instances in the cluster. We will also discuss the High Availability (HA) options supported by GlassFish, and how to enable HA. The goal of this article is to help you gain the knowledge necessary for planning and creating a production-ready GlassFish Server deployment.

Hits: 25  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Connecting Apple's iPhone to Google's cloud computing offerings    Last Update 2009/2/5 9:47
Category  Programming  arrow  Tools  :  Approaches, Process, Methods  arrow  Software Architecture  :  Programming  arrow  Platforms  arrow  Services  :  Programming  arrow  Platforms  arrow  Mobile
Description
Cloud computing and software development for handheld devices are two very hot technologies that are increasingly being combined to create hybrid solutions. With this article, learn how to connect Google App Engine, Google's cloud computing offering, with the iPhone, Apple's mobile platform. You'll also see how to use the open source library, TouchEngine, to dynamically control application data on the iPhone by connecting to the App Engine cloud and caching that data for offline use.

Hits: 5  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Continuous Delivery Using Build Pipelines With Jenkins and Ant    Last Update 2011/7/1 17:17
Category  Programming  arrow  Java  :  Approaches, Process, Methods  arrow  Agile  :  Programming  arrow  Configuration Management  :  Programming  arrow  Tools
Description
This article explains how to set up a continuous delivery environment using build pipelines with Jenkins and Ant.

Hits: 16  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Continuous Integration with CruiseControl.NET and Draco.NETContinuous Integration with CruiseControl Popular articles    Last Update 2006/8/10 9:34
Category  Programming  arrow  .NET  :  Software Testing and Quality Assurance  arrow  Software Testing  arrow  Unit Testing  :  Programming  arrow  Configuration Management  :  Programming  arrow  Tools
Description
This article examines the whys and wherefores of continuous integration, and examines two of the leading (open source) tools for providing this service: Draco.NET and CruiseControl.NET. You will see how to get each up and running, and compare their strengths and weaknesses to determine when each is a better fit for your organization.

Hits: 257  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Continuous Integration with Hudson    Last Update 2010/3/10 14:53
Category  Software Testing and Quality Assurance  arrow  Software Testing  arrow  Unit Testing  :  Approaches, Process, Methods  arrow  Agile  :  Programming  arrow  Configuration Management  :  Programming  arrow  Tools
Description
The basics of installing and configuring the Hudson continuous integration engine to continuously build and test Oracle Application Development Framework applications

Hits: 13  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Control your test-environment with DbUnit and Anthill    Last Update 2006/10/4 7:31
Category  Programming  arrow  Java  :  Database  :  Software Testing and Quality Assurance  arrow  Software Testing  :  Programming  arrow  Configuration Management  :  Programming  arrow  Tools
Description
The inception of the Extreme Programming methodology has brought test-driven development and continuous integration into mainstream Java development practices. Applying these techniques to Java server-side development can quickly become a nightmare if you don't have the right tools. This article describes how to deal with continuous integration and how to use DbUnit in conjunction with JUnit to control the test environment end-to-end by setting up the state of the database before each test.

Hits: 77  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Convert Java to EXE: Why, When, When Not and How    Last Update 2006/8/25 20:32
Category  Programming  arrow  Java  :  Programming  arrow  Tools
Promote  Dmitry Leskov   
Description
The simple fact that Java applications need a JRE to run makes their deployment a more complicated task than if they were native executables. This article presents the ways of transforming a Java program into a native executable, as well as alternative ways to achieve the same goals. The Resources section points to numerous related documents, articles and tools.

Hits: 94  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Create a framework to support XSLT transformation pipelines    Last Update 2008/11/27 16:59
Category  Programming  arrow  PHP  :  Programming  arrow  XML  :  Programming  arrow  Tools
Description
Explore the creation of a framework, called Butterfly, that runs in PHP 5 and facilitates the applications of chains of XSLT stylesheets to XML source documents. This provides transparent caching of the transformed results. Inspired by the Java™-based Apache Cocoon project, so named because it houses and manages the transformation of data from one form to another (turning caterpillars into butterflies), this much lighter-weight framework is named Butterfly. With the Butterfly framework, you can set up an XML configuration file to define chains of stylesheet transformations, and then instantiate Butterfly objects that can each produce the result of an XSLT transformation chain. This article will also look at the nature of framework design in general as it sketches out this framework in particular.

Hits: 11  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Create an Ajax mindreader application with E4X and Prototype, Part 1    Last Update 2008/2/28 10:11
Category  Programming  arrow  JavaScript  :  Programming  arrow  XML  :  Programming  arrow  Tools  :  Programming  arrow  Platforms  arrow  AJAX
Description
XML seems like a natural format for passing Ajax data. However, to work with XML in JavaScript using the Document Object Model (DOM) is not always the best way to handle this kind of data. This has given rise to other choices, such as JSON, which provide a more object-like feel for developers. Now ECMAScript for XML (E4X) combines many of the best features of the DOM with extremely easy data binding to provide a more straightforward way to deal with XML in the browser. In this two-part article series, you'll learn to use both E4X and the Prototype JavaScript library to create a simple Ajax mindreader application that plays Twenty Questions and learns about new objects as it goes along. Part 1 shows you how to create a system that takes an existing knowledge base and analyzes it to determine what the user may be thinking.

Hits: 9  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Create an Ajax mindreader application with E4X and Prototype, Part 2    Last Update 2008/2/28 10:15
Category  Programming  arrow  JavaScript  :  Programming  arrow  Tools  :  Programming  arrow  Platforms  arrow  AJAX
Description
In this article series, the sample application will be less sophisticated. Instead, you will implement a simple binary search, an algorithm that works on the theory that if you continue to eliminate as many non-suitable items in a set as possible that you'll eventually get to the one that you want. In fact, the name "twenty questions" stems from the theory that a set of everything in the universe can be narrowed down to just one item using about 20 different yes-or-no questions to narrow things down. In Part 2, you'll start to train the system for new items. If it guesses wrong, the system asks what the correct item was and how to distinguish it from the rest of the knowledge base. It then adds that item to the knowledge base and starts again. Finally, you'll integrate that functionality with an external database so that everybody benefits from what the system learns from others.

Hits: 4  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)



« [1] 5 6 7 8 9 (10) 11 12 13 14 15 [45] » 
Software Development Expertise

Load Testing Software and Services by Web Performance : the only load testing software with "how many users" analysis

Software Development - Svitla Systems is an offshore software development company which provides various programming services.

Bug Tracking Software - OnTime is industry leading bug tracking software

Scrum Expert - Agile Project Management Knowledge

Software Testing Magazine - Unit, Load, Functional Software Testing Expertise

Share The Knowledge

Practical
Methods & Tools
RSS 2.0
Twitter
Contact
Software Development Jobs
Login
Username:

Password:


Lost Password?

Register now!
THEME_VALIDXHTML    THEME_VALIDCSS

Copyright (c) 2007-2013 Martinig & Associates | Methods & Tools Software Development Magazine | Privacy Policy
Software Development Tools | Software Development Articles | Software Development Directory | Software Development Videos
Software Development Jobs | Software Development News | Software Development Books
Software Development Blogs | Software Development Conferences