the other technology is WebObjects and it uses its own server, I have no idea if it can be easily ported to servlet container, anyway right now it is not using one (as far I can tell).
> Wicket stores only the last used page instance in the http session. > One instance! > And only if the page is stateful. > With a custom IPageStore impl you can make this even 0, but then each > Ajax request will load the page from the disk. maybe it is possible to make a hybrid implementation to store model data in shared session and everything else locally because only wicket will use it. where should I start digging. IPageStore is one anything else? what about rendering strategies - is this something I should worry about? thanks pozdrawiam Paweł Kamiński [email protected] [email protected] ______________________ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
