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 | |
| org.springframework.security | spring-security-core-tiger | 2.0.4 | - | jar | |
| org.springframework | spring-test | 2.5.5 | - | jar | (optional) |
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 |
|---|---|---|---|---|---|
| aopalliance | aopalliance | 1.0 | - | jar | |
| avalon-framework | avalon-framework | 4.1.3 | - | jar | |
| commons-codec | commons-codec | 1.3 | - | jar | |
| commons-collections | commons-collections | 3.2 | - | jar | |
| commons-logging | commons-logging | 1.1.1 | - | jar | |
| javax.servlet | servlet-api | 2.3 | - | jar | |
| logkit | logkit | 1.0.1 | - | jar | |
| org.springframework | spring-beans | 2.0.8 | - | jar | |
| org.springframework | spring-context | 2.0.8 | - | jar | |
| org.springframework | spring-core | 2.0.8 | - | jar | |
| org.springframework.security | spring-security-core | 2.0.4 | - | jar | |
| junit | junit | 4.4 | - | jar | (optional) |
AppFuse is a project that helps you start developing an application quickly. It takes care of integrating many open source projects for you. For example: Spring, Hibernate, Maven, MySQL and Struts. In addition to Hibernate, you can also use JPA or iBATIS as your backend. For your web framework, you can choose between Struts 2, JSF, Spring MVC and Tapestry. Test-first development is promoted when using AppFuse, and all the infrastructure is in place to do integration testing, unit/mock testing, as well as UI testing. Features include Authentication (using Acegi Security), Remember Me, Self Registration, Password Hint and GZip Compression. The fuse to start your apps.
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: Context
http://www.springframework.org
AOP Alliance
http://aopalliance.sourceforge.net
Spring Framework: Beans
http://www.springframework.org
Spring Framework: Core
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://commons.apache.org/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.