You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2010/11/11 20:47:28 UTC

[jira] Resolved: (WICKET-3138) Wicket 1.5 and GAE

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

Martin Grigorov resolved WICKET-3138.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-M4

With r1034078 an IDataStore implementation that stores the pages in the HttpSession is added.
Comes with two default eviction strategies:
 - PageNumberEvictionStrategy - sets maximum number of pages in the session
 - MemorySizeEvictionStrategy - sets maximum memory size for the pages in the session.

> Wicket 1.5 and GAE
> ------------------
>
>                 Key: WICKET-3138
>                 URL: https://issues.apache.org/jira/browse/WICKET-3138
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket
>    Affects Versions: 1.5-M2.1
>            Reporter: Alexandru Objelean
>            Assignee: Martin Grigorov
>             Fix For: 1.5-M4
>
>
> Create a http session based store to make wicket 1.5 work with GAE

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.