By: aathishankaran in EJB Tutorials on 2007年02月20日 [フレーム]
To develop Enterprise Java Beans, it consists of four steps they are:
1.Remote Interface
A remote interface is the interface with which the client interacts. The EJB container uses the remote interface for our bean to generate both the client-side stub and a server-side proxy object that passes client calls to our EJB object.
2. Home Interface
The home interface is the client's initial point of contact with our EJB components. The client obtains a reference to an object implementing the home interface via JNDI.
3.Bean Program
Bean program is the business logic. Now the remote and the home interfaces are created and it's time to implement the EJB bean it self. The EJB bean exists within the container.
4.Client Program
The client program contains a user interface. The client never communicates directly with the EJB bean rather it talks to the bean through its home interface and its remote interface, both of which are provided by the container.
This policy contains information about your privacy. By posting, you are declaring that you understand this policy:
This policy is subject to change at any time and without notice.
These terms and conditions contain rules about posting comments. By submitting a comment, you are declaring that you agree with these rules:
Failure to comply with these rules may result in being banned from submitting further comments.
These terms and conditions are subject to change at any time and without notice.
Most Viewed Articles (in EJB )
Difference Between Stateful and Stateless Session Beans
Difference Between Session and Entity Beans
Required Classes/Interfaces That Must Be Provided for an Enterprise JavaBeans Component
Steps to develop EJB Environment
Latest Articles (in EJB)
© 2023 Java-samples.com
Tutorial Archive: Data Science React Native Android AJAX ASP.net C C++ C# Cocoa Cloud Computing EJB Errors Java Certification Interview iPhone Javascript JSF JSP Java Beans J2ME JDBC Linux Mac OS X MySQL Perl PHP Python Ruby SAP VB.net EJB Struts Trends WebServices XML Office 365 Hibernate
Latest Tutorials on: Data Science React Native Android AJAX ASP.net C Cocoa C++ C# EJB Errors Java Certification Interview iPhone Javascript JSF JSP Java Beans J2ME JDBC Linux Mac OS X MySQL Perl PHP Python Ruby SAP VB.net EJB Struts Cloud Computing WebServices XML Office 365 Hibernate