views:

206

answers:

1

Do you know if there is a list with all the reference implementation for every component of JEE6? I.e. Glassfish is the reference container, Hibernate Validator for validation, etc.

+9  A: 

Here's an overview of all RI's (and alternatives).

Java Platform, Enterprise Edition 6 (Java EE 6) - JSR 316

Java Architecture for XML Binding (JAXB) 2.2 - JSR 222

Java API for XML-Based Web Services (JAX-WS) 2.2 - JSR 224

Contexts and Dependency Injection for Java - JSR 299 and JSR 330

Bean Validation 1.0 JSR 303

Java API for RESTful Web Services (JAX-RS) 1.1 - JSR 311

JavaServer Faces 2.0 - JSR 314

Java Servlet 3.0 and JavaServer Pages 2.2/Expression Language 2.2 - JSR 315 and JSR 245

Java Persistence API (JPA) 2.0 - JSR 317

Enterprise JavaBeans (EJB3) 3.1 - JSR 318

BalusC
thanks ! exactly what i was hoping for !
Maxime ARNSTAMM
OpenEJB only implements upto EJB3.0 not yet 3.1
Dapeng
Never noticed this question... and answer. Good work. And +1
Pascal Thivent
@Pas: you've ever edited it :)
BalusC
LOL! Indeed. On the basis of my vote not being there, I was 100% sure this was another question/answer. Why I didn't vote it at that time is beyond me. Drunk maybe? ;)
Pascal Thivent