Where can I find a list of all the reference implementations for Java EE 6?

JavaJakarta EeJava Ee-6

Java Problem Overview


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

Java Solutions


Solution 1 - Java

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

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionMaxime ARNSTAMMView Question on Stackoverflow
Solution 1 - JavaBalusCView Answer on Stackoverflow