what are required main interfaces in EJB?
Answers were Sorted based on User's Feedback
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 |
what is the Control flow of an Entity?
what is mean by dll ? Please answer me. Advance thanks.
difference b/w the hybernate and entity bean
Are entity beans allowed to create() methods?
what is ejb
What is entity beans in ejb with example?
What does @singleton annotation do?
Explain the architectural relationship between EJB & XML?
What is ejb and its uses?
Is having static initializer blocks legal in ejb?
How to determine two identical beans?
what are the classes you used in Beans?