Fight the Future

Java言語とJVM、そしてJavaエコシステム全般にまつわること

2008-02-07から1日間の記事一覧

Introducing Apache Wicketの超意訳まとめ

Introducing Apache Wicketの翻訳を完了しました! Wicketについて僕は初心者です。興味はあったんですが。 翻訳でだいたいのコンセプトはつかめたので、ちょっくら動かして勉強していきます。 もちろんwicket-jaのMLにも入りました! Introducing Apache Wi…

Introducing Apache Wicketの超意訳(12)

http://www.theserverside.com/tt/articles/article.tss?l=IntroducingApacheWicket The final components we add to the form are two Buttons. 最後にボタンを2つフォームに追加します。 add(new Button("save") { public void onSubmit() { Contact c = (…

Introducing Apache Wicketの超意訳(11)

http://www.theserverside.com/tt/articles/article.tss?l=IntroducingApacheWicket Next, let's look at the EditContact page. This is where we'll introduce the form to create a new contact as well as edit an existing contact. We'll start with t…