Introduction

As we have seen, EJBs provide distributed components in a manner similar to that of RMIs and RPCs, but they add to this capability a set of services. In addition to providing these services, EJBs allow certain component properties to be described at deployment time, promoting extensibility and flexibility. Specifically, the security and transactional properties for an EJB can be described through entries in the DD. This allows the transactional or security properties for components from disparate sources (vendors, development groups) to be set easily and appropriately for an application through the entries in the EJB DD. Alternatively, if a more finely grained control is needed, then the EJB API provides methods for controlling security ...

Get J2EE™ and Beyond: Design, Develop, and Deploy World-Class Java™ Software now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.