November 2003
Intermediate to advanced
1488 pages
36h 35m
English
Unlike regular client applications, enterprise components (EJBs) provide support for declarative transactions. Transactional attributes are associated with the component methods at deployment time, rather than being explicitly demarcated in the code.
In the declarative transaction model, it is the application server's responsibility to demarcate and manage the transaction based on the values declared in the deployment descriptors.
Six transactional attributes may be assigned to an enterprise component:
NotSupported
Supports
Mandatory
Required
RequiresNew
Never
These transaction attributes are configured in the enterprise component's ...
Read now
Unlock full access