[ https://issues.apache.org/jira/browse/WICKET-736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Matej Knopp updated WICKET-736: ------------------------------- Description: * create AbstractFileStore which contains the (de)serialization logic * create SimpleSynchronousFilePageStore to demonstrate developing custom pageStores * create DiskPageStore that uses one file per pagemap to improve performance under hight load * move page versions infromation from sessionstore to pagestore (used when getting page with -1 specified as (ajax) version number * make it possible for certain pagestores to reuse serialized page data when serializing the pagemap (improve clustering efficiency) was: * create AbstractFileStore which contains the (de)serialization logic * create SimpleSynchronousFilePageStore to demonstrate developing custom pageStores * create DiskPageStore that uses one file per pagemap to improve performance under hight load > Improve PageStore > ----------------- > > Key: WICKET-736 > URL: https://issues.apache.org/jira/browse/WICKET-736 > Project: Wicket > Issue Type: Improvement > Components: wicket > Reporter: Matej Knopp > Assignee: Matej Knopp > Fix For: 1.3.0-beta3, 1.3.0-rc1, 1.3.0-final > > > * create AbstractFileStore which contains the (de)serialization logic > * create SimpleSynchronousFilePageStore to demonstrate developing custom > pageStores > * create DiskPageStore that uses one file per pagemap to improve performance > under hight load > * move page versions infromation from sessionstore to pagestore (used when > getting page with -1 specified as (ajax) version number > * make it possible for certain pagestores to reuse serialized page data when > serializing the pagemap (improve clustering efficiency) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.