Component | Maven | Implementation |
---|---|---|
Java EE 7 Full Platform JSR 342 | <dependency> <groupId>javax</groupId> <artifactId>javaee-api</artifactId> <version>7.0</version> </dependency> | RI: GlassFish 4 Promoted Builds JIRA: GLASSFISH |
Java EE 7 Web Profile | <dependency> <groupId>javax</groupId> <artifactId>javaee-web-api</artifactId> <version>7.0</version> </dependency> | RI: GlassFish 4 Promoted Builds JIRA: GLASSFISH |
Concurrency Utilities for Java EE (JSR 236) | <dependency> <groupId>javax.enterprise.concurrent</groupId> <artifactId>javax.enterprise.concurrent-api</artifactId> <version>1.0-SNAPSHOT</version> </dependency> | RI: cu-javaee.java.net Integrated in GlassFish 4: JIRA: CU_JAVAEE |
Java Persistence API 2.1 (JSR 338) | <repository> <id>EclipseLink</id> <url>http://download.eclipse.org/rt/eclipselink/maven.repo</url> </repository> . . . <dependency> <groupId>org.eclipse.persistence</groupId> <artifactId>org.eclipse.persistence.jpa</artifactId> <version>2.5.0-M5</version> </dependency> | RI: EclipseLink Integrated in GlassFish 4: Yes JIRA: Bugzilla |
Java API for RESTful Web Services 2.0 (JSR 339) | <dependency> <groupId>javax.ws.rs</groupId> <artifactId>javax.ws.rs-api</artifactId> <version>2.0-m13</version> <scope>provided</scope> </dependency> | RI: jersey.java.net Integrated in GlassFish 4: Yes JIRA: JERSEY |
Servlets 3.1 (JSR 340) | <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>3.1-b04</version> </dependency> | RI: Integrated in GlassFish 4: Yes JIRA: GLASSFISH |
Expression Language 3.0 (JSR 341) | <dependency> <groupId>javax.el</groupId> <artifactId>javax.el-api</artifactId> <version>3.0-b02</version> <dependency> | RI: el-spec.java.net Integrated in GlassFish 4: JIRA: EL_SPEC |
Java Message Service 2.0 (JSR 343) | <dependency> <groupId>javax.jms</groupId> <artifactId>javax.jms-api</artifactId> <version>2.0-b08</version> <scope>provided</scope> </dependency> | RI: Integrated in GlassFish 4: JIRA: |
JavaServer Faces 2.2 (JSR 344) | <dependency> <groupId>javax.faces</groupId> <artifactId>javax.faces-api</artifactId> <version>2.2-SNAPSHOT</version> <scope>provided</scope> </dependency> | RI: http://jsf.java.net/ Integrated in GlassFish 4: JIRA: http://jsf.java.net/issues/ |
Enterprise JavaBeans 3.2 (JSR 345) | Only in Java EE Platform APIs | RI: Integrated in GlassFish 4: JIRA: |
Context & Dependency Injection 1.1 (JSR 346) | <dependency> <groupId>javax.enterprise</groupId> <artifactId>cdi-api</artifactId> <version>1.1.EDR1.2</version> </dependency> | RI: Integrated in GlassFish 4: JIRA: |
Bean Validation 1.1 (JSR 349) | <dependency> <groupId>javax.validation</groupId> <artifactId>validation-api</artifactId> <version>1.1.0.Beta2</version> </dependency> | RI: Integrated in GlassFish 4: JIRA: |
Batch Applications for the Java Platform (JSR 352) | <dependency> <groupId>javax.batch</groupId> <artifactId>javax.batch-annotation</artifactId> <version>1.0-b02</version> </dependency> | RI: jbatch.java.net Integrated in GlassFish 4: JIRA: bugzilla |
Java API for JSON Processing (JSR 353) | <dependency> <groupId>javax.json</groupId> <artifactId>javax.json-api</artifactId> <version>1.0-b02</version> </dependency> | RI: jsonp.java.net Integrated in GlassFish 4: Yes JIRA: JSONP |
Java API for WebSocket (JSR 356) | <dependency> <groupId>javax.websocket</groupId> <artifactId>javax.websocket-api</artifactId> <version>1.0-b09</version> </dependency> | RI: tyrus.java.net Integrated in GlassFish 4: Yes JIRA: TYRUS |
Java Transaction API 1.2 (JSR 907) | Only in Java EE Platform APIs | RI: Integrated in GlassFish 4: JIRA: |
Java EE Connector Architecture 1.7 (JSR 322) | <dependency> <groupId>javax.resource</groupId> <artifactId>javax.resource-api</artifactId> <version>1.7-b04</version> </dependency> | RI: Integrated in GlassFish 4: |
Java EE 7 Maven 坐标
最新推荐文章于 2025-04-15 11:55:33 发布