As we creating new instantes of WebPage, Form and other web widgets for every request received for different pages, it will cause more garbages created. Will this going to be affect the server performance?
I'm new to Wicket and probably this has been discussed before. I will be grateful if someone could point me in the right direction to find the answer. Thanks. Johan Compagner wrote: > > as martijn said. I am not talking about pooling pages over sessions > That is a nogo in wicket. No i was talking about a single session reusing > pages. > So if you create a link that goes back to page X then hold that page > there. > > pooling pages over sessions can't be done. Maybe for completely static > pages > that has no dynamic parts at all. But then you can just use pure html. > > ... > -- View this message in context: http://www.nabble.com/Strategy-to-avoid-new-instances-of-pages-and-panels-tf2566413.html#a7673337 Sent from the Wicket - User mailing list archive at Nabble.com. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
