tanamonの稀に良く書く日記

KEEP CALM AND DRINK BEER

2010-06-04から1日間の記事一覧

Spring Rooの動作(19) - gwt setupコマンド

gwt setupコマンド Google Web Toolkitを利用できるようにする オプションが無く、全ての画面に対してGWT用のクラスが作られるっぽい リファレンス http://static.springsource.org/spring-roo/reference/html-single/index.html#command-index-gwt-commands…

Spring Rooの動作(18) - security setupコマンド

security setupコマンド Spring Securityを利用した画面の認証・認可の制御を行えるようにする コマンドを実行するには事前にコントローラクラスが1つ以上必要 リファレンス http://static.springsource.org/spring-roo/reference/html-single/index.html#c…

Spring Rooの動作(17) - selenium testコマンド

selenium testコマンド コントローラクラスに対応するSeleniumテストを作成する リファレンス http://static.springsource.org/spring-roo/reference/html-single/index.html#command-index-selenium-test オプション --controller [controller] テストを作…

Spring Rooの動作(16) - test integrationコマンド

test integrationコマンド エンティティクラスに対応するUnitTestを作成する リファレンス http://static.springsource.org/spring-roo/reference/html-single/index.html#command-index-test-integration オプション --entity [entity] [entity]で指定した…

Spring Rooの動作(15) - logging setupコマンド

logging setupコマンド log4jによるログ出力設定を変更する 設定ファイルはSRC_MAIN_RESOURCES\log4j.properties 実行するとファイル内のコメント行は全て削除される ログ出力方法などは変更できない リファレンス http://static.springsource.org/spring-ro…