Hi all, We're (Johan mostly) are experimenting with custom serialization to see whether we could speed things up a bit (which doesn't mean what we have now is bad btw).
For anyone working on 1.3: we could use your help testing that feature. The only thing you need to do is turn it on on your development machine, by doing this in e.g. your application's class init method: Objects.setObjectStreamFactory(new wicket.util.io.WicketObjectStreamFactory()); And then just report any issues you encounter to this list or the developers list. Of course, if you have tweaks, test reports etc, that'd be even cooler. The default can be set like this: Objects.setObjectStreamFactory(new IObjectStreamFactory.DefaultObjectStreamFactory()); which is based on JDK's serialization. If you don't configure otherwise, that is what is used. Thanks, Eelco ------------------------------------------------------------------------- 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
