JEE: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 35: Line 35:
* JAX-RS: The Java API for RESTful Web Services JSR 311 https://jcp.org/en/jsr/detail?id=311
* JAX-RS: The Java API for RESTful Web Services JSR 311 https://jcp.org/en/jsr/detail?id=311
* Java Servlet 3.0 Specification JSR 315 https://jcp.org/en/jsr/detail?id=315
* Java Servlet 3.0 Specification JSR 315 https://jcp.org/en/jsr/detail?id=315
* [[Bean Validation]] JSR 303 https://jcp.org/en/jsr/detail?id=303
* [[JavaBeans Validation]] JSR 303 https://jcp.org/en/jsr/detail?id=303
* Java EE Connector Architecture JSR 322 https://jcp.org/en/jsr/detail?id=322
* Java EE Connector Architecture JSR 322 https://jcp.org/en/jsr/detail?id=322
* <span id="jsr_250"></span>Common Annotations for the Java Platform JSR 250 [[:File:JSR 250 Maintenance Release 3.pdf|JSR 250 Maintenance Release 3]]
* <span id="jsr_250"></span>Common Annotations for the Java Platform JSR 250 [[:File:JSR 250 Maintenance Release 3.pdf|JSR 250 Maintenance Release 3]]
* <span id="jsr_220">Enterprise JavaBeans 3.0 JSR 220.
* <span id="jsr_220">Enterprise JavaBeans 3.0 JSR 220.

Latest revision as of 17:30, 16 October 2018

External

Subjects

Maven

<dependency>
    <groupId>javax</groupId>
    <artifactId>javaee-api</artifactId>
    <version>6.0</version>
    <scope>provided</scope>
</dependency>

Specifications

JEE 6