You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Matej Knopp (JIRA)" <ji...@apache.org> on 2007/08/15 21:05:30 UTC

[jira] Resolved: (WICKET-736) Improve PageStore

     [ https://issues.apache.org/jira/browse/WICKET-736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matej Knopp resolved WICKET-736.
--------------------------------

    Resolution: Fixed

> 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
>
>
> * 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.