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 |
|---|---|---|---|---|---|
| commons-lang | commons-lang | 2.3 | - | jar | |
| log4j | log4j | 1.2.13 | - | jar | |
| mysql | mysql-connector-java | 5.1.6 | - | jar | |
| net.sf.ehcache | ehcache | 1.5.0 | - | jar | |
| org.appfuse | appfuse-hibernate | 2.1-SNAPSHOT | - | jar | |
| org.codehaus.xfire | xfire-java5 | 1.2.6 | - | jar | |
| org.codehaus.xfire | xfire-spring | 1.2.6 | - | jar | |
| org.springframework | spring-aop | 2.5.5 | - | jar | |
| org.springframework | spring-aspects | 2.5.5 | - | jar | |
| org.springframework | spring-context-support | 2.5.5 | - | jar | |
| org.springframework.security | spring-security-core-tiger | 2.0.4 | - | jar | |
| velocity | velocity | 1.4 | - | jar | |
| org.jmock | jmock-junit4 | 2.4.0 | - | jar | (optional) |
| org.springframework | spring-test | 2.5.5 | - | jar | (optional) |
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 |
|---|---|---|---|---|---|
| org.subethamail | subethasmtp-wiser | 1.2 | - | 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 | |
| backport-util-concurrent | backport-util-concurrent | 3.1 | - | jar | |
| commons-beanutils | commons-beanutils | 1.7.0 | - | jar | |
| commons-codec | commons-codec | 1.3 | - | jar | |
| commons-collections | commons-collections | 3.2 | - | jar | |
| commons-httpclient | commons-httpclient | 3.0 | - | jar | |
| commons-logging | commons-logging | 1.0.4 | - | jar | |
| dom4j | dom4j | 1.6.1 | - | jar | |
| javassist | javassist | 3.4.GA | - | jar | |
| javax.activation | activation | 1.1 | - | jar | |
| javax.mail | 1.4 | - | jar | ||
| javax.persistence | persistence-api | 1.0 | - | jar | |
| javax.transaction | jta | 1.1 | - | jar | |
| jdom | jdom | 1.0 | - | jar | |
| junit | junit-dep | 4.4 | - | jar | |
| net.java.dev.stax-utils | stax-utils | 20040917 | - | jar | |
| net.sf.jsr107cache | jsr107cache | 1.0 | - | jar | |
| org.apache.xbean | xbean-spring | 2.8 | - | jar | |
| org.appfuse | appfuse-data-common | 2.1-SNAPSHOT | - | jar | |
| org.aspectj | aspectjrt | 1.6.0 | - | jar | |
| org.aspectj | aspectjweaver | 1.6.0 | - | jar | |
| org.codehaus.woodstox | wstx-asl | 3.2.0 | - | jar | |
| org.codehaus.xfire | xfire-aegis | 1.2.6 | - | jar | |
| org.codehaus.xfire | xfire-annotations | 1.2.6 | - | jar | |
| org.codehaus.xfire | xfire-core | 1.2.6 | - | jar | |
| org.codehaus.xfire | xfire-xmlbeans | 1.2.6 | - | jar | |
| org.hamcrest | hamcrest-core | 1.1 | - | jar | |
| org.hamcrest | hamcrest-library | 1.1 | - | jar | |
| org.hibernate | hibernate-annotations | 3.4.0.GA | - | jar | |
| org.hibernate | hibernate-commons-annotations | 3.1.0.GA | - | jar | |
| org.hibernate | hibernate-core | 3.3.1.GA | - | jar | |
| org.hibernate | hibernate-ehcache | 3.3.1.GA | - | jar | |
| org.slf4j | slf4j-api | 1.4.2 | - | jar | |
| org.slf4j | slf4j-log4j12 | 1.5.2 | - | jar | |
| org.springframework | spring-beans | 2.5.5 | - | jar | |
| org.springframework | spring-context | 2.5.5 | - | jar | |
| org.springframework | spring-core | 2.5.5 | - | jar | |
| org.springframework | spring-jdbc | 2.5.5 | - | jar | |
| org.springframework | spring-orm | 2.5.5 | - | jar | |
| org.springframework | spring-tx | 2.5.5 | - | jar | |
| org.springframework.security | spring-security-core | 2.0.4 | - | jar | |
| stax | stax-api | 1.0.1 | - | jar | |
| wsdl4j | wsdl4j | 1.6.1 | - | jar | |
| xfire | xfire-jsr181-api | 1.0-M1 | - | jar | |
| xml-apis | xml-apis | 1.0.b2 | - | jar | |
| xmlbeans | xbean | 2.2.0 | - | jar | |
| junit | junit | 4.4 | - | jar | (optional) |
| org.jmock | jmock | 2.4.0 | - | jar | (optional) |
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 |
|---|---|---|---|---|---|
| velocity | velocity-dep | 1.4 | - | 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 |
|---|---|---|---|---|---|
| org.subethamail | subethasmtp-smtp | 1.2 | - | jar |
Service layer for AppFuse-based applications. Includes JavaMail support, as well as Spring AOP pointcuts that apply transaction attributes to all *Manager interfaces in a "service" package.
http://appfuse.org/appfuse-service
AppFuse DAO backend implemented with Hibernate (http://hibernate.org).
http://appfuse.org/appfuse-data/appfuse-hibernate
AppFuse domain objects and DAO interfaces for doing User Management and supporting generic CRUD. Domain objects have JPA annotations for Hibernate and JPA DAO implementations.
http://appfuse.org/appfuse-data/appfuse-data-common
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
Annotations metadata for Hibernate
http://annotations.hibernate.org
Hibernate Commons Annotations is a utility project used by annotations based Hibernate sub-projects.
Simple Java bytecode manipulation
http://www.jboss.org/products/javassist
The slf4j log4j-12 binding
Integration of Hibernate with Ehcache
http://hibernate.org/hibernate-ehcache
The core functionality of Hibernate
http://hibernate.org/hibernate-core
The slf4j API
Spring Framework: JDBC
http://www.springframework.org
Spring Framework: ORM
http://www.springframework.org
Spring Framework: Transaction
http://www.springframework.org
Ehcache is a widely used, pure Java, distributed in-process cache
Dawid Kurzyniec's backport of JSR 166
http://backport-jsr166.sourceforge.net/
jsr107cache is a place for the evolving JCACHE API so that code can be written to the spec before final release.
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. The junit-dep artifact is the same as the junit artifact, expect that all dependencies are explicity declared and unbundled.
Wiser is a smart mail testing application.
http://subethasmtp.tigris.org/wiser.html
A multithreaded standalone SMTP mail server implementation.
http://subethasmtp.tigris.org/
Velocity is a Java-based template engine. It permits anyone to use the simple yet powerful template language to reference objects defined in Java code.
http://jakarta.apache.org/velocity/
Velocity is a Java-based template engine. It permits anyone to use the simple yet powerful template language to reference objects defined in Java code.
http://jakarta.apache.org/velocity/
A Java SOAP framework.
JSR 181 annotations.
A Java SOAP framework.
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
The JavaMail API provides a platform-independent and protocol-independent framework to build mail and messaging applications.
https://glassfish.dev.java.net/javaee5/mail/
Java stub generator for WSDL
Woodstox is a high-performance XML processor that implements Stax (JSR-173) API
StAX API is the standard java XML processing API defined by JSR-173
The HttpClient component supports the client-side of RFC 1945 (HTTP/1.0) and RFC 2616 (HTTP/1.1) , several related specifications (RFC 2109 (Cookies) , RFC 2617 (HTTP Authentication) , etc.), and provides a framework by which new request types (methods) or HTTP extensions can be created easily.
http://jakarta.apache.org/commons/httpclient/
Spring configuration support for XFire.
XBean is a plugin based server architecture.
http://geronimo.apache.org/xbean/xbean-spring
A Java SOAP framework.
A Java - XML Data Binding framework. Aegis = Shield
The main classes for XMLBeans
Annotation support for XFire
Spring Framework: AOP
http://www.springframework.org
Spring Framework: Aspects
http://www.springframework.org
Spring Framework: Context Support
Spring Framework: Context Support
http://www.springframework.org
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/
Spring Security - Java 5 (Tiger)
Spring Security
http://static.springframework.org/spring-security/site/index.html/spring-security-core-tiger
Spring Security
http://static.springframework.org/spring-security/site/index.html/spring-security-core
Spring Framework: Core
http://www.springframework.org
Spring Framework: Context
http://www.springframework.org
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/
Types that extend and augment the Java Collections Framework.
http://jakarta.apache.org/commons/collections/
Log4j
http://logging.apache.org/log4j/docs/
MySQL java connector
http://dev.mysql.com/usingmysql/java/
Spring Framework: Test
http://www.springframework.org
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/logging/
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.