You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2004/03/04 09:02:34 UTC

cvs commit: avalon/merlin/platform/tutorials/dynamics README.txt

mcconnell    2004/03/04 00:02:34

  Added:       merlin/platform/tutorials/dynamics README.txt
  Log:
  Some initial documentation.
  
  Revision  Changes    Path
  1.1                  avalon/merlin/platform/tutorials/dynamics/README.txt
  
  Index: README.txt
  ===================================================================
  
  Dynamics
  ========
  
  A demonstration of the dynamic manipulation of the meta-model.
  
  Overview
  --------
  
  The examples demonstrates the activation of a two component models, 
  gizmo and widget.  The example shows the programatic manipulation 
  of the component model configration and context entires (as examples
  of dynamic model modification). During the example an widget is 
  created and deployed using its default parameters.  We then update 
  the configuration and redeploy the a component. Logging information
  reflects the new profile.  The same process is applied to the gizmo
  coponent except that we modify a context entry as opposed to the 
  configuration.
  
  
  Build
  -----
  
  Build the project using the following command:
  
  $ maven jar
  
  Runtime
  -------
  
  $ merlin target\merlin-tutorial-dynamics-1.0.jar -execute
  
  
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org