プロジェクトの依存関係
compile
以下はこのプロジェクトのコンパイル依存関係です。これらの依存関係はアプリケーションをコンパイルおよび実行するのに必要です。
グループID | 成果物ID | バージョン | Classifier | Type | 備考 |
---|---|---|---|---|---|
org.easymock | easymock | 2.2 | - | jar | (optional) |
runtime
以下はこのプロジェクトのランタイム依存関係です。これらの依存関係はアプリケーションを実行するのに必要です。
グループID | 成果物ID | バージョン | Classifier | Type | 備考 |
---|---|---|---|---|---|
org.seasar.eclipselink | s2eclipselink-jpa | 1.0.0-rc1 | - | jar | (optional) |
org.seasar.hibernate | s2hibernate-jpa | 1.0.1 | - | jar | (optional) |
org.seasar.openjpa | s2openjpa | 1.0.0 | - | jar | (optional) |
org.seasar.toplink | s2toplink-jpa | 1.0.1 | - | jar | (optional) |
provided
以下はこのプロジェクトの提供済み依存関係のリストです。これらの依存関係はアプリケーションをコンパイルするのに必要ですが、実際にライブラリを使用する際には実行環境によってデフォルトで提供されるべきものです。
グループID | 成果物ID | バージョン | Classifier | Type | 備考 |
---|---|---|---|---|---|
org.apache.geronimo.specs | geronimo-annotation_1.0_spec | 1.0 | - | jar | |
org.apache.geronimo.specs | geronimo-ejb_3.0_spec | 1.0 | - | jar | |
org.apache.geronimo.specs | geronimo-interceptor_3.0_spec | 1.0 | - | jar | |
org.apache.geronimo.specs | geronimo-j2ee_1.4_spec | 1.0 | - | jar | |
org.apache.geronimo.specs | geronimo-jpa_3.0_spec | 1.0 | - | jar | |
org.apache.geronimo.specs | geronimo-jta_1.1_spec | 1.0 | - | jar |
プロジェクトの過渡的依存関係
以下はこのプロジェクトの過渡的依存ライブラリのリストです。過渡的依存ライブラリはプロジェクトの依存ライブラリの依存ライブラリです。
compile
以下はこのプロジェクトのコンパイル依存関係です。これらの依存関係はアプリケーションをコンパイルおよび実行するのに必要です。
グループID | 成果物ID | バージョン | Classifier | Type | 備考 |
---|---|---|---|---|---|
aopalliance | aopalliance | 1.0 | - | jar | |
commons-logging | commons-logging | 1.0.4 | - | jar | |
jboss | javassist | 3.3.ga | - | jar | |
junit | junit | 4.4 | - | jar | |
ognl | ognl | 2.6.9-patch-20090427 | - | jar | |
org.apache.poi | poi | 3.0-FINAL | - | jar | |
org.seasar.container | s2-extension | 2.4.37 | - | jar | |
org.seasar.container | s2-framework | 2.4.37 | - | jar | |
org.seasar.container | s2-tiger | 2.4.37 | - | jar |
runtime
以下はこのプロジェクトのランタイム依存関係です。これらの依存関係はアプリケーションを実行するのに必要です。
グループID | 成果物ID | バージョン | Classifier | Type | 備考 |
---|---|---|---|---|---|
antlr | antlr | 2.7.6 | - | jar | |
commons-collections | commons-collections | 3.2 | - | jar | |
commons-lang | commons-lang | 2.1 | - | jar | |
commons-pool | commons-pool | 1.3 | - | jar | |
dom4j | dom4j | 1.6.1 | - | jar | |
javax.persistence | persistence-api | 1.0 | - | jar | |
jboss | jboss-archive-browsing | 5.0.0alpha-200607201-119 | - | jar | |
net.sf.ehcache | ehcache | 1.2.3 | - | jar | |
net.sourceforge.serp | serp | 1.13.1 | - | jar | |
org.apache.geronimo.specs | geronimo-jms_1.1_spec | 1.0.1 | - | jar | |
org.apache.openjpa | openjpa | 1.1.0 | - | jar | |
org.eclipse.persistence | eclipselink | 1.0-M10 | - | jar | |
org.hibernate | hibernate | 3.2.3.ga | - | jar | |
org.hibernate | hibernate-annotations | 3.2.1.ga | - | jar | |
org.hibernate | hibernate-entitymanager | 3.2.1.ga | - | jar | |
toplink.essentials | toplink-essentials | 2.0.1-09d | - | jar |
プロジェクト依存関係グラフ
依存関係ツリー
- org.seasar.kuina:kuina-dao:jar
- org.seasar.hibernate:s2hibernate-jpa:jar
- org.seasar.toplink:s2toplink-jpa:jar
- org.seasar.openjpa:s2openjpa:jar
- org.seasar.eclipselink:s2eclipselink-jpa:jar
- org.apache.geronimo.specs:geronimo-j2ee_1.4_spec:jar
- org.apache.geronimo.specs:geronimo-jta_1.1_spec:jar
- org.apache.geronimo.specs:geronimo-annotation_1.0_spec:jar
- org.apache.geronimo.specs:geronimo-ejb_3.0_spec:jar
- org.apache.geronimo.specs:geronimo-interceptor_3.0_spec:jar
- org.apache.geronimo.specs:geronimo-jpa_3.0_spec:jar
- org.easymock:easymock:jar
依存関係一覧
http://s2hibernate.seasar.org/
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
Hibernate EntityManager implements the programming interfaces and lifecycle rules as defined by the EJB3 persistence specification.
http://entitymanager.hibernate.org
EJB3-style annotations for Hibernate
http://annotations.hibernate.org
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
Javassist (Java programming assistant) is a load-time reflective system for Java.
http://www.jboss.org/products/javassist
Unnamed - jboss:jboss-archive-browsing:jar:5.0.0alpha-200607201-119
Unnamed - toplink.essentials:toplink-essentials:pom:2.0.1-09d
s2openjpa
OpenJPA
http://openjpa.apache.org/openjpa
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/logging/
Geronimo SPECs is a collection of Java Specifications that have been created completely by hand and are ASF licensed.
http://geronimo.apache.org/geronimo-jms_1.1_spec
Commons Object Pooling Library
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
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/${pom.artifactId.substring(8)}/
Types that extend and augment the Java Collections Framework.
http://jakarta.apache.org/commons/collections/
Serp is an open source framework for manipulating Java bytecode.
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.
http://s2eclipselink.sandbox.seasar.org/
Unnamed - org.eclipse.persistence:eclipselink:pom:1.0-M10
DI Container with AOP
http://s2container.seasar.org/
Unnamed - org.apache.geronimo.specs:geronimo-j2ee_1.4_spec:jar:1.0
Provides open-source implementations of Sun specifications.
http://geronimo.apache.org/specs/geronimo-jta_1.1_spec
Provides open-source implementations of Sun specifications.
http://geronimo.apache.org/specs/geronimo-annotation_1.0_spec
Provides open-source implementations of Sun specifications.
http://geronimo.apache.org/specs/geronimo-ejb_3.0_spec
Provides open-source implementations of Sun specifications.
http://geronimo.apache.org/specs/geronimo-interceptor_3.0_spec
Provides open-source implementations of Sun specifications.
http://geronimo.apache.org/specs/geronimo-jpa_3.0_spec
EasyMock provides Mock Objects for interfaces in JUnit tests by generating them on the fly using Java's proxy mechanism