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 |
---|---|---|---|---|---|
org.apache.myfaces.shared | myfaces-shared-orchestra | 2.0.7 | - | jar | |
org.springframework | spring | 2.0.6 | - | 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 |
---|---|---|---|---|---|
cglib | cglib | 2.1_3 | - | jar | |
junit | junit | 3.8.1 | - | jar | |
org.springframework | spring-mock | 2.0.6 | - | 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.4 | - | jar | |
javax.persistence | persistence-api | 1.0 | - | jar | (optional) |
javax.servlet.jsp | jsp-api | 2.1 | - | jar | (optional) |
org.apache.myfaces.core | myfaces-api | 1.2.0 | - | 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 |
---|---|---|---|---|---|
commons-codec | commons-codec | 1.3 | - | jar | |
commons-el | commons-el | 1.0 | - | jar | |
commons-logging | commons-logging | 1.0.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 |
---|---|---|---|---|---|
asm | asm | 1.5.3 | - | 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 |
---|---|---|---|---|---|
commons-beanutils | commons-beanutils | 1.7.0 | - | jar | |
commons-digester | commons-digester | 1.8 | - | jar |
Apache MyFaces Orchestra is a sub-project of Apache MyFaces
http://myfaces.apache.org/orchestra/myfaces-orchestra-core
Unnamed - junit:junit:jar:3.8.1
MyFaces API - JSR 252 ( http://www.jcp.org/en/jsr/detail?id=252 )
http://myfaces.apache.org/projects/myfaces-api
Unnamed - commons-beanutils:commons-beanutils:jar:1.7.0
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/
This is the MyFaces Shared Orchestra Subproject Description [INSERT MORE STUFF HERE]
JSP 2.0 Expression Language Interpreter Implementation
http://jakarta.apache.org/commons/el/
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/
Unnamed - javax.servlet.jsp:jsp-api:jar:2.1
Unnamed - javax.servlet:servlet-api:jar:2.4
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
Spring Framework
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.