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-beanutils | commons-beanutils | 1.7.0 | - | jar | |
commons-codec | commons-codec | 1.3 | - | jar | |
commons-collections | commons-collections | 3.2 | - | jar | |
commons-digester | commons-digester | 1.8 | - | jar | |
commons-discovery | commons-discovery | 0.4 | - | jar | |
commons-el | commons-el | 1.0 | - | jar | |
commons-fileupload | commons-fileupload | 1.2 | - | jar | |
commons-io | commons-io | 1.3.2 | - | jar | |
commons-lang | commons-lang | 2.3 | - | jar | |
commons-logging | commons-logging | 1.1 | - | jar | |
javax.activation | activation | 1.1 | - | jar | |
javax.mail | 1.4.2-20081209.230559-10 | - | jar | ||
javax.servlet | jstl | 1.1.0 | - | jar | |
myfaces | myfaces-api | 1.1.5 | - | jar | |
myfaces | myfaces-impl | 1.1.5 | - | jar | |
myfaces | tomahawk | 1.1.6 | - | jar | |
org.gnu.inet | libidn | 0.6.7 | - | jar | |
oro | oro | 2.0.8 | - | 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 |
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 | jsp-api | 2.0 | - | jar | |
javax.servlet | servlet-api | 2.4 | - | 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 |
---|---|---|---|---|---|
avalon-framework | avalon-framework | 4.1.3 | - | jar | |
log4j | log4j | 1.2.12 | - | jar | |
logkit | logkit | 1.0.1 | - | jar |
A webmail-client (POP3, IMAP, SMTP) written in Java as a webapp. Very easy to install - just throw the WAR-file into the deployment-directory of your Servlet-container (tomcat, jetty, weblogic, ..) and you're ready!
http://yawebmail.sourceforge.net/
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
Unnamed - commons-beanutils:commons-beanutils:jar:1.7.0
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/
The Digester package lets you configure an XML->Java object mapping module which triggers certain actions called rules whenever a particular pattern of nested XML elements is recognized.
http://jakarta.apache.org/commons/digester/
Commons Discovery
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
JSP 2.0 Expression Language Interpreter Implementation
http://jakarta.apache.org/commons/el/
The FileUpload component provides a simple yet flexible means of adding support for multipart file upload functionality to servlets and web applications.
http://jakarta.apache.org/commons/fileupload/
Commons-IO contains utility classes, stream implementations, file filters, and endian classes.
http://jakarta.apache.org/commons/io/
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/
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
Unnamed - log4j:log4j:jar:1.2.12
Unnamed - logkit:logkit:jar:1.0.1
Unnamed - avalon-framework:avalon-framework:jar:4.1.3
Unnamed - javax.servlet:jstl:jar:1.1.0
Unnamed - org.gnu.inet:libidn:pom:0.6.7
JavaMail API
http://java.sun.com/projects/javamail/mail
Unnamed - myfaces:myfaces-api:pom:1.1.5
Unnamed - myfaces:myfaces-impl:pom:1.1.5
Unnamed - myfaces:tomahawk:pom:1.1.6
Unnamed - javax.servlet:jsp-api:jar:2.0
Unnamed - javax.servlet:servlet-api:jar:2.4
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.