Answer Posted / 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 View All Answers
Is udp stateless?
What is singleton session bean?
What is stateful or stateless?
Why stateless is better than stateful?
Is it possible to have threading in ejb?
What is Enterprise JavaBeans (EJB)?
What is stateless and stateful?
in EJB diclare the static methods are not?
What is ejb and its types?
How does ejb container work?
How does ejb invocation happens?
What is a local interface?
Mention the three levels for applying interceptor methods.
What is stateless programming?
What are the advantages of ejb components?