Question

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.

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top