Why does EJB needs two interfaces, Home and Remote
Interface?
Answer Posted / sitaram karancheti
Home Interface: Contains methods that are not tied to a
specific EJB instance (i.e. methods at class level), like
methods for creating removing and finding EJB instance.
Remote Interface: Contains methods tied to a specific EJB
instance, such as methods that provides the actual business
logic.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Can an ejb send asynchronous notifications to its clients?
List down the steps for the demonstration of ejp persistence mechanism.
What is a ejb container?
how can u integrate ejb and hibernate? How can u call hibernateDAO methods in session bean?
What does @inject mean in java?
What is the use of @ejb annotation?
What is dependency injection in ejb?
Which is the only method defined in the javax.ejb.handle interface?
Why do we use ejb?
What is stateful session bean?
What are stateless functions?
What do you understand by session facade?
what is the Relationship between EJB and CORBA architecture?
What is the default transaction attribute for an ejb?
What is stateless and stateful?