11# Specifications
22
3+ ## Java EE Specifications
4+
35This table contains useful links for Java EE specifications:
46
57* The home page for the specification project.
@@ -20,7 +22,6 @@ The Java EE 7 technology page contains
2022| [ Java Persistence API] ( https://github.com/javaee/jpa-spec ) | [ 338] ( https://jcp.org/en/jsr/detail?id=338 ) | [ Issues] ( https://github.com/javaee/jpa-spec/issues ) | [ EclipseLink] ( https://www.eclipse.org/eclipselink/ ) | [ Eclipse Bugzilla] ( http://wiki.eclipse.org/EclipseLink/Bugs ) |
2123| [ JAX-RS] ( https://github.com/jax-rs ) | [ 370] ( https://jcp.org/en/jsr/detail?id=370 ) | [ Issues] ( https://github.com/jax-rs/api/issues ) | [ Jersey] ( https://jersey.github.io/ ) | [ Jersey Issues] ( https://github.com/jersey/jersey/issues ) |
2224| [ JSF] ( https://javaee.github.io/javaserverfaces-spec/ ) | [ 372] ( https://jcp.org/en/jsr/detail?id=372 ) | [ Issues] ( https://github.com/javaee/javaserverfaces-spec/issues ) | [ Mojarra] ( https://github.com/javaserverfaces/mojarra ) | [ Mojarra Issues] ( https://github.com/javaserverfaces/mojarra/issues ) |
23- | [ MVC] ( https://www.mvc-spec.org/ ) | [ 371] ( https://jcp.org/en/jsr/detail?id=371 ) | [ Issues] ( https://github.com/mvc-spec/mvc-spec/issues ) | [ Ozark] ( https://github.com/mvc-spec/ozark ) | [ Ozark Issues] ( https://github.com/mvc-spec/ozark/issues ) |
2425| [ JMS] ( https://javaee.github.io/jms-spec/ ) | [ 368] ( https://jcp.org/en/jsr/detail?id=368 ) | [ Issues] ( https://github.com/javaee/jms-spec/issues ) | [ Open MQ] ( https://javaee.github.io/openmq/ ) | [ Open MQ Issues] ( https://github.com/javaee/openmq/issues ) |
2526| [ Expression Language] ( https://github.com/javaee/el-spec ) | [ 341] ( https://jcp.org/en/jsr/detail?id=341 ) | [ Issues] ( https://github.com/javaee/el-spec/issues ) | [ UEL] ( https://javaee.github.io/uel-ri/ ) | [ UEL Issues] ( https://github.com/javaee/uel-ri/issues ) |
2627| [ JSON Processing] ( https://javaee.github.io/json-processing-spec/ ) | [ 374] ( https://jcp.org/en/jsr/detail?id=374 ) | [ Issues] ( https://github.com/javaee/json-processing-spec/issues ) | [ JSONP] ( https://javaee.github.io/jsonp/ ) | [ JSONP Issues] ( https://github.com/javaee/jsonp/issues ) |
@@ -48,3 +49,16 @@ The Java EE 7 technology page contains
4849| JAXR (Optional) | [ 93] ( https://jcp.org/en/jsr/detail?id=93 ) | | [ GlassFish] ( https://javaee.github.io/glassfish/ ) | [ GlassFish Issues] ( https://github.com/javaee/glassfish/issues ) |
4950| JAX-RPC (Optional) | [ 101] ( https://jcp.org/en/jsr/detail?id=101 ) | | [ GlassFish] ( https://javaee.github.io/glassfish/ ) | [ GlassFish Issues] ( https://github.com/javaee/glassfish/issues ) |
5051| Deployment (Optional) | [ 88] ( https://jcp.org/en/jsr/detail?id=88 ) | | [ GlassFish] ( https://javaee.github.io/glassfish/ ) | [ GlassFish Issues] ( https://github.com/javaee/glassfish/issues ) |
52+
53+ <br />
54+ <br />
55+ <br />
56+
57+ ## Related Specifications
58+
59+ The following specifications are not currently included in Java EE, but may be
60+ of interest to Java EE developers.
61+
62+ | Technology | JSR | Spec Bugs | Reference Implementation | RI Bugs |
63+ | :-----------| :----| :----------| :-------------------------| :--------|
64+ | [ MVC] ( https://www.mvc-spec.org/ ) | [ 371] ( https://jcp.org/en/jsr/detail?id=371 ) | [ Issues] ( https://github.com/mvc-spec/mvc-spec/issues ) | [ Ozark] ( https://github.com/mvc-spec/ozark ) | [ Ozark Issues] ( https://github.com/mvc-spec/ozark/issues ) |
0 commit comments