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: Title (A to Z)


Visit   Manage Project Libraries with NuGet    Last Update 2011/10/31 14:48
Category  Programming  arrow  .NET  :  Programming  arrow  Configuration Management
Description
NuGet is a package manager for developers that puts the best .NET libraries just a click away. It provides acess to free developer libraries and supports a model where companies can set up a private “app store” to manage libraries in their company. Learn how to work with NuGet to streamline your projects.

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

Visit   Managing Vendor Code Customizations with Stream-based SCM    Last Update 2006/10/9 9:40
Category  Programming  arrow  Configuration Management
Description
Customizing or extending third party "vendor" source code is becoming increasingly common especially with the availability of open-source software. Building upon existing code increases your time to market and lets a group of experts elsewhere develop the foundation. Vendors typically provide frequent patches and new features in the form of vendor releases. Managing the incorporation of vendor releases alongside customizations requires an additional layer of configuration management. raditional branch-based software configuration management (SCM) tools require an unnecessarily complex branch and merge process. This article describes how stream-based SCM provides a more intuitive and efficient parallel development model for managing customizations to vendor code.

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

Visit   Parallel Development Strategies for Software Configuration Management Popular articles    Last Update 2006/4/15 21:25
Category  Programming  arrow  Configuration Management
Description
This article presents the different approaches to develop concurrently many versions of the same software.

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

Visit   Patterns for Continuous Delivery    Last Update 2011/12/12 18:39
Category  Approaches, Process, Methods  arrow  Agile  :  Programming  arrow  Configuration Management
Description
There is no one-size-fits-all solution to implementing Continuous Delivery. This article reflects on some of the patterns he has observed over the last 15 years.

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

Visit   Preventing a Brute Force or Dictionary Attack: How to Keep the Brutes Away from Your Loot    Last Update 2007/1/12 6:58
Category  Programming  :  Programming  arrow  JavaScript  :  Programming  arrow  Platforms  arrow  Web Client  :  Software Testing and Quality Assurance  :  Programming  arrow  Configuration Management
Promote  Bryan Sullivan   
Description
A brute force attack, also known as a dictionary attack, is one of the more uncomplicated attacks available to a hacker. However, the odds of this type of attack succeeding can be very high if a site is not configured properly. Learn more about what can be done to defend a site against a brute force attack - including implementing incremental delays and carefully wording error messages - and which defensive strategies don't work.

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

Visit   Redefine Your Build Process with Continuous Integration    Last Update 2008/4/2 9:40
Category  Programming  arrow  .NET  :  Software Testing and Quality Assurance  arrow  Software Testing  :  Programming  arrow  Configuration Management  :  Programming  arrow  Tools
Description
When using a Continuous Integration (CI) system, team members integrate application components early and often, up to several integrations a day per developer. Lest that idea set your teeth on edge, note that each integration is immediately checked and verified by an automated build to find any errors instantly. While the concept of CI might take some getting used to, it can be a valuable system.
A basic principle of a CI system is that the word build needs to be redefined. Formerly, you might have thought of a build as simply a compilation. When it comes to CI, you must understand that the definition of build now includes the all-important steps of verification and testing. CI depends on the presence of tests. Without tests, all you have is continuous compilation.
Since developers are the main users of a CI system, they will determine whether the system is a success or a failure. Developers really only want two things: a build that takes less than five minutes and an easy way to find the cause of a build failure. Success will also depend on your team's build etiquette. I recommend these simple guidelines:
* Never leave the building if you have broken the build.
* Don't submit to a broken build.
* Be nice. When you see that the build is broken, look at the build report. If you know how to fix the issue, contact the developer that broke the build and offer to help.

Hits: 27  
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   Social networks meet open-source project hosting    Last Update 2013/1/8 21:39
Category  Programming  arrow  Configuration Management  :  Programming  arrow  Tools  :  Programming  arrow  Open Source
Description
The revolutionary effects of social networks have not missed the world of software development. Many services emerged to support collaboration on projects over the Internet, especially in the world of open-source software. Concepts such as distributed version control, routine forking, and pull requests are in some ways changing the basic process of group development. One of the most popular social networks for software collaboration is GitHub, whose motto is "Social Coding." Learn about development social networks in the context of GitHub, but with principles applicable to other sites such as BitBucket, and even to your organization's internal systems.

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

Visit   Software Configuration Management for the Web Popular articles    Last Update 2006/4/15 16:33
Category  Programming  arrow  Platforms  :  Programming  arrow  Configuration Management
Description
This article describes the adaptation of the classic software configuration model for Web-based applications.

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

Visit   Software Safety for Model-Driven Development    Last Update 2009/5/20 9:44
Category  Approaches, Process, Methods  arrow  Software Process Improvement  :  Programming  arrow  Configuration Management  :  Approaches, Process, Methods  arrow  Model Driven Development
Description
With software applications becoming increasingly complex and the demand for rapid deployment (including rapid prototyping) of software applications increasing, automated tools and updated methods for software development have become necessary. It follows that these new software development processes require new approaches for software safety. One company’s 15-element Software Safety Process has now been adapted to a model-driven, spiral software development effort. This process provides an open working relationship to incrementally identify the causes of hazards at different levels.

Hits: 28  
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