husted      2003/12/31 04:00:36

  Modified:    doc/faqs database.xml
  Log:
  Clarify status and role of DataSource manager; add Persistence Frameworks section.
  
  Revision  Changes    Path
  1.13      +2 -2      jakarta-struts/doc/faqs/database.xml
  
  Index: database.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/faqs/database.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- database.xml      31 Dec 2003 11:49:56 -0000      1.12
  +++ database.xml      31 Dec 2003 12:00:36 -0000      1.13
  @@ -155,9 +155,9 @@
       manager should only be used with legacy business classes that don't provide
       their own  connectivity. When possible, we <b>strongly</b> recommend use of
       the standard DAO pattern, so that the Action classes do not need to know
  -    anything about the persitence mechanism. The DataSource manager is being
  +    anything about the persitence mechanism. <strong>The DataSource manager is being
       retained in Struts 1.x for backward compatibility but may not be retained
  -    in Struts 2.x or later.
  +    in Struts 2.x or later.</strong>
       </p>
   
       <p>
  
  
  

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

Reply via email to