Example¶
本章では、Nablarchアプリケーションフレームワークを利用して作成したExampleアプリケーションに必要な環境構築手順と、アプリケーションの実行手順を解説する。
環境構築手順について¶
Exampleアプリケーションは、Apache Mavenを利用してアプリケーションのビルド、実行を行う。以下のページを参考に、Apache MavenのPCへのインストール及び必要な設定を行うこと。
アプリケーションの実行手順について¶
Exampleアプリケーションの実行手順は、各ExampleアプリケーションのgithubのREADMEを参照すること。
- ウェブアプリケーション
- https://github.com/nablarch/nablarch-example-web
- ウェブサービス
- バッチアプリケーション
- JSR352に準拠したバッチアプリケーション
- https://github.com/nablarch/nablarch-example-batch-ee
- Nablarchバッチアプリケーション
- https://github.com/nablarch/nablarch-example-batch
- メッセージング
- MOMによるメッセージング
- テーブルをキューとして使ったメッセージング
- https://github.com/nablarch/nablarch-example-db-queue