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 |
|---|---|---|---|---|---|
| aspectj | aspectjrt | 1.5.3 | - | jar | |
| hsqldb | hsqldb | 1.8.0.7 | - | jar | |
| javax.mail | 1.4 | - | jar | ||
| javax.persistence | persistence-api | 1.0 | - | jar | |
| jdom | jdom | 1.0 | - | jar | |
| org.acegisecurity | acegi-security | 1.0.4 | - | jar | |
| org.hibernate | hibernate-entitymanager | 3.2.0.ga | - | jar | |
| org.springframework | spring-aop | 2.0.6 | - | jar | |
| org.springframework | spring-jpa | 2.0.6 | - | jar | |
| org.springframework | spring-support | 2.0.6 | - | jar |
The following is a list of runtime dependencies for this project. These dependencies are required to run the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| aspectj | aspectjweaver | 1.5.3 | - | jar | |
| commons-dbcp | commons-dbcp | 1.2.1 | - | jar | |
| mysql | mysql-connector-java | 5.0.5 | - | 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 | 3.8.1 | - | jar | |
| org.easymock | easymock | 2.0 | - | jar | |
| org.springframework | spring-mock | 2.0.6 | - | 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 |
|---|---|---|---|---|---|
| antlr | antlr | 2.7.6 | - | jar | |
| aopalliance | aopalliance | 1.0 | - | jar | |
| asm | asm | 1.5.3 | - | jar | |
| asm | asm-attrs | 1.5.3 | - | jar | |
| backport-util-concurrent | backport-util-concurrent | 3.0 | - | jar | |
| cglib | cglib | 2.1_3 | - | jar | |
| commons-codec | commons-codec | 1.3 | - | jar | |
| commons-collections | commons-collections | 2.1 | - | jar | |
| commons-lang | commons-lang | 2.2 | - | jar | |
| commons-logging | commons-logging | 1.0.4 | - | jar | |
| dom4j | dom4j | 1.6.1 | - | jar | |
| javax.activation | activation | 1.1 | - | jar | |
| javax.transaction | jta | 1.0.1B | - | jar | |
| jboss | javassist | 3.3.ga | - | jar | |
| jboss | jboss-archive-browsing | 5.0.0alpha-200607201-119 | - | jar | |
| log4j | log4j | 1.2.13 | - | jar | |
| net.sf.ehcache | ehcache | 1.3.0 | - | jar | |
| net.sf.jsr107cache | jsr107cache | 1.0 | - | jar | |
| org.hibernate | hibernate | 3.2.0.ga | - | jar | |
| org.hibernate | hibernate-annotations | 3.2.0.ga | - | jar | |
| org.springframework | spring-beans | 2.0.6 | - | jar | |
| org.springframework | spring-context | 2.0.6 | - | jar | |
| org.springframework | spring-core | 2.0.6 | - | jar | |
| org.springframework | spring-dao | 2.0.6 | - | jar | |
| org.springframework | spring-jdbc | 2.0.6 | - | jar | |
| oro | oro | 2.0.8 | - | jar |
The following is a list of runtime dependencies for this project. These dependencies are required to run the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| commons-pool | commons-pool | 1.2 | - | jar |
A Web application for managing todo lists.
http://sourceforge.net/projects/tudu/tudu-core
Commons Database Connection Pooling
http://jakarta.apache.org/commons/dbcp/
Commons Object Pooling Library
http://jakarta.apache.org/commons/pool/
Lightweight 100% Java SQL Database Engine
The JavaMail API provides a platform-independent and protocol-independent framework to build mail and messaging applications.
https://glassfish.dev.java.net/javaee5/mail/
JavaBeans Activation Framework (JAF)
JavaBeans Activation Framework (JAF) is a standard extension to the Java platform that lets you take advantage of standard services to: determine the type of an arbitrary piece of data; encapsulate access to it; discover the operations available on it; and instantiate the appropriate bean to perform the operation(s).
http://java.sun.com/products/javabeans/jaf/index.jsp
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
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.
MySQL java connector
http://dev.mysql.com/usingmysql/java/
Acegi Security System for Spring
Acegi Security System for Spring
http://acegisecurity.org/acegi-security
Commons.Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.
http://jakarta.apache.org/commons/lang/
The codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.
http://jakarta.apache.org/commons/codec/
Log4j
http://logging.apache.org/log4j/docs/
EasyMock provides Mock Objects for interfaces in JUnit tests by generating them on the fly using Java's proxy mechanism. Due to EasyMock's unique style of recording expectations, most refactorings will not affect the Mock Objects. So EasyMock is a perfect fit for Test-Driven Development.
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
Ehcache is a widely used, pure Java, distributed in-process cache
The javax.transaction package. It is appropriate for inclusion in a classpath, and may be added to a Java 2 installation.
http://java.sun.com/products/jta
dom4j: the flexible XML framework for Java
Commons Collections
Javassist (Java programming assistant) is a load-time reflective system for Java.
http://www.jboss.org/products/javassist
Unnamed - jboss:jboss-archive-browsing:jar:5.0.0alpha-200607201-119
Spring Framework: AOP
http://www.springframework.org
AOP Alliance
http://aopalliance.sourceforge.net
Spring Framework: Beans
http://www.springframework.org
Spring Framework: Core
http://www.springframework.org
Spring Framework: JPA
http://www.springframework.org
Spring Framework: Context
http://www.springframework.org
Spring Framework: DAO
http://www.springframework.org
Spring Framework: JDBC
http://www.springframework.org
Spring Framework: Support
http://www.springframework.org
Spring Framework: Mock
http://www.springframework.org
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.