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 are the limitations of using local object?
Is it legal to have static initializer blocks in ejb?
Explain what is an EJB Context?
How does ejbs work?
Enlist the changes in EJB 2.1 ?
What’s the difference between hibernate and ejb 3?
What is the TX operational difference between Session Bean and Entity Bean?
What is stateless authentication?
what is mean by API ? Please answer me. Advance thanks.
How many ejb objects are created for a bean?
What ejb means?
Explain the architectural relationship between EJB & XML?