Expresso 5-6

Uses of Package
com.jcorporate.expresso.core.db

Packages that use com.jcorporate.expresso.core.db
com.jcorporate.expresso.core The sub-packages to this package define the core objects of Expresso, where items such as DBObject are defined.  
com.jcorporate.expresso.core.controller This package contains the object defining the "Controller" object, an important component of Expresso that should be used to encapsulate all user interaction sequences.  
com.jcorporate.expresso.core.dataobjects The DataObjects package contains a set of interfaces and base classes that give the ability to provide a unified object approach to various data sources.  
com.jcorporate.expresso.core.dataobjects.jdbc This package contains implementations and helper classes of DataObjects that pertain to JDBC data sources only.  
com.jcorporate.expresso.core.db Database Java Objects for establishing database connections and connection pooling Also contains all Exceptions used for Data Access while working with Expresso. 
com.jcorporate.expresso.core.db.datasource DataSource components for establishing database connections and connection pooling via JNDI Also contains all Exceptions used for Data Source while working with Expresso. 
com.jcorporate.expresso.core.db.exception Specific database exceptions, subclassing DBException 
com.jcorporate.expresso.core.dbobj Ancestor objects for all Database Objects and Schemas.  
com.jcorporate.expresso.core.job Classes that define "Jobs" or server-side tasks that are run asynchronously to the user's web browser.  
com.jcorporate.expresso.core.logging This package contains the objects that form Expresso's interface to the log4j logging system, including a custom appender to write to Expresso database-based log. 
com.jcorporate.expresso.core.misc Miscellaneous objects for file manipulation, running OS processes, etc 
com.jcorporate.expresso.core.security This package contains Expresso's security system, switchable from "weak" security (e.g. minimal-strength encryption) to "strong" security.  
com.jcorporate.expresso.core.servlet Base classes for all JavaCorporate servlets.  
com.jcorporate.expresso.core.utility Package to contain all of the 'utility' programs in Expresso - these are applications that run from the command line (e.g. not servlets) 
com.jcorporate.expresso.ext.controller Controllers that are optional to Expresso.  
com.jcorporate.expresso.ext.dbobj Contains database object definitions for download files functionality and self-Registered User functionality. 
com.jcorporate.expresso.ext.dbobj.regobj Example database objects for use in the built in registration system 
com.jcorporate.expresso.ext.ldap This package contains the LDAP-aware implementation of the UserInfo interface.  
com.jcorporate.expresso.ext.xml.dbobj Contains database objects for configuring XSL transformations of XML output from Controller objects. 
com.jcorporate.expresso.services.controller.dbmaint This package contains the various State objects that make up the "Model" of the DBMaint controller.  
com.jcorporate.expresso.services.controller.ui Objects that provide an automatic user interface rendering capability to the system 
com.jcorporate.expresso.services.dbobj Common database objects - used in many different applications 
com.jcorporate.expresso.services.html HTML objects - used to build HTML pages by servlets to define their user interface.  
com.jcorporate.expresso.services.test Contains classes that assist in unit testing using JUnit and Cactus testing. 
 

Classes in com.jcorporate.expresso.core.db used by com.jcorporate.expresso.core
DBException
          DBException
 

Classes in com.jcorporate.expresso.core.db used by com.jcorporate.expresso.core.controller
DBException
          DBException
 

Classes in com.jcorporate.expresso.core.db used by com.jcorporate.expresso.core.dataobjects
DBConfig
          Database Configuration Component
DBException
          DBException
TypeMapper
          Type Mapper takes care of the job of mapping various Java types to SQL types.
 

Classes in com.jcorporate.expresso.core.db used by com.jcorporate.expresso.core.dataobjects.jdbc
DBConnection
          Generic database connection object - hides the implementation details of using jdbc and allows for JDBC message and exceptions to be handled better than by default.
DBConnectionPool
          a generic database connection pooling object.
DBException
          DBException
 

Classes in com.jcorporate.expresso.core.db used by com.jcorporate.expresso.core.db
DBConnection
          Generic database connection object - hides the implementation details of using jdbc and allows for JDBC message and exceptions to be handled better than by default.
DBConnectionPool
          a generic database connection pooling object.
DBException
          DBException
EscapeHandler
          This interface is the base interface by which we escape characters that are to be written to the database.
TableCreator
          A singleton utility class that helps create tables.
TypeMapper
          Type Mapper takes care of the job of mapping various Java types to SQL types.
 

Classes in com.jcorporate.expresso.core.db used by com.jcorporate.expresso.core.db.datasource
DBException
          DBException
 

Classes in com.jcorporate.expresso.core.db used by com.jcorporate.expresso.core.db.exception
DBException
          DBException
 

Classes in com.jcorporate.expresso.core.db used by com.jcorporate.expresso.core.dbobj
DBConnection
          Generic database connection object - hides the implementation details of using jdbc and allows for JDBC message and exceptions to be handled better than by default.
DBException
          DBException
 

Classes in com.jcorporate.expresso.core.db used by com.jcorporate.expresso.core.job
DBException
          DBException
 

Classes in com.jcorporate.expresso.core.db used by com.jcorporate.expresso.core.logging
DBException
          DBException
 

Classes in com.jcorporate.expresso.core.db used by com.jcorporate.expresso.core.misc
DBException
          DBException
 

Classes in com.jcorporate.expresso.core.db used by com.jcorporate.expresso.core.security
DBException
          DBException
 

Classes in com.jcorporate.expresso.core.db used by com.jcorporate.expresso.core.servlet
DBException
          DBException
 

Classes in com.jcorporate.expresso.core.db used by com.jcorporate.expresso.core.utility
DBException
          DBException
 

Classes in com.jcorporate.expresso.core.db used by com.jcorporate.expresso.ext.controller
DBException
          DBException
 

Classes in com.jcorporate.expresso.core.db used by com.jcorporate.expresso.ext.dbobj
DBConnection
          Generic database connection object - hides the implementation details of using jdbc and allows for JDBC message and exceptions to be handled better than by default.
DBException
          DBException
 

Classes in com.jcorporate.expresso.core.db used by com.jcorporate.expresso.ext.dbobj.regobj
DBConnection
          Generic database connection object - hides the implementation details of using jdbc and allows for JDBC message and exceptions to be handled better than by default.
DBException
          DBException
 

Classes in com.jcorporate.expresso.core.db used by com.jcorporate.expresso.ext.ldap
DBException
          DBException
 

Classes in com.jcorporate.expresso.core.db used by com.jcorporate.expresso.ext.xml.dbobj
DBException
          DBException
 

Classes in com.jcorporate.expresso.core.db used by com.jcorporate.expresso.services.controller.dbmaint
DBException
          DBException
 

Classes in com.jcorporate.expresso.core.db used by com.jcorporate.expresso.services.controller.ui
DBException
          DBException
 

Classes in com.jcorporate.expresso.core.db used by com.jcorporate.expresso.services.dbobj
DBConnection
          Generic database connection object - hides the implementation details of using jdbc and allows for JDBC message and exceptions to be handled better than by default.
DBException
          DBException
 

Classes in com.jcorporate.expresso.core.db used by com.jcorporate.expresso.services.html
DBException
          DBException
 

Classes in com.jcorporate.expresso.core.db used by com.jcorporate.expresso.services.test
DBException
          DBException
 


Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.