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

1.3への移行中のメモ

http://d.hatena.ne.jp/H_Yamaguchi/20080110/1199935497より 5.メソッドの可視性の変更 SubmitLink から継承されたメソッドの可視性を下げることはできません。 ボタンやリンクのイベントがprotected→publicに変更されているため、protectedのままだとビル…

WicketServlet WicketFilter

memoだけど。 1.3系から、ServletじゃなくてFilterを使うことを推奨してるみたい。 This allows you to map your application to the root of your context and still let the container serve resources.

Wicket Quickstart

http://herebebeasties.com/2007-10-07/wicket-quickstart/ maven2で雛形作成(package)。プラグインでEclipse用にパッケージ構成を作って、importする。M2_REPO定義して、start.javaでjetty起動。

settings.xmlのデフォルト作成コマンド

mvn help:effective-settings -Doutput=effective-settings.xmlでデフォルトのsettings.xmlが出力される。 ちなみに、コマンド実行時のディレクトリに作成される。