Articles in category: process

This page lists all of the articles that are contained in the process category. We are always looking for new artilces, if you have an idea for an article on this topic or have written some content yourself that you would like to shared, then please contact us for more information.

DevOps and Release Management
Posted by buildmeister on October 27th, 2011
This article introduces the concepts and practices of Devops. It highlights the potential benefits and pitfalls of Devops and also compares Devops with Release Management and how these two practices can potentially work together.
Agile SCM in the Enterprise
Posted by buildmeister on November 26th, 2008
This article discusses Agile Software Configuration Management, or Agile SCM - a well-designed, light form of SCM that can be used by software development projects practicing agile development methods.
Practices of Enterprise Continuous Integration
Posted by buildmeister on September 10th, 2008
This article introduces the concept of Continuous Integration, and describe a set of practices for ensuring that Continuous Integration is implemented successfully.
Introduction to JavaEE packaging
Posted by buildmeister on November 15th, 2007
This article describes how Enterprise Java applications are typically packaged and deployed.
Software Release Management Best Practices
Posted by buildmeister on October 12th, 2007
This article describes the fundamental concepts of Software Release Management and discusses 10 best practices that can be adopted to improve your own application Release Management process.
How to write a Build Management Plan
Posted by buildmeister on October 8th, 2007
This article illustrates how you can formalize your build and release process through the definition of a Build Management Plan. It does so by defining the procedures for the myReserve reference project.
Introduction to Test Driven Development and JUnit
Posted by buildmeister on August 6th, 2007
This article describes the principles of Test Driven Development and the Java unit testing framework tool JUnit that can be used to implement it.
Build Process Top Ten Tips
Posted by buildmeister on September 12th, 2006
This article describes my top 10 tips for constructing a complete, consistent and reproducible build process.
Defining the Build Process
Posted by buildmeister on May 11th, 2006
This article defines the value of the build process and breaks it down into its constituent parts so that we can better understand and automate it.
Architecting the Build Process
Posted by buildmeister on April 14th, 2006
This article is intended to describe how best to architect a typical build process and what a "good" build process might possibly look like.
Version Control Requirements for the Build Process
Posted by buildmeister on November 24th, 2005
This article describes a set of requirements that any version control tool should meet in order for it to successfully enable repeatability, reliability and scalability of the Build Process.