|
16 | 16 |
|
17 | 17 | ### JAX-WS
|
18 | 18 |
|
| 19 | +* :book: [JSR 224: Java API for XML-Based Web Services (JAX-WS) 2.0](https://jcp.org/en/jsr/detail?id=224) |
| 20 | + |
19 | 21 | | Editor | Project | Name | Description |
|
20 | 22 | |--------|---------|------|-------------|
|
21 | 23 | | Apache | CXF | [CXF](http://cxf.apache.org/) | |
|
|
25 | 27 |
|
26 | 28 | ### JAX-RS
|
27 | 29 |
|
| 30 | +* :book: [JSR 311: JAX-RS: The Java API for RESTful Web Services](https://jcp.org/en/jsr/detail?id=311) |
| 31 | +* :book: [JSR 339: JAX-RS 2.0: The Java API for RESTful Web Services](https://jcp.org/en/jsr/detail?id=339) |
| 32 | +* :book: [JSR 370: JAX-RS 2.1: The Java API for RESTful Web Services](https://jcp.org/en/jsr/detail?id=370) |
| 33 | + |
28 | 34 | | Editor | Project | Name | Description |
|
29 | 35 | |--------|---------|------|-------------|
|
30 | 36 | | Red Hat, Inc. | JBoss | [RESTEasy](http://resteasy.jboss.org/) | |
|
|
69 | 75 | | Red Hat, Inc. | JBoss | [Hibernate Validator](http://hibernate.org/validator/) | Reference Implementation |
|
70 | 76 | | Apache | Tapestry | [Tapestry Bean Validation](https://tapestry.apache.org/bean-validation.html) | |
|
71 | 77 |
|
| 78 | +### Dependency Injection |
| 79 | + |
| 80 | +* :book: [JSR 299: Contexts and Dependency Injection for the Java EE platform](https://jcp.org/en/jsr/detail?id=299) |
| 81 | +* :book: [JSR 330: Dependency Injection for Java](https://jcp.org/en/jsr/detail?id=330) |
| 82 | + |
| 83 | +| Editor | Project | Name | Description | |
| 84 | +|--------|---------|------|-------------| |
| 85 | +| Pivotal | Spring Framework | [Spring Core](https://projects.spring.io/spring-framework/) | | |
| 86 | +| Apache | DeltaSpike | [DeltaSpike](http://deltaspike.apache.org/) | CDI Implementation | |
| 87 | +| Red Hat, Inc. | JBoss | [Weld](http://weld.cdi-spec.org/) | CDI Reference Implementation | |
| 88 | +| Oracle | GlassFish | [HK2](https://javaee.github.io/hk2/) | Implementation of JSR-330 | |
| 89 | +| Google | | [Guice](https://github.com/google/guice) | | |
| 90 | + |
| 91 | +### Security |
| 92 | + |
| 93 | +* :book: [JSR 375: Java EE Security API](https://jcp.org/en/jsr/detail?id=375) |
| 94 | + |
| 95 | +| Editor | Project | Name | Description | |
| 96 | +|--------|---------|------|-------------| |
| 97 | +| The Eclipse Foundation | EE4J | [Soteria](https://github.com/eclipse-ee4j/soteriay) | | |
| 98 | +| Pivotal | Spring Framework | [Spring Security](https://spring.io/projects/spring-security) | | |
| 99 | + |
72 | 100 | ## By domain
|
73 | 101 |
|
74 | 102 | ### Logging
|
|
100 | 128 | | Joel Costigliola | AssertJ | [AssertJ](http://joel-costigliola.github.io/assertj/) | |
|
101 | 129 | | - | FEST-Assert | [FEST-Assert](https://github.com/alexruiz/fest-assert-2.x/wiki/One-minute-starting-guide) | Deprecated, replaced by AspectJ |
|
102 | 130 |
|
103 |
| -### Dependency Injection |
104 |
| - |
105 |
| -| Editor | Project | Name | Description | |
106 |
| -|--------|---------|------|-------------| |
107 |
| -| Pivotal | Spring Framework | [Spring Core](https://projects.spring.io/spring-framework/) | | |
108 |
| -| Apache | DeltaSpike | [DeltaSpike](http://deltaspike.apache.org/) | CDI Implementation | |
109 |
| -| Red Hat, Inc. | JBoss | [Weld](http://weld.cdi-spec.org/) | CDI Reference Implementation | |
110 |
| -| Oracle | GlassFish | [HK2](https://javaee.github.io/hk2/) | Implementation of JSR-330 | |
111 |
| - |
112 | 131 | ### JSON Mapping
|
113 | 132 |
|
114 | 133 | | Editor | Project | Name | Description |
|
|
0 commit comments