Hi All, I'm new to Wicket and I'm trying to evaluate. Haven't had a chance to fully dive in, so excuse me if this question seems basic.
Say I have several different sites with their own designs, and I want to use the same basic WebPage/Panel/Application classes. Ideally, each site would be deployable as a war file. How might I package different HTML per war to accomplish this? The examples I've seen have the HTML pages in the same directory as the corresponding Page class. How does Wicket locate the appropriate HTML page for each Page class? Question 2: if I were to use a Wicket/Spring/Hibernate (JPA) stack, I assume using the old trick of using a Servlet Filter to implement the 'One Hibernate Session per Request' trick still applies? Is there a better pattern for Wicket to handle lazy loading problems? Thanks in advance, and kudos to your exciting new framework. Regards, - Patrick ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
