|
| Total Answers and Comments: 5 |
Last Update: July 29, 2008 Asked by: enjoy |
|
| | |
|
Submitted by: santh kumar EJB3.0
- No need of Home Interface (EJBHome),but it is needed in EJB2.0
- No more confusions to make an EJB remote or local,it's the client which would decide and cast to appropriate.
- Just write SINGLE simple Java class and annotate it to be Stateless/Stateful/Entity/MessageDriven.Container
- No Deployment Descriptors , MetaData Annotations are explored which is introduced in J2SE5.0
- Forget all EJB life cycles.For example Entity bean life cycle in 3.0 is new,managed,detached,removed.
Ready to develop complex query,inner/outer join with EJB3.0.
Above answer was rated as good by the following members: timmireddy, geeky920, Sudeep_7 | Go To Top
|