Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!

Build Automation

  • submit to reddit

QuickBuild 2.1 - the Extensible Build Server

This release introduces plugin API and QuickBuild can now be extended with custom plugins to support new SCMs, builders, authentication systems, or build reports. The RESTful API is also added to enable external system operating QuickBuild programmatically,...

0 replies - 857 views - 02/09/10 by robinshine in Announcements

Java Power Tools Author John Smart Comes to the UK

 Well known in the Java community for his many published articles, and as author of the Java Power Tools book, John Smart has agreed to fly over from New Zealand to teach his 5-day Java Power Tools Bootcamp at Skills Matter in London on February 15-19th.

0 replies - 1077 views - 01/04/10 by Wendy Devolder in Announcements

Upcoming Java Power Tools Bootcamps in Canberra and Sydney, Wellington, London and Paris - Don't Miss Out!

There are still a few places available on the Canberra, Brisbane,

0 replies - 1118 views - 08/20/09 by John Ferguson Smart in Announcements

The Three Pillars of Continuous Integration

Continuous Integration commonly known as CI is a process that consists of continuously compiling, testing, inspecting, and deploying source code. In any typical CI environment, this means running a new build every time code changes within a version control...

34 replies - 13087 views - 12/15/08 by Meera Subbarao in Articles