List Info

Thread: CM Basics




CM Basics
user name
2007-01-03 21:12:38
CM Basics - January 2007	 
http://www.cmcrossroads.c
om	 

CM Basics offers readers the answers to their configuration
management	 
"how-to" questions with tips from the experts,
real-life case studies,	 
product reviews and industry news coverage.   

------------------------------------------------------------
-----------   
This Issue Sponsored by:    

 - Automated Dependency Management	
   http://www.cmcrossroads.net/go/cid=664&mid=109
8&id=994    

 - TechExcel DevTrack - configurable, scalable and easy to
use	     
   http://www.cmcrossroads.net/go/cid=663&mid=109
7&id=720     

 - "It's All About Process" - White Paper from MKS
  
   http://www.cmcrossroads.net/go/cid=662&mid=109
6&id=354   

 - Manage Change Across Your Enterprise   
   http://www.cmcrossroads.net/go/cid=665&mid=1101
&id=43    


=================   
  In this Issue   
=================   

1. Controlling SCA Modules		 
2. Why Your Recovery Should Be At Least As Good As Your
Backup	  
3. WEBCAST: Accelerating Software Delivery with Integrated  

   Change and Release Management	   
4. Ask Mr. Make: The pitfalls and benefits of GNU Make
parallelization	    
5. The CM Crossroads Blogzone	  
6. DevZone: Change and Release Management     
7. Recent Discussion in the Forums: Software Product Lines	 



************************************************************
***********   
Sponsored By   
Automated Dependency Management    

How do you manage dependencies in your current project? Do
you place jar    
files in the lib folder?  What happens when a dependency
changes?   
Do you manually copy the new jar file to every project
dependent on it?  
Do you know which projects are using a dependency and what
version of	
that dependency?  Source Control Systems were not meant to
manage    
dependencies. Download your free evaluation and discover
something that was.   

http://www.cmcrossroads.net/go/cid=664&mid=109
9&id=189	 


===========================================    
Controlling SCA Modules
by Alan Rogers	 
===========================================   

This is an ongoing of series of articles about Configuration
Management in a SA environment. This is one of most
difficult areas to understand because this uses multi layer
baselines to support it and also there is also a difficulty
of long lives process and short-lived process.

The definition that has been used in the SOA programme is:

    * Short lived is measured in seconds and minutes
    * Long lived is measured in hours, days and months

Read More >>
ht
tp://www.cmcrossroads.com/content/view/7477/174/   


************************************************************
***********   
Sponsored By   
DevTrack - Power from around the corner or around the
globe!	 

DevTrack is the most powerful, affordable and easy-to-use
defect and project tracking tool for development   
organizations. You’ll dramatically transform your
development processes, save significant time and resources  

and deliver quality products on-time and on-budget.  
Configurable - Powerful new graphic workflow editor and
email notification and subscription enhancements   
Scalable - DevTrack search engine, inter-project actions and
Web server load balancing	 
Easy to Use - Workflow action buttons, personal folders,
screen quick capture and improved reporting   

See for yourself. Download a free copy of DevTrack, with
free technical support during your evaluation	 
http://www.cmcrossroads.net/go/cid=663&mid=109
7&id=720	  


=====================================	 
Why Your Recovery Should Be At Least As Good As Your Backup
By Eric Schou
=====================================	
	    
Fast, Complete, Automated Restores Minimize the Effects of
Any Unplanned Downtime Event

In our ongoing contacts with customers, we have found that
companies tend to pay more attention to backup than to
recovery. Having reliable backup mechanisms in place is
vital, but it can create an illusory comfort zone: "I'm
covered. My data is protected. It cannot be lost
irretrievably." This is much like knowing that you're
insured by a good company, and the premiums have been paid;
you're probably not thinking about what happens after the
fire department leaves. 

Read more >>
ht
tp://www.cmcrossroads.com/content/view/7478/174/   


************************************************************
***********   
Sponsored By
It's All About Process - White Paper from MKS	  

Are you struggling with too much process – trying to
implement several	 
different methodologies – or too little process,
re-inventing the wheel with   
each new business development?	Learn how to implement and
bridge   
process methodologies such as CMMI and ITIL, delivering them
as one   
process under one application management framework –
download the white paper:	 

http://www.cmcrossroads.net/go/cid=662&mid=109
6&id=354	  


=======================================     
 WEBCAST: Accelerating Software Delivery with Integrated   
 Change and Release Management	      
======================================= 		
	
