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  Configuration Management  (84)


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: Rating (Highest Score to Lowest Score)


Visit   Driving On CruiseControl - Part 2    Last Update 2006/8/10 9:43
Category  Programming  arrow  Java  :  Software Testing and Quality Assurance  arrow  Software Testing  arrow  Unit Testing  :  Approaches, Process, Methods  arrow  Agile  arrow  Extreme Programming (XP)  :  Programming  arrow  Configuration Management  :  Programming  arrow  Tools
Description
In Part 1 of this tutorial, we set up the CruiseControl Continuous Integration server against a Subversion repository. In this second part, we'll continue where we left off by taking our build results online with the CruiseControl reporting web application.

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

Visit   Setting Up a Maven Repository    Last Update 2007/7/18 14:05
Category  Programming  arrow  Java  :  Programming  arrow  Configuration Management  :  Programming  arrow  Tools
Description
Maven is a popular build tool available for java developers. One of the benefits of maven is that helps to reduce the duplication of dependent software libraries (jars) required to build an application. The maven suggested approach is to store all the software libraries in a remote store called a repository. Maven synchronizes with the public repository at ibiblio.org This repository is slow, unreliable and does not have the latest versions of some libraries(jars) available elsewhere. Libraries private to the organization cannot be uploaded there either. By setting up an internal maven repository, an organization can avail of the benefits of a maven repository and bypass some of the shortcomings of the repository at ibiblio. This article looks at some of the functionality that a maven repository should provide. Criteria for choosing a maven repository are listed. Steps involved in setting up a maven repository using Artifactory are explained. The process of setting up the repository is same for both Linux and Windows and the minor differences are highlighted in the article. Examples of maven ‘pom’ files which use this repository are shown. The article is illustrated with screenshots to guide the user in setting up a repository. Sample maven and artifactory configuration is shown.

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

Visit   Automation for the people: Deployment-automation patterns, Part 1    Last Update 2009/1/15 9:21
Category  Programming  arrow  Java  :  Programming  arrow  Configuration Management
Description
Java deployments are often messy, error-prone, and manual, leading to delays in making software available to users. In Part 1 of a two-part article in the Automation for the people series, automation expert Paul Duvall identifies a collection of key patterns for developing a reliable, repeatable, and consistent deployment process capable of generating one-click deployments for Java applications.

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

Visit   From Subversion to Git in a morning    Last Update 2010/9/28 12:43
Category  Programming  arrow  Configuration Management  :  Programming  arrow  Tools
Description
Here is the story of how in a single morning we migrated our repositories (not a large number of codebases) from Subversion to Git. I won't include much configuration commands, since there are already very good howtos that I now know by heart and which you can follow to setup your own Git server. What I'll tell you in this article are our experience in migrating and the whole story of how we did it from scratch (an additional, empty virtual server).

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

Visit   Want to Prove Agile Works? Practice Continuous Delivery!    Last Update 2011/11/21 20:31
Category  Approaches, Process, Methods  arrow  Agile  :  Programming  arrow  Configuration Management
Description
This article explains why Agile development teams must deliver and keep delivering on a regular schedule. The surest proof of your team's practicing Agile methodology correctly is that you continue delivering working product.

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

Visit   Best Practices for Risk-Free Deployment Popular articles    Last Update 2006/9/16 11:01
Category  Programming  :  Programming  arrow  Configuration Management
Description
The cost impact to a company of a failed project can be severe indeed. The impact on the reputation of the project manager can be disastrous.
Numerous methodologies are available for mitigating these risks – PRINCE2, RUP, DSDN, eXtreme programming – and these have helped to some extent. This document introduces the 3D™ methodology – a set of best practices and quality tools developed by BuildMonkey, which can be summarised as: De-risk. Deploy. Deliver.

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

Visit   Lean Configuration Management - Evolving the CM Discipline Through the Agile Paradigm Shift    Last Update 2007/9/24 13:04
Category  Programming  arrow  Configuration Management  :  Approaches, Process, Methods  arrow  Agile  arrow  Lean
Description
The increasing popularity of agile development methods is putting new demands on the traditional CM discipline. A working CM environment is essential for the rapid nature of agile development methods, but the CM process and the CM role has to be adapted to the present evolution of software development methods as well as automated tools. This article discusses lean principles and agile values within a CM scope and also introduces a method to classify the CM discipline in relation to development method and level of tool automation.

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

Visit   Continuous Integration: An Agile Necessity    Last Update 2010/11/8 15:37
Category  Software Testing and Quality Assurance  arrow  Software Testing  arrow  Unit Testing  :  Programming  arrow  Configuration Management
Description
Agile development is the future of modern software engineering. Companies that have implemented it successfully have seen great improvements in their software—both in cost, stability, and in the utility of the software itself. However, some companies have struggled, finding it difficult to adapt their processes and culture to work in an Agile environment. One of the areas that best highlights the cultural shifts required to become an Agile organization is Continuous Integration (CI).

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

Visit   Tweet your project's build status    Last Update 2010/10/14 17:04
Category  Programming  arrow  Configuration Management
Description
Combine tried-and-true old friend Apache Ant with the trendy Twitter service to create a build-notification system that doesn't rely on Ant's mail task. By receiving status updates via Twitter after an automated Ant build completes, project developers and testers are notified immediately that the new build is available. And they can subscribe and unsubscribe to the feed at will.

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

Visit   Flex and Maven with Flexmojos – Part 3: Journeyman    Last Update 2011/12/5 19:33
Category  Programming  arrow  Java  :  Programming  arrow  Configuration Management  :  Programming  arrow  Flex/Flash
Description
This article covers Flash compilation and linkages, dependency scope, RSL support, WAR packaging, build profiles and the ASDoc goal. By the end of this article you should have all the tools you need to manage your enterprise project with Maven and Flexmojos.

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



« 1 2 3 4 5 (6) 7 8 9 » 
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