You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by he...@apache.org on 2003/01/12 16:03:05 UTC

cvs commit: jakarta-turbine-2/xdocs features.xml getting-started.xml project-map.xml

henning     2003/01/12 07:03:05

  Modified:    xdocs    features.xml getting-started.xml project-map.xml
  Log:
  Remove some old references to Logging and Resources Service
  
  Revision  Changes    Path
  1.4       +5 -4      jakarta-turbine-2/xdocs/features.xml
  
  Index: features.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/xdocs/features.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- features.xml	15 Dec 2002 13:09:11 -0000	1.3
  +++ features.xml	12 Jan 2003 15:03:05 -0000	1.4
  @@ -81,11 +81,12 @@
       <li>
           GenerateUniqueId class for getting a unique number (ie: for sessions)</li>
       <li>
  -        Logging to a file facility...(extensible to include ANY logging system
  -        implementation).</li>
  +        Logging via commons-logging, backed by Log4j.
  +    </li>
       <li>
  -        Property file reader tools and a TurbineResources service to make it easy
  -        to retrieve properties</li>
  +        A centralized configuration using commons-configuration tomake it easy
  +        to retrieve properties.
  +    </li>
       <li>
           Integration with JavaMail to make sending email painless</li>
       <li>
  
  
  
  1.5       +1 -3      jakarta-turbine-2/xdocs/getting-started.xml
  
  Index: getting-started.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/xdocs/getting-started.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- getting-started.xml	15 Dec 2002 13:09:11 -0000	1.4
  +++ getting-started.xml	12 Jan 2003 15:03:05 -0000	1.5
  @@ -86,9 +86,7 @@
   lives. The Services framework is a core aspect of Turbine. Essentially
   it is a framework for creating Singleton objects which may also have an
   init() and destroy() lifecycle. There are Services for many different
  -things. For example, the Database Connection Pool is a service and so is
  -the Logging (which is backed by <a
  -href="http://jakarta.apache.org/log4j/">Log4J</a>).
  +things.
   </li>
   <li>
   org.apache.turbine.util - The Util package is just that. A package of
  
  
  
  1.2       +0 -8      jakarta-turbine-2/xdocs/project-map.xml
  
  Index: project-map.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/xdocs/project-map.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project-map.xml	16 Aug 2001 05:10:09 -0000	1.1
  +++ project-map.xml	12 Jan 2003 15:03:05 -0000	1.2
  @@ -34,14 +34,6 @@
       easily) that can take part in the startup and shutdown sequence of the 
       application. </p>
   
  -    <p> You will find here the Services that are essential for the operation
  -    of the framework and very useful for building your application, like
  -    Resource service (for accessing configuration settings) and Logging
  -    service (a powerful tool that allows you to trace various aspects of
  -    operation of the application, and send the messages to a multitude
  -    of destinations including system console, text files, unix syslog
  -    daemon, JDBC compliatn database and even a remote Logging service) </p>
  -
       <p><a href="project-map/content-generation.html"><b>Content generation services</b></a></p>
   
       <p> This block groups together various services that aid you in the process
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>