Package org.openswing.swing.server

Interface Summary
Action Title: OpenSwing Framework Description: Base action class.
ConnectionSource Title: OpenSwing Framework Description: Singleton class.
SessionIdGenerator Title: OpenSwing Framework Description: Base class used to generate unique session identifiers.
 

Class Summary
ActionsCollection Title: OpenSwing Framework Description: This is the collection of Action classes.
ConnectionManager Title: OpenSwing Framework Description: Database Connection Factory: it creates a ConnectionSource object as manager of database connections.
Controller Title: OpenSwing Framework Description: Server Controller (HTTP Servlet).
ControllerCallbacks Title: OpenSwing Framework Description: This class contains several server controller (Controller class) callback methods.
DataSourceConnection Title: OpenSwing Framework Description: Database Connection Manager: it manager database connections, using a free connection pooler.
DefaultSessionIdGenerator Title: OpenSwing Framework Description: Class used to generate unique session identifiers: it creates a unique identifier by concatenating the current time and a random number.
GenericAction Title: OpenSwing Framework Description: Base action class, istantiated each time a new HTTP request arrives: sub-class can contain any number of methods.
LoginAction Title: OpenSwing Framework Description: Base action class for login operation.
NoConnectionSource Title: OpenSwing Framework Description: Database Connection Manager: this implementation does not required any database.
NoLoginAction Title: OpenSwing Framework Description: Action class for login operation: it does nothing, login is always successfully executed.
PoolerConnectionSource Title: OpenSwing Framework Description: Database Connection Manager: it manager database connections, using a free connection pooler.
QueryUtil Title: OpenSwing Framework Description: Utility (singleton) class used with queries.
UserSessionParameters Title: OpenSwing Framework Description: Base class to store client session info.