Abstract
Enterprise JavaBeans (EJBs) are one of the most important and widely used component types in Java 2 Enterprise Edition (J2EE) applications. EJBs free component developers from implementing system-level services such as security, transactions, and instance management within the component code. Instead, EJBs are managed components that run within the realms of an EJB container and rely on the container for the aforementioned system-level services. The requirements of the previous services are defined outside the component source using Extensible Markup Language (XML) deployment descriptors. This allows component developers to focus on implementing the business logic, and the deployer can configure the runtime behavior of the component in terms of utilizing services, such as security, at deployment time by editing the deployment descriptor.KeywordsComponent InterfaceComponent ObjectRemote ClientBusiness MethodPublic VoidThese keywords were added by machine and not by the authors. This process is experimental and the keywords may be updated as the learning algorithm improves.
Talk to us
Join us for a 30 min session where you can share your feedback and ask us any queries you have
Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.