Why does EJB needs two interfaces, Home and Remote
Interface?
Answer Posted / deepti mehta
HOME INTRFACE:- The home interface defines methods that
allow EJB clients to create and find EJB component.
REMOTE INTERFACE:- A remote interfece defines all the
business methods of the enterprise bean that the EJB client
would invoke.
Is This Answer Correct ? | 13 Yes | 5 No |
Post New Answer View All Answers
What are the different types of ejb?
What is bean-managed transaction?
Enlist the enterprise beans types?
How does ejb invocation happens?
can anyone explain me the workflow of EJB.I have developed an app. in WSAD using an example that contains CMP and session bean.But i am not able to understand the basic flow between diffrent packages.
A client wants to preserve the reference to the ejbhome object of an enterprise bean instance and use it later. Which of the following can be serialized for this purpose?
Write down the steps for the creation of stateless ejb.
What is entity beans in ejb with example?
Elucidate callback in ejb?
How to generate ejb stubs in eclipse?
What is EJB server?
What is the difference between ejb and java beans?
How does ejbs work?
What is the use of @ejb annotation?
What ejb means?