Analysis of the difference between Bean and EJB in Java _java

Source: Internet
Author: User

Java beans are reusable components, and there is no strict specification for Java beans, and in theory, any Java class can be a bean. Typically, however, because Java beans are created by containers (such as Tomcat), the Java bean should have a parameterless constructor, and in addition, Java beans typically implement the serializable interface for the persistence of the bean. Java beans actually correspond to local in-process COM components in the Microsoft COM model, which cannot be accessed across processes. Enterprise Java beans are equivalent to DCOM, a distributed component. It is Java based remote method call (RMI) technology, so EJBS can be accessed remotely (across processes, across computers). But EJBs must be in containers such as Webspere, WebLogic, and EJB clients never directly access the real EJB components, but through their containers. The EJB container is the proxy for the EJB component, which is created and managed by the container. The customer accesses the real EJB component through the container.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.