Expresso 5-5-0

Package com.jcorporate.expresso.core.jsdkapi

The different versions of the Servlet API have different methods for handling includes, forwards, session attributes, etc.

See:
          Description

Interface Summary
APIAwareDispatcher Servlet API 2.0 does not have the RequestDispatcher interface.
APIAwareSession APIAwareSession defines a wrapper for a session object that can store & retrieve serializable objects into the session, using the calls appropriate to the selected Servlet API
 

Class Summary
GenericDispatcher As we no longer support the 2.0 Servlet API, this class is just a wrapper to the appropriate methods, as they do not vary between 2.1 thru 2.3 of the API.
GenericSession Different servlet API's have slightly different methods for putting & getting attributes into the session, so we have a method here for cross-API access to the session, and methods that automatically "wrap" string values stored in the session in SerializableString, so the web-apps can be distributed & session shared by appropriate app servers
ServletAPI2_1Session  
ServletAPI2_2Session  
 

Package com.jcorporate.expresso.core.jsdkapi Description

The different versions of the Servlet API have different methods for handling includes, forwards, session attributes, etc. The objects in this package allow Expresso to use "Generic" objects for these functions, and dynamically loaded classes specific to each API version are used to perform the appropriate operation.


Expresso 5-5-0

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