|
Rakesh API | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| DatabaseAction | This stateless session bean provides methods that deal with adding or modifying data in the wedoit4u database. |
| DatabaseActionHome | The local home interface to the stateless session bean
that implements the business logic for creating/modifying data
in the wedoit4u schema tables. |
| DateFormatter | This stateless session bean provides utility methods to convert dates into commonly needed string formats, as well as strings in commonly used date formats into Java Dates. |
| DateFormatterHome | The local home interface to the stateless session bean
that provides utility methods to convert dates into commonly needed
string formats, as well as strings in commonly used date formats
into Java Dates. |
| Class Summary | |
|---|---|
| DatabaseActionBean | The implementation of the DatabaseAction session bean. |
| DateFormatterBean | Common date transformations that are performed. |
| SessionBeanAdapter | An adapter class that provides empty implementation for all the
methods specified in the SessionBean interface. |
| SessionBeanProvider | This class provides utility methods to access the Session
Beans that are available in this package. |
This package contains Session Beans developed for the wedoit4u.biz site.
The Session Beans developed are mostly Stateless, and are used primarily for routine tasks that need to be executed by the classes that were developed for wedoit4u.biz site.
The following list describes the conventions for each component of a session bean:
interfaces
are named as:
<Session Bean Remote Interface Name>Interface
DateFormatter
session bean is named DateFormatterInterface.
DateFormatter.
create and destroy instances of
the remote interface by clients. Home interfaces
are always named as:
<Session Bean Remote Interface Name>Home
DateFormatter
session bean is named DateFormatterHome.
<Session Bean Remote Interface Name>Bean.
DateFormatter
session bean is named DateFormatterBean.
For ease of use, a convenience class SessionBeanProvider is provided, that
encapsulates access to the session bean instances. This helps keep
client code independant of the JNDI locations for the beans.
|
Rakesh API | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||