dirkv       2003/09/29 14:08:09

  Modified:    dbcp/xdocs index.xml
  Log:
  added a reference to tomcat
  added a reference to the James DBCP-Avalon integration
  as suggested by Serge Knystautas
  
  Revision  Changes    Path
  1.4       +13 -0     jakarta-commons/dbcp/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/dbcp/xdocs/index.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.xml 25 Aug 2003 16:25:20 -0000      1.3
  +++ index.xml 29 Sep 2003 21:08:09 -0000      1.4
  @@ -33,6 +33,19 @@
   <code>commons-pool</code> package to provide the underlying object pool
   mechanisms that it utilizes.</p>
   
  +<p>Applications can use the <code>commons-dbcp</code> component directly
  +or through the existing interface of their container / supporting framework.
  +For example the <a href="http://jakarta.apache.org/tomcat/";>Tomcat</a> 
  +servlet container presents a DBCP DataSource as a JNDI Datasource.
  +<a href="http://james.apache.org/";>James</a> (Java Apache Mail Enterprise Server) 
  +has integrated DBCP into the <a href="http://avalon.apache.org/";>Avalon</a> 
framework.
  +A Avalon-style datasource is created by 
  +<a 
href="http://cvs.apache.org/viewcvs/james-server/src/java/org/apache/james/util/dbcp/JdbcDataSource.java";>
  +wrapping</a> the DBCP implementation.
  +The pooling logic of DBCP and the configuration found in Avalon's excalibur 
  +code is what was needed to create an integrated reliable DataSource.
  +</p>
  +
   </section>
   
   <section name="Releases">
  
  
  

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

Reply via email to