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 | |
commons-beanutils | commons-beanutils | 1.7.0 | - | jar | |
commons-collections | commons-collections | 3.2 | - | jar | |
commons-lang | commons-lang | 2.3 | - | jar | |
commons-logging | commons-logging | 1.1 | - | jar | |
jboss | jboss-j2ee | 3.2.3 | - | jar | |
net.sourceforge.fuge | fuge-hibernate-common | 1.0-SNAPSHOT | - | jar | |
org.andromda.translationlibraries | andromda-ocl-validation-library | 3.2 | - | jar | |
org.hibernate | hibernate | 3.2.6.ga | - | jar | |
org.springframework | spring | 2.0.4 | - | jar |
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 |
---|---|---|---|---|---|
org.andromda | andromda-script-wrappers | 3.2 | - | 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 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 | |
asm | asm | 1.5.3 | - | jar | |
asm | asm-attrs | 1.5.3 | - | jar | |
avalon-framework | avalon-framework | 4.1.3 | - | jar | |
cglib | cglib | 2.1_3 | - | jar | |
commons-digester | commons-digester | 1.7 | - | jar | |
dom4j | dom4j | 1.6.1 | - | jar | |
javax.servlet | servlet-api | 2.3 | - | jar | |
log4j | log4j | 1.2.12 | - | jar | |
logkit | logkit | 1.0.1 | - | jar | |
net.sf.ehcache | ehcache | 1.2.3 | - | jar | |
org.andromda | andromda-core | 3.2 | - | jar | |
org.andromda | andromda-utils | 3.2 | - | jar | |
org.andromda.metafacades | andromda-metafacades-uml | 3.2 | - | jar | |
org.andromda.translationlibraries | andromda-ocl-translation-core | 3.2 | - | jar |
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 |
---|---|---|---|---|---|
groovy | groovy-all-1.0-jsr | 06 | - | jar | |
org.beanshell | bsh | 2.0b4 | - | jar |
FuGE Hibernate STK Core Business Tier
The FuGE Hibernate STK ProjectThe Functional Genomics Experiment data model (FuGE) has been developed to facilitate convergence of data standards for high-throughput, comprehensive analyses in biology. FuGE models the components of an experimental activity that are common across different technologies, including protocols, samples and data. FuGE provides a foundation for describing entire laboratory workflows and for the development of new data formats. The Microarray Gene Expression Data society and the Proteomics Standards Initiative have committed to using FuGE as the basis for defining their respective standards, and other standards groups, including the Metabolomics Standards Initiative, are evaluating FuGE in their development efforts. Adoption of FuGE by multiple standards bodies will enable uniform reporting of common parts of functional genomics workflows, simplify data-integration efforts and ease the burden on researchers seeking to fulfill multiple minimum reporting requirements. Such advances are important for transparent data management and mining in functional genomics and systems biology. See doi:10.1038/nbt1347
http://fuge.sourceforge.net/stks/hibernate-stk/fuge-hibernate-core
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 FuGE Hibernate STK ProjectThe Functional Genomics Experiment data model (FuGE) has been developed to facilitate convergence of data standards for high-throughput, comprehensive analyses in biology. FuGE models the components of an experimental activity that are common across different technologies, including protocols, samples and data. FuGE provides a foundation for describing entire laboratory workflows and for the development of new data formats. The Microarray Gene Expression Data society and the Proteomics Standards Initiative have committed to using FuGE as the basis for defining their respective standards, and other standards groups, including the Metabolomics Standards Initiative, are evaluating FuGE in their development efforts. Adoption of FuGE by multiple standards bodies will enable uniform reporting of common parts of functional genomics workflows, simplify data-integration efforts and ease the burden on researchers seeking to fulfill multiple minimum reporting requirements. Such advances are important for transparent data management and mining in functional genomics and systems biology. See doi:10.1038/nbt1347
http://fuge.sourceforge.net/stks/hibernate-stk/fuge-hibernate-common
AndroMDA OCL Validation Translation-Library
Translates OCL into validation code for any platform.
AndroMDA UML Common Metafacades
The common UML metafacades. This is the set of core UML metafacades used to provide access UML meta models.
http://www.andromda.org/andromda-metafacades/andromda-uml-metafacades/andromda-metafacades-uml
AndroMDA (pronounced: andromeda) is an open source code generation framework that follows the Model Driven Architecture (MDA) paradigm. It takes model(s) from CASE-tool(s) and generates fully deployable applications and other components.
http://www.andromda.org/andromda-utils
The Core refers to the "engine" of the framework. The core takes care of making all the components of AndroMDA work together. This includes plugin discovery (i.e. cartridges, translation-libraries), manufacturing of metafacades, etc.
http://www.andromda.org/andromda-core
The AndroMDA OCL translation engine, providing the OCL translation support.
Spring Framework
http://www.springframework.org
AOP Alliance
http://aopalliance.sourceforge.net
Relational Persistence for Java
ehcache is a pure Java, in-process cache with the following features: 1. Fast. 2. Simple. 3. Multiple eviction policies: LRU, LFU and FIFO. 4. Caches can be in memory or on disk. 5. Disk Stores can be persistent between VM restarts. 6. Distributed caching using multicast and RMI, with a pluggable API. 7. Cache and CacheManager listeners 8. Supports multiple Caches per CacheManager, and multiple CacheManagers per application. 9. Acts as a pluggable cache for Hibernate 3.1, 3 and 2.1. 10. Small foot print. Both in terms of size and memory requirements. 11. Minimal dependencies apart from J2SE. 12. Fully documented. See the online Documentation and the online JavaDoc. 13. Comprehensive Test Coverage. See the clover test report. 14. Available under the Apache 1.1 license. EHCache's copyright and licensing has been reviewed and approved by the Apache Software Foundation, making EHCache suitable for use in Apache projects. 15. Production tested. EHCache is used on a large and very busy eCommerce site. 16. Web caching, pull-through caches and other common caching implementations are provided in the ehcache-constructs module.
dom4j: the flexible XML framework for Java
Types that extend and augment the Java Collections Framework.
http://jakarta.apache.org/commons/collections/
Unnamed - commons-beanutils:commons-beanutils:jar:1.7.0
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:servlet-api:jar:2.3
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/
Unnamed - jboss:jboss-j2ee:jar:3.2.3
Provides implementations of "Script Wrapper" classes, these classes are injected into class files in order to provide the ability to write your business logic in an interpreted manner
http://www.andromda.org/andromda-script-wrappers
BeanShell