You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by hu...@apache.org on 2003/06/07 23:20:04 UTC

cvs commit: jakarta-struts/doc/faqs database.xml

husted      2003/06/07 14:20:04

  Modified:    doc/faqs database.xml
  Log:
  Remove DBCP/Pool dependency.
  
  Revision  Changes    Path
  1.6       +4 -3      jakarta-struts/doc/faqs/database.xml
  
  Index: database.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/faqs/database.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- database.xml	24 May 2003 13:14:24 -0000	1.5
  +++ database.xml	7 Jun 2003 21:20:04 -0000	1.6
  @@ -85,9 +85,10 @@
       [<code>org.apache.commons.dbcp.BasicDataSource</code>] also works well
       with the DataSource manager, if a native component is not available.
       The Struts distribution includes a Generic DataSource class in its util
  -    package, but this is now only a wrapper around the BasicDataSource.
  -    The GenericDataSource class is deprecated as of Struts 1.1 and replaced
  -    by direct use of the BasicDataSource.
  +    package, but this is a very simple implementation.
  +    The Generic DataSource is deprecated and will be removed in a future
  +    release in favor of plugging in the BasicDataSource, or another
  +    DataSource implementation.
       </p>
   
       <p>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org