以下はこのプロジェクトのコンパイル依存関係です。これらの依存関係はアプリケーションをコンパイルおよび実行するのに必要です。
グループID | 成果物ID | バージョン | Classifier | Type | 備考 |
---|---|---|---|---|---|
commons-fileupload | commons-fileupload | 1.2 | - | jar | |
commons-io | commons-io | 1.3.1 | - | jar | |
org.seasar.container | s2-tiger | 2.4.22 | - | jar |
以下はこのプロジェクトのテスト依存関係です。これらの依存関係はアプリケーションのユニットテストを実行する時のみ必要です。
グループID | 成果物ID | バージョン | Classifier | Type | 備考 |
---|---|---|---|---|---|
jdom | jdom | 1.0 | - | jar | |
log4j | log4j | 1.2.15 | - | jar |
以下はこのプロジェクトの提供済み依存関係のリストです。これらの依存関係はアプリケーションをコンパイルするのに必要ですが、実際にライブラリを使用する際には実行環境によってデフォルトで提供されるべきものです。
グループID | 成果物ID | バージョン | Classifier | Type | 備考 |
---|---|---|---|---|---|
org.apache.geronimo.specs | geronimo-jsp_2.0_spec | 1.1 | - | jar | |
org.apache.geronimo.specs | geronimo-servlet_2.4_spec | 1.1 | - | jar |
以下はこのプロジェクトの過渡的依存ライブラリのリストです。過渡的依存ライブラリはプロジェクトの依存ライブラリの依存ライブラリです。
以下はこのプロジェクトのコンパイル依存関係です。これらの依存関係はアプリケーションをコンパイルおよび実行するのに必要です。
グループID | 成果物ID | バージョン | Classifier | Type | 備考 |
---|---|---|---|---|---|
aopalliance | aopalliance | 1.0 | - | jar | |
commons-logging | commons-logging | 1.1 | - | jar | |
jboss | javassist | 3.4.ga | - | jar | |
ognl | ognl | 2.6.9-patch-20070908 | - | jar | |
org.apache.poi | poi | 3.0-FINAL | - | jar | |
org.easymock | easymock | 2.2 | - | jar | |
org.seasar.container | s2-extension | 2.4.22 | - | jar | |
org.seasar.container | s2-framework | 2.4.22 | - | jar |
以下はこのプロジェクトのテスト依存関係です。これらの依存関係はアプリケーションのユニットテストを実行する時のみ必要です。
グループID | 成果物ID | バージョン | Classifier | Type | 備考 |
---|---|---|---|---|---|
javax.activation | activation | 1.1 | - | jar | |
javax.mail | 1.4 | - | jar |
以下はこのプロジェクトの提供済み依存関係のリストです。これらの依存関係はアプリケーションをコンパイルするのに必要ですが、実際にライブラリを使用する際には実行環境によってデフォルトで提供されるべきものです。
グループID | 成果物ID | バージョン | Classifier | Type | 備考 |
---|---|---|---|---|---|
junit | junit | 4.3.1 | - | jar |
Cubby Simple Web Application Framework
Apache Log4j 1.2
http://logging.apache.org:80/log4j/1.2/
Unnamed - javax.mail:mail:jar:1.4
Unnamed - javax.activation:activation:jar:1.1
Commons-IO contains utility classes, stream implementations, file filters, and endian classes.
http://jakarta.apache.org/commons/io/
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/
Provides open-source implementations of Sun specifications.
http://geronimo.apache.org/specs/geronimo-servlet_2.4_spec
Provides open-source implementations of Sun specifications.
http://geronimo.apache.org/specs/geronimo-jsp_2.0_spec
DI Container with AOP
http://s2container.seasar.org/
DI Container with AOP
http://s2container.seasar.org/
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.
EasyMock provides Mock Objects for interfaces in JUnit tests by generating them on the fly using Java's proxy mechanism