Author: tv Date: Mon May 7 12:27:32 2007 New Revision: 535960 URL: http://svn.apache.org/viewvc?view=rev&rev=535960 Log: Fixed typos, made some info current.
Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/features.xml jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/j2ee-integration.xml Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/features.xml URL: http://svn.apache.org/viewvc/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/features.xml?view=diff&rev=535960&r1=535959&r2=535960 ============================================================================== --- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/features.xml (original) +++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/features.xml Mon May 7 12:27:32 2007 @@ -103,22 +103,20 @@ Logging via commons-logging, backed by Log4j. </li> <li> - A centralized configuration using commons-configuration tomake it easy + A centralized configuration using commons-configuration to make it easy to retrieve properties. </li> <li> - Integration with JavaMail to make sending email painless</li> + Integration with commons-email to make sending email painless</li> <li> - Integration with JavaMail and Velocity to allow you to send + Integration with commons-email and Velocity to allow you to send processed Velocity templates as email!</li> <li> Built using Maven</li> <li> - Initial application development WAR archive creation tool using Ant</li> - <li> Turbine Servlet works cleanly with Servlet API 2.1 and higher</li> <li> - Works with JDK 1.2.x and higher - 100% Pure Java</li> + Works with JDK 1.3 and higher - 100% Pure Java</li> </ul> </section> Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/j2ee-integration.xml URL: http://svn.apache.org/viewvc/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/j2ee-integration.xml?view=diff&rev=535960&r1=535959&r2=535960 ============================================================================== --- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/j2ee-integration.xml (original) +++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/j2ee-integration.xml Mon May 7 12:27:32 2007 @@ -127,12 +127,10 @@ <td> <p> Turbine provides good support for working with JDBC through the <a -href="http://share.whichever.com/village/">Village API</a>, the <a -href="http://jakarta.apache.org/turbine/torque/user-guide.html"> +href="http://www.softwareforge.de/projects/village">Village API</a>, the <a +href="http://db.apache.org/torque/"> Torque Object Relational Tool</a> and its connection -pooling facilities. The connection pool is not yet fully J2EE -"compatible" in that it does not support DataSources. However, at some -point we may choose to implement that. Note, again, Turbine does not +pooling facilities. Note, again, Turbine does not prevent you from using your own Connection pooling mechanism, we simply created one because at the time, we needed one and ours works just fine. </p> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]