You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2003/09/14 22:21:30 UTC

cvs commit: jakarta-commons/dbcp/xdocs/guide classdiagrams.xml index.xml sequencediagrams.xml

dirkv       2003/09/14 13:21:30

  Added:       dbcp/xdocs/guide classdiagrams.xml index.xml
                        sequencediagrams.xml
  Log:
  Developers Guide: Class & Sequence diagrams
  
  Revision  Changes    Path
  1.1                  jakarta-commons/dbcp/xdocs/guide/classdiagrams.xml
  
  Index: classdiagrams.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <document>
  
   <properties>
    <title>Sequence Diagrams</title>
    <author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
   </properties>
  
   <body>
  
  <section name="PoolingDataSource">
  <img src="../images/uml/PoolingDataSource.gif"/>
  </section>
  
  <section name="PoolingConnection">
  <img src="../images/uml/PoolingConnection.gif"/>
  </section>
  
  <section name="Delegating">
  <img src="../images/uml/Delegating.gif"/>
  </section>
  
  <section name="AbandonedObjectPool">
  <img src="../images/uml/AbandonedObjectPool.gif"/>
  </section>
  
  </body>
  </document>
  
  
  
  1.1                  jakarta-commons/dbcp/xdocs/guide/index.xml
  
  Index: index.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <document>
  
   <properties>
    <title>Developers Guide</title>
    <author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
   </properties>
  
   <body>
  
  <section name="BasicDataSource">
  <center><img src="../images/uml/BasicDataSource.gif"/></center>
  </section>
  
  <section name="ConnectionFactory">
  <center><img src="../images/uml/ConnectionFactory.gif"/></center>
  </section>
  
  </body>
  </document>
  
  
  
  1.1                  jakarta-commons/dbcp/xdocs/guide/sequencediagrams.xml
  
  Index: sequencediagrams.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <document>
  
   <properties>
    <title>Sequence Diagrams</title>
    <author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
   </properties>
  
   <body>
  
  <section name="createDataSource">
  <img src="../images/uml/createDataSource.gif"/>
  </section>
  
  <section name="getConnection">
  <img src="../images/uml/getConnection.gif"/>
  </section>
  
  <section name="prepareStatement">
  <img src="../images/uml/prepareStatement.gif"/>
  </section>
  
  </body>
  </document>