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 Control flow of an Entity?

1 Answers  


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

3 Answers   Excel,


difference b/w the hybernate and entity bean

6 Answers   Wipro,


Are entity beans allowed to create() methods?

0 Answers  


what is ejb

3 Answers   Tech Mahindra,


What is entity beans in ejb with example?

0 Answers  


What does @singleton annotation do?

0 Answers  


Explain the architectural relationship between EJB & XML?

1 Answers   Wipro,


What is ejb and its uses?

0 Answers  


Is having static initializer blocks legal in ejb?

0 Answers  


How to determine two identical beans?

1 Answers  


what are the classes you used in Beans?

1 Answers  


Categories