package.html :  » Content-Management-System » TransferCM » com » methodhead » persistable » Java Open Source

Java Open Source » Content Management System » TransferCM 
TransferCM » com » methodhead » persistable » package.html
<body>
  <p>
    This library provides classes the provide a foundation for database
    applications.
  </p>
  <p>
    {@link com.methodhead.persistable.ConnectionSingleton
    ConnectionSingleton} provides access to named database connection
    pools.  {@link com.methodhead.servlet.ConnectionServlet
    ConnectionServlet} can be used to initialize a
    <tt>ConnectionSingleton</tt> in a webapp.
  </p>
  <p>
    {@link com.methodhead.persistable.Persistable Persistable}
    (and its subclass {@link
    com.methodhead.persistable.KeyedPersistable KeyedPersistable})
    serve as the foundation for objects used to access data in a database.
  </p>
  <p>
    {@link com.methodhead.test.DbTestCase DbTestCase} is a test case
    that uses a <tt>ConnectionSingleton</tt> to provide database access.
  </p>
</body>
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.