The JBoss EJB 3.0 project page: http://www.jboss.org/products/ejb3
An introduction to the proposed EJB 3.0 spec:
http://java.sun.com/developer/technicalArticles/ebeans/ejbease/ index.html
The EJB 3.0 spec (JSR 220): http://jcp.org/aboutJava/communityprocess/edr/jsr220/index.html
Highlights to EJB 3.0: Plain ol' Java objects (like Hibernate et al.) No more home interfaces or abstract classes No more deployment descriptors (handled through annotations)
- Miles Elam
