コミュニケーションでITが変わる!

* 技術レポート *

≪前のページ [1] [2] [3] [4] [5] 次のページ≫

 第3回 クラウドサンプルアプリ作成【2/5】


 【コントローラとテストの作成】

 作成したブランクプロジェクトを実行します。

cloud_sample_10

 ミニツイッターアプリケーション「http://localhost:8888/twitter/」を開きます。まだアプリケーションを作成していないので、「404 NOT FOUND HTTP ERROR」が表示されます。

cloud_sample_11

 作成したブランクプロジェクト直下の build.xml をダブルクリックします。
「アウトライン」で、「gen-controller」タスクを右クリックします。

cloud_sample_12

 「実行」→ 「Ant ビルド」を選択します。

cloud_sample_13

「Ant Input Request」の入力ダイアログに「/twitter/」と入力し、OKボタンをクリックします。

cloud_sample_14

 「tutorial.controller.twitter.IndexController」、「tutorial.controller.twitter.IndexControllerTest」、「war/twitter/index.jsp」が自動生成されます。

cloud_sample_15

「IndexControllerTest.java」を右クリックし、「実行」→「Junitテスト」を選択し、テスト結果を確認します。

cloud_sample_16

グリーンのバーが表示され、「OK」となります。

cloud_sample_17

「http://localhost:8888/twitter/」を再度開いてみます。"Hello twitter Index !!!" と表示されればコントローラとテストの作成は完了です。

cloud_sample_17_2

≪前のページ [1] [2] [3] [4] [5] 次のページ≫

Portions of this page are modifications based on work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License.