Re: What is the default size of max per session in wicket

2014-02-09 Thread Francois Meillet
There is no simple response. It depends on your non-functional requirements, on what you are trying to achieve, on the pages's size, on the types of model you use. The api says: IStoreSettings setMaxSizePerSession Sets the maximum size of the File where page instances per session are stored.

Re: Apache wicket project as osgi compoments

2014-02-09 Thread Shengche Hsiao
Using customized security permissions is a nice entry, but if I have to dynamic load new modular (another jar or war) after deployed web app, do you have any suggestion? On Sun, Feb 9, 2014 at 3:11 AM, Paul Bors p...@bors.ws wrote: We solved this by using customized security permissions. If