Maven Repository - POM file for JEE connector 1.0 1.0

Summary

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)..

Declaration

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.





Depended by

The following table lists the most popular artifacts which are depending on connector-1.0. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
ORMjpox 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
Libraryjpox 1.1.7
Java Persistent Objects (JPOX) is an OpenSource library for the persistence of Java objects.
20
Springspring 2.0
Spring Framework
11
Springspring 1.2.9
Spring Framework
27

Packages

The following packages are defined in the connector-1.0.jar

javax.resource
javax.resource.cci
javax.resource.spi
javax.resource.spi.security

POM File Source

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>