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
What is EJB server?
What is ejb role in j2ee?
Why is ejb used?
Why do we use @requestmapping?
What are the callback annotations for entity bean?
Explain the architectural relationship between JavaBeans and JTA?
What are versions of ejb?
Why should we use ejb?
What’s new in the ejb 2.0 specification?
Are entity beans allowed to create() methods?
What is stateless and stateful session bean in ejb?
What do you understand by session facade?
Define Clone?
What is enterprise javabeans (ejb) container?
What is ejbdoclet?