J2EE Connector Architecture.
The J2EE Connector architecture provides a Java technology solution to the problem of connectivity between the many application servers and today's enterprise information systems (EIS)..
Here is the list of declaration for connector. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>javax.resource</groupId> <artifactId>connector</artifactId> <version>1.0</version> </dependency>
If you think this Maven repository POM file listing for connector is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table lists the most popular artifacts which are depending on connector-1.0. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
ORM | jpox 1.1.6 JPOX is a free and fully compliant implementation of the JDO 1, JDO 2 specifications, providing transparent persistence of Java objects. | 16 |
Library | jpox 1.1.7 Java Persistent Objects (JPOX) is an OpenSource library for the persistence of Java objects. | 20 |
Spring | spring 2.0 Spring Framework | 11 |
Spring | spring 1.2.9 Spring Framework | 27 |
The following packages are defined in the connector-1.0.jar
javax.resource javax.resource.cci javax.resource.spi javax.resource.spi.security
Here is the content of the POM file.
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>javax.resource</groupId>
<artifactId>connector</artifactId>
<version>1.0</version>
<name>J2EE Connector Architecture</name>
<description>
The J2EE Connector architecture provides a Java technology solution to the problem of connectivity between the many application servers and today's enterprise information systems (EIS).
</description>
<url>http://java.sun.com/j2ee/connector/index.jsp</url>
<distributionManagement>
<downloadUrl>http://java.sun.com/j2ee/connector/download.html</downloadUrl>
</distributionManagement>
</project>