タグ

WicketとORMに関するt_43zのブックマーク (2)

  • Building a smart EntityModel

    A lot of Wicket applications use an ORM framework to work with the database. Because ORMs provide a generic mechanism for loading entities we can create a generic Wicket model that can simplify binding between ORM and Wicket. In this article I will walk you through creating an EntityModel that will make using Wicket and ORM fun, read inside... In order to load an entity from the database we need t

  • めそらぼ - mesolabs.com » Wicket-Guiceに合うORMは?

    Wicket-Guiceが出来ましたね。 まあ、詳しくは矢野さんの記事読んでください。 ここのまとめでも書かれているように、GuiceはWicketのようにJavaの利点を最大限に活用したDIコンテナなので、Wicketとの相性はとてもいいはずです。 ってことで、標準ガチガチ準拠のWebアプリを作成しなければいけない場合以外は、もう、Wicket-Guiceで僕の中では確定です。 言語がJavaである場合は、ですが(笑) で、こうなると、パーシステンス層をどうしましょ?ってことになりますよね。 S2Wicket-Seasar2ならばS2Daoで確定でいいし、Wicket-SpringならSpringとの連携がしやすいもの(例えばHibernate)でいいでしょうし、Wicket-javaeeならJPA準拠のORMならなんでもいいでしょう。 しかし、せっかくWicketとGuiceというX

    t_43z
    t_43z 2007/06/21
    セルクマ
  • 1