Skip to content

Commit 28538e5

Browse files
authored
Update java-fwk.md
1 parent 7066888 commit 28538e5

File tree

1 file changed

+28
-9
lines changed

1 file changed

+28
-9
lines changed

java-fwk.md

+28-9
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
### JAX-WS
1818

19+
* :book: [JSR 224: Java API for XML-Based Web Services (JAX-WS) 2.0](https://jcp.org/en/jsr/detail?id=224)
20+
1921
| Editor | Project | Name | Description |
2022
|--------|---------|------|-------------|
2123
| Apache | CXF | [CXF](http://cxf.apache.org/) | |
@@ -25,6 +27,10 @@
2527

2628
### JAX-RS
2729

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+
2834
| Editor | Project | Name | Description |
2935
|--------|---------|------|-------------|
3036
| Red Hat, Inc. | JBoss | [RESTEasy](http://resteasy.jboss.org/) | |
@@ -69,6 +75,28 @@
6975
| Red Hat, Inc. | JBoss | [Hibernate Validator](http://hibernate.org/validator/) | Reference Implementation |
7076
| Apache | Tapestry | [Tapestry Bean Validation](https://tapestry.apache.org/bean-validation.html) | |
7177

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+
72100
## By domain
73101

74102
### Logging
@@ -100,15 +128,6 @@
100128
| Joel Costigliola | AssertJ | [AssertJ](http://joel-costigliola.github.io/assertj/) | |
101129
|| FEST-Assert | [FEST-Assert](https://github.com/alexruiz/fest-assert-2.x/wiki/One-minute-starting-guide) | Deprecated, replaced by AspectJ |
102130

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-
112131
### JSON Mapping
113132

114133
| Editor | Project | Name | Description |

0 commit comments

Comments
 (0)