there are two popular ways to integrate wicket and hibernate
a) wicket<->spring<->hibernate wicket has excellent integration with spring, which in turn has excellent integration with hibernate. in the core distro there is a wicket-sring project/jar that provides this integration. b) wicket<->hibernate this is a more direct/simpler integration better suitable for simpler apps. for this google/woogle "databinder"; it is a project that provides just such integration. -igor On 11/15/06, Sean C. Sullivan <[EMAIL PROTECTED]> wrote:
I looked in the Wicket wiki and I did not see any information about Hibernate: http://cwiki.apache.org/WICKET/ Are there best practices for using Hibernate with Wicket? Where can I find these best practices? Sean
