Continuous Integration

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
  

Articles:
  • Automated Builds Made Easy with Hudson by Tom Wheeler   - [Clicks: 15]
    Continuous integration can help you identify build problems faster, enabling you to produce better software in less time. Though there are a number of automated tools available, I've shown how Hudson is one of the most innovative. It works well with popular tools like Ant, Maven, CVS and subversion, and its intuitive Web-based interface makes it simple for any developer to set up and managee an automated build process.
    http://www.ociweb.com/jnb/jnbDec2006.html - Dec, 2006
  • Which open source CI tool is best suited for your application's environment? by John Ferguson Smart   - [Clicks: 71]
    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: 91]
    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 by Martin Fowler   - [Clicks: 15]
    Continuous Integration is a software development practice where members of a team integrate their work frequently, usually each person integrates at least daily - leading to multiple integrations per day. Each integration is verified by an automated build (including test) to detect integration errors as quickly as possible. Many teams find that this approach leads to significantly reduced integration problems and allows a team to develop cohesive software more rapidly. This article is a quick overview of Continuous Integration summarizing the technique and its current usage.
    http://www.martinfowler.com/articles/continuousIntegration.html - May, 2006

[Top]