Why does EJB needs two interfaces, Home and Remote
Interface?
Answer Posted / john doe
The Home Interface is used to create an EJB Object. The Home
interface specifies the Remote interface and calls the
create(). After the EJB Object is created it will return its
reference to the Home Interface.
When a call to a function is made. The client will use this
reference and call the specific remote interface which
inturn will pass the request to the EJB Object. The EJB
Object decides which function has to be called from the EJB
| Is This Answer Correct ? | 9 Yes | 5 No |
Post New Answer View All Answers
Explain the concept of ejb ql?
in EJB diclare the static methods are not?
What is jar, war, and ear?
What are ejbs used for?
What is @resource in java?
What is an ejb container?
How to generate ejb stubs in eclipse?
What is ejb and its architecture?
How to import ejb project in eclipse?
Are entity beans allowed to create() methods?
What changes have been made in ejb 2.0 specifications?
Write down the steps for the creation of stateless ejb.
What is stateless ejb?
What is the procedure for the presentation of ejb persistence mechanism?
Enlist the contents of Container.