> I was actually wondering if packaging the markup and the Page classes > in different jars would work. Something like: > > myapp-wicket.jar: > com/myapp/MyApplication.class > com/myapp/MySession.class > com/myapp/page/Index.class > com/myapp/page/Login.class > > myapp-store1-html.jar: > com/myapp/page/Index.html > com/myapp/page/Login.html > > myapp-store2-html.jar: > com/myapp/page/Index.html > com/myapp/page/Login.html
I've never tried that myself. It might be a problem for class loaders to figure out how to load this if it comes from another jar. I think a global resource stream locator would work best for your case. Eelco ------------------------------------------------------------------------- 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