In software development today, teams use a variety of tools
for change and release management. Version control, defect
tracking, project and build management tools used may be
helping produce quality software, however often these tools
do not work together. This can lead to poor communication
and coordination, as well as manual, disparate processes.
When software development teams are siloed without a
unifying process, the hand-off can be slow as well. Further
compounding the problem is the reality that many teams today
are working in distributed environments. As a result
software development happens more slowly, with greater risk
of errors, and project managers cannot guarantee that the
teams are working efficiently with a governed process. All
of these factors introduce greater risk to the software
development process.

This webcast will look at how IBM Rational Change and
Release Management tools provide an integrated, automated
solution that helps teams respond quicker to change in all
stages of software development. These tools help you to work
smarter, not harder for increased productivity, improved
software quality, improved visibility into the entire
software development lifecycle, and faster software deliver.
 

Register for this Webcast >>				  
http://www.cmcrossroads.net/go/gid=8&
;cid=655&mid=1087&id=842	  


************************************************************
***********   
Sponsored By   
Telelogic    

Manage Change Across Your Enterprise   
Control development complexity and effectively manage and
control   
changes throughout a product’s lifecycle to maximize
productivity,  
increase product quality and demonstrate compliance
standards.	

http://www.cmcrossroads.net/go/cid=665&mid=1101
&id=43	  


===========================================    
The pitfalls and benefits of GNU Make parallelization	
By John Graham-Cumming	       
===========================================   

Many build processes run for hours with build managers
commonly typing 'make' and going home for the night.  GNU
Make's solution to this problem is parallel execution: a
simple command-line option causes GNU Make to run jobs in
parallel using the dependency in the Makefile to run in the
correct order.

In practice GNU Make parallel execution is severely limited
by a number of problems stemming from the fact that almost
all Makefiles are written with the implicit notion that they
will run in series.  Hardly any Makefile authors 'think
parallel' when writing their Makefiles which cause hidden
traps that either cause the build to fail with a fatal error
when GNU Make is run in parallel-mode, or, worse, the build
succeeds but builds incorrect binaries.

Read More >>
ht
tp://www.cmcrossroads.com/content/view/7483/202/    


=======================================     
 CM Blogzone:	  
 Read the latest from the CM Crossroads bloggers   
 http://www.cmblogs.com
  
=======================================     

- SCM andDave by David Hegland	  
  
  Generic Property Setting in StarTeam	   
  ht
tp://www.cmcrossroads.com/content/view/7401/230/	  

- Configure This! by Carson Lucky    

  Chapter 8.1: The Radio Show	
  ht
tp://www.cmcrossroads.com/content/view/7476/230/	  

  Chapter 7.2: The Mission   
  ht
tp://www.cmcrossroads.com/content/view/7407/230/  

- Brad Appletons ACME Blog     
  
  Product-Line CM in CACM   
  ht
tp://www.cmcrossroads.com/content/view/7416/230/	   

  The Cone of Uncertainty	
  ht
tp://www.cmcrossroads.com/content/view/7405/230/	  


=======================================    
 DevZone: Change and Release Management      
=======================================     

Successful software development organizations have the
agility to manage change by harnessing the capabilities of
process-centric SCM solutions, to satisfy internal and
external compliance requirements. The Change and Release
Management Zone offers a community resource that promotes
learning, collaboration and the exchange of best practices
to help teams formulate forward thinking strategies and
achieve measurable results in their organization.   

Visit the Change and Release Management DevZone >>   
http://www.cmcrossroads.com/content/blogsection/15/250/   


===========================================    
Recent Discussion in the Forums:     
Software Product Lines	  
===========================================    

Hello,
the majority of the articles and posts I've seen here
concentrate on single system development. However things can
become much more complicated when configuration management
is applied to software product lines. I would be glad if we
could start a discussion here about practical problems,
challenges and possible solutions of configuration
management in the context of product lines.

http://w
ww.cmcrossroads.com/component/option,com_smf/Itemid,180/
topic,70819.0	



------------------------------------------------------------
-----------
CM Basics is a monthly publication of CM Crossroads the
configuration
management community.  If you would like to sponsor this
publication
or any other CM Crossroads Event, please contact us at
http://www.cmcr
ossroads.com/contactus

If you would to like subscribe to this or any other CM
Crossroads
newsletter please visit http://www.cmcr
ossroads.com/subscribe
Subscriptions are free and you can win an Apple iPod

------------------------------------------------------------
----------
This message was delivered to bondyahoo.com 
To update your subscription profile use the following link 
ht
tp://www.mailermailer.com/x?u=50243678i-a6917d81 

------------------------------------------------------------
----------
© Copyright 1998-2006 CMC Media Inc. - All Rights Reserved 
3905 State St. 7-235 - Santa Barbara, CA 93105 -
805-683-1200 

 

 



 

 


Email list management powered by http://MailerMailer.com
[1]

about | contact  Other archives ( Real Estate discussion Medical topics )