Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package com.jcorporate.expresso.core.utility

The sub-packages to this package define the core objects of Expresso, where items such as DBObject are defined.

See:
          Description

Class Summary
ControllerRun Special servlet designed to interact with server-side Controller objects
DBTool DBTool is a multi-purpose tool for working with database objects.
DBToolTests What this does:

Runs DBCreate on the schemas and makes sure that no exceptions are thrown while creating.

JobHandler The JobHandler is an object which runs constantly on the server side, looking periodically in a job queue for work to do.
MailFiles  
QueueJob Command line program to queue a job to the job queue.
ReNameUtil Utility for renaming classes & dependant objects.
RunURL Program to allow a URL to be run from the command line Primarily intended to allow the Application Server thread to be started automatically, but can be used to run any arbitrary URL
SystemInfo System information utility class
XlateUtil Simple utility to read the english and another language strings bundle and report where additional translation is required
 

Package com.jcorporate.expresso.core.utility Description

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.