com.jcorporate.expresso.core |
The sub-packages to this package define the core objects of Expresso, where items such as DBObject are defined. Standard objects that *use* these
definitions (such as the security dbobjects) are in the services package. The only object defined in this package itself
is the Schema object for Expresso, used by DBTool and DBCreate to initialize Expresso's database.
|
Java Source File Name | Type | Comment |
ExpressoConstants.java | Class | Expresso constants are defined in this class to bring the framework
into line with current best practice. |
ExpressoSchema.java | Class | Standard Schema
object for the Expresso framework. |
ExpressoStressTestSuite.java | Class | |
ExpressoTestSuite.java | Class | This class provides all the client side test suites. |
ServerSideTestSuite.java | Class | Test suite that utilizes Apache Cactus for running on the server side.
This test suite must be run with Tomcat or your application server up
and running. |