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.tapestry | tapestry-core | 5.1.0.3 | - | jar | |
org.equanda | equanda-client | 0.9.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 |
---|---|---|---|---|---|
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.persistence | persistence-api | 1.0 | - | jar | |
javax.servlet | servlet-api | 2.4 | - | jar | |
jboss | jboss-annotations-ejb3 | 4.2.1.GA | - | jar | |
jboss | jboss-ejb-api | 4.2.1.GA | - | 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 |
---|---|---|---|---|---|
com.toedter | jcalendar | 1.3.2 | - | jar | |
commons-codec | commons-codec | 1.3 | - | jar | |
commons-httpclient | commons-httpclient | 3.1 | - | jar | |
commons-logging | commons-logging | 1.0.4 | - | jar | |
javassist | javassist | 3.9.0.GA | - | jar | |
joda-time | joda-time | 1.5.2 | - | jar | |
log4j | log4j | 1.2.14 | - | jar | |
net.sf.fscript | fscript | 1.17 | - | jar | |
org.antlr | antlr-runtime | 3.1.1 | - | jar | |
org.apache.tapestry | tapestry-ioc | 5.1.0.3 | - | jar | |
org.apache.tapestry | tapestry5-annotations | 5.1.0.3 | - | jar | |
org.codehaus.woodstox | stax2-api | 3.0.1 | - | jar | |
org.codehaus.woodstox | woodstox-core-asl | 4.0.3 | - | jar | |
org.equanda | equanda-util | 0.9.4 | - | jar | |
org.javolution | javolution | 3.7.10 | - | jar | |
org.slf4j | slf4j-api | 1.5.2 | - | jar | |
org.slf4j | slf4j-log4j12 | 1.5.2 | - | jar | |
stax | stax-api | 1.0.1 | - | jar |
equanda is an tool to generate a J2EE application based on a XML description of the data and interactions. It is both useful for the generation of the (ejb3) beans to access the data (which is stored in a database), and to generate the graphical user interface. Apart from that it contains a lot of utility code which is useful for business applications.
http://equanda.org/equanda-t5gui
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.
equanda is an tool to generate a J2EE application based on a XML description of the data and interactions. It is both useful for the generation of the (ejb3) beans to access the data (which is stored in a database), and to generate the graphical user interface. Apart from that it contains a lot of utility code which is useful for business applications.
http://equanda.org/equanda-client
equanda is an tool to generate a J2EE application based on a XML description of the data and interactions. It is both useful for the generation of the (ejb3) beans to access the data (which is stored in a database), and to generate the graphical user interface. Apart from that it contains a lot of utility code which is useful for business applications.
http://equanda.org/equanda-util
Unnamed - org.javolution:javolution:jar:3.7.10
Unnamed - net.sf.fscript:fscript:jar:1.17
Unnamed - com.toedter:jcalendar:jar:1.3.2
Date and time library to replace JDK date handling.
http://joda-time.sourceforge.net
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/httpcomponents/httpclient-3.x/
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/logging/
Central module for Tapestry, containing interfaces to the Java Servlet API and all core services and components.
http://tapestry.apache.org/tapestry5.1/tapestry-core
Tapestry Inversion of Control Container
A code-centric, high-performance, simple Inversion of Control container.
http://tapestry.apache.org/tapestry5.1/tapestry-ioc
Annotations used with Tapestry applications.
http://tapestry.apache.org/tapestry5.1/tapestry5-annotations
Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation simple. It is a class library for editing bytecodes in Java.
The slf4j log4j-12 binding
The slf4j API
Log4j
http://logging.apache.org/log4j/docs/
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/
A framework for constructing recognizers, compilers, and translators from grammatical descriptions containing Java, C#, C++, or Python actions.
Woodstox is a high-performance XML processor that implements Stax (JSR-173) and SAX2 APIs
Stax2 API is an extension to basic Stax 1.0 API that adds significant new functionality, such as full-featured bi-direction validation interface and high-performance Typed Access API.
http://woodstox.codehaus.org/StAX2
StAX API is the standard java XML processing API defined by JSR-173
Unnamed - javax.servlet:servlet-api:jar:2.4
Unnamed - javax.persistence:persistence-api:jar:1.0