what are required main interfaces in EJB?

Answers were Sorted based on User's Feedback



what are required main interfaces in EJB?..

Answer / sathya


The Home Interface and the Remote Interface.

Is This Answer Correct ?    1 Yes 0 No

what are required main interfaces in EJB?..

Answer / shilpa kapurkar

when we go for EJB 2.x version, the required interfaces to
develop and EJB component are
Remote Interface - Business Logic methods declaration
Home Interface - Life Cycle Methods
Bean class - Implemetation for BL methods & Life cycle methods
optionally, Local Interfaces.
When we go for EJB 3.0 , there is no need of declaring home
interface or Remote Interface. Instead it will make use of
JAVA POJO & POJI classes and interfaces. EJB 3.0 will have
only Business Interface (POJI) in which business methods are
declared. EJB3.0 makes use if Annotations.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More EJB Interview Questions

What is the procedure for the presentation of ejb persistence mechanism?

0 Answers  


what is mean by RMI ? Please answer me. Advance thanks.

3 Answers   Excel,


Explain the architectural relationship between JavaBeans and JTA?

0 Answers  


What is the difference between find and select methods in ejb?

0 Answers  


What are the key benefits of the ejb technology?

0 Answers  






what is mean by com/Dcom ? Please answer me. Advance thanks.

1 Answers   Excel,


What is the difference between ejb and spring?

0 Answers  


What is session bean in ejb?

0 Answers  


How do you decide whether you should use session, entity or message driven bean?

0 Answers  


How does ejb container work?

0 Answers  


what are the influence factors of ejbLoad() & ejbStore()?

1 Answers  


Using Container managed entity bean, how an entity bean can be created?

1 Answers  


Categories