| View: | [ 2010 | 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles Books |
- Which open source CI tool is best suited for your application's environment? by John Ferguson Smart - [Clicks: 76]
Automating the build process is a difficult task, and fairly quickly a continuous integration tool becomes a must. But which one? This article test drives a few of the open source CI tools to see how they compare.
http://www.javaworld.com/javaworld/jw-11-2006/jw-1101-ci.html - Nov, 2006 - Automation for the people: Choosing a Continuous Integration server by Paul Duvall - [Clicks: 96]
With so many Continuous Integration (CI) servers to choose from, it can be difficult to decide which one is right for you. In the second article of the series Automation for the people, development automation expert Paul Duvall looks at a handful of open source CI servers, including Continuum, CruiseControl, and Luntbuild, using a consistent evaluation criteria and illustrative examples.
http://www-128.ibm.com/developerworks/java/library/j-ap09056/index.html - Sep, 2006 - Continuous Integration with Continuum by John Ferguson Smart - [Clicks: 111]
Integrate early, integrate often. This is the underlying principle of continuous integration, a powerful development practice recently brought into the spotlight by the Agile methodologies. Apache Continuum is a flexible, easy-to-use tool which can help you put continuous integration into action. In this article, we will go through the basic principals of continuous integration, and then focus on how we can use Continuum to set up a continuous integration server. We will cover installing and configuring the server, and setting up a particular project, including how to check the project status and receive build failure notification in various ways.
http://today.java.net/pub/a/today/2006/05/30/continuous-integration-with-continuum.html - May, 2006
- Better Builds with Maven by John Casey, Vincent Massol, Brett Porter, Carlos Sanchez, Jason Van Zyl - [Clicks: 347]
"Better Builds with Maven" is written by Vincent Massol, Jason van Zyl and other key contributors of the Maven community and combines detailed explanations and code examples to walk you through improving your software development process with Maven 2.0. The latest edition of "Better Builds with Maven" (version 1.1, updated on October 9, 2006), covers: * An introduction to Maven 2.0; * Advanced tools for "power" users; * Creating J2EE builds and using J2EE models; * Extending builds through plugins; * Monitoring source code, testing, dependencies and releases; * Leveraging repositories, continuous integration and transitive dependency; * Converting existing Ant builds.
http://www.mergere.com/m2book_download.jsp - Oct, 2006