The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| javax.xml.bind | jaxb-api | 2.0 | - | jar |
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| junit | junit | 4.4 | - | jar | |
| mysql | mysql-connector-java | 5.1.6 | - | jar | |
| org.hibernate | hibernate-entitymanager | 3.3.1.ga | - | jar |
The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| javax.servlet | servlet-api | 2.5 | - | jar |
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| javax.activation | activation | 1.1 | - | jar | |
| javax.persistence | persistence-api | 1.0 | - | jar | |
| javax.xml.bind | jsr173_api | 1.0 | - | jar |
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| antlr | antlr | 2.7.6 | - | jar | |
| asm | asm | 1.5.3 | - | jar | |
| asm | asm-attrs | 1.5.3 | - | jar | |
| cglib | cglib | 2.1_3 | - | jar | |
| commons-collections | commons-collections | 2.1.1 | - | jar | |
| commons-logging | commons-logging | 1.0.4 | - | jar | |
| dom4j | dom4j | 1.6.1 | - | jar | |
| javax.transaction | jta | 1.0.1B | - | jar | |
| jboss | javassist | 3.3.ga | - | jar | |
| jboss | jboss-common-core | 2.0.4.GA | - | jar | |
| net.sf.ehcache | ehcache | 1.2.3 | - | jar | |
| org.hibernate | hibernate | 3.2.1.ga | - | jar | |
| org.hibernate | hibernate-annotations | 3.3.0.ga | - | jar | |
| org.hibernate | hibernate-commons-annotations | 3.0.0.ga | - | jar | |
| org.hibernate | hibernate-validator | 3.0.0.ga | - | jar |
If you are looking for a simple IOC container with JPA and remoting support - try simject!
Unnamed - javax.xml.bind:jaxb-api:jar:2.0
Unnamed - javax.xml.bind:jsr173_api:jar:1.0
Unnamed - javax.activation:activation:jar:1.1
Unnamed - javax.servlet:servlet-api:jar:2.5
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.
Hibernate EntityManager implements the programming interfaces and lifecycle rules as defined by the EJB3 persistence specification.
http://entitymanager.hibernate.org
EJB3-style annotations for Hibernate
http://annotations.hibernate.org
Relational Persistence for Java
Enterprise JavaBeans (EJB) 3.0
The Enterprise JavaBeans architecture is a component architecture for the development and deployment of component-based business applications. The purpose of Enterprise JavaBeans (EJB) 3.0 is to improve the EJB architecture by reducing its complexity from the developer's point of view.
http://www.jcp.org/en/jsr/detail?id=220
Hibernate Commons Annotations is a utility project used by annotations based Hibernate sub-projects.
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/logging/
Following the DRY (Don't Repeat Yourself) principle, Hibernate Validator let's you express your domain constraints once (and only once) and ensure their compliance at various level of your system automatically.
http://validator.hibernate.org
Javassist (Java programming assistant) is a load-time reflective system for Java.
http://www.jboss.org/products/javassist
JBoss Common Core Utility classes
MySQL java connector