AccountCustom -
The AccountCustom Bean is a CMP Bean that "persists" via an in-memory HashMap.
|
AccountEJB -
The AccountEJB Bean is a CMP Bean that persists via calls to the AccountBackend session bean.
|
AccountJAXRPC -
The AccountJAXRPC Bean is a CMP Bean that persists via JAX-RPC calls to a web service wrapper for the AccountBackend session bean.
|
AccountSCA -
The AccountSCA Bean is a CMP Bean that persists via calls to an SCA service import for the AccountBackend session bean.
|
AccountCCI -
The AccountCCI Bean is a CMP Bean that persists via calls to a J2C resource adapter for the SDO Repository.
|