epugh       2003/08/18 15:43:14

  Modified:    xdocs    changes.xml
  Log:
  Expand on changes in configuration.
  
  Revision  Changes    Path
  1.59      +10 -0     jakarta-turbine-2/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/xdocs/changes.xml,v
  retrieving revision 1.58
  retrieving revision 1.59
  diff -u -r1.58 -r1.59
  --- changes.xml       18 Jul 2003 08:32:29 -0000      1.58
  +++ changes.xml       18 Aug 2003 22:43:14 -0000      1.59
  @@ -266,6 +266,16 @@
       <li>
          added new Configuration code based on commons-configuration. Switched
          all configuration requests to commons-configuration.
  +       <ul>
  +         <li>
  +           Configuration values can now be stored in XML, .properties, as well as 
JNDI Tree.
  +         </li>
  +         <li>
  +                Configuration values can be overridden.  If you specify JNDI and 
the .xml, if a value
  +                is found in JNDI, then it is used.  Useful for overriding 
environment specific values
  +                like mail servers or whether Velocity templates are reloadable.
  +         </li>         
  +       </ul>
       </li>
       <li>
         added Log4j configuration and startup.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to