Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 4
Next »
EJB 3 Features
- EJB 3 Modules Support - you can now create modules with support EJB version 3.0
- All EJBs, created in EJB 3 Module are created using the annotations mechanism
- You can convert your EJB 2.x module into EJB 3 module, migrating all your descriptors into annotations and cleaning the code in accordance to EJB 3 specification:
- Home interfaces are removed
- XXXXXXXXXX
- J2EE EJB View fully supports EJB 3.0 specification
Persistence Units
- You can create new Persistence Units in any module
- You can generate new Persistence Unit using the Hibernate mapping (only descriptors are generated. Annotations-based generation is TBD)
EJB 2.1 Improvements
- Service-and-point interfaces are now supported for Stateless Session Beans (highlighting and creation)
- 2.1 Message Beans descriptor format supported in form editors
- Form editors support Undo
- Lots of fixes for existing and new EJB inspections
JSP Features
Server Integrations
Weblogic 9.0 Support
WebSphere Support
Removed a Link Between Web/EJB/J2EE Module and Application Server
HTML/JSP/JSF Designer