Advantages of EJB 3.0:
The below are the some of the advantages of using EJB 3.0
- More work is done by container,less by developer
- Everything is a POJO(Plain old java object)
- Simplify programming model
- Hibernate like ORM(Object Relational Mapping)
- Dependency injection
- Annotations(Requires Java 5)
- Bean specifies what it needs through metadata
- No longer written to unneeded container interfaces
- Deployment descriptor no longer required
No comments:
Post a Comment