You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Alexandru Objelean (JIRA)" <ji...@apache.org> on 2010/10/28 09:48:05 UTC

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

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


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.


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

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov reassigned WICKET-3138:
---------------------------------------

    Assignee: Martin Grigorov

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


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

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12931814#action_12931814 ] 

Hudson commented on WICKET-3138:
--------------------------------

Integrated in Apache Wicket 1.5.x #513 (See [https://hudson.apache.org/hudson/job/Apache%20Wicket%201.5.x/513/])
    WICKET-3138 Wicket 1.5 and GAE support

PageNumberEvictionStrategy allows only positive number of pages


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


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

Posted by "Peter Ertl (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12928960#action_12928960 ] 

Peter Ertl commented on WICKET-3138:
------------------------------------

since there is 

   org.apache.wicket.session.HttpSessionStore

in current 1.5.x now we could probably close this

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


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

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12926693#action_12926693 ] 

Hudson commented on WICKET-3138:
--------------------------------

Integrated in Apache Wicket 1.5.x #472 (See [https://hudson.apache.org/hudson/job/Apache%20Wicket%201.5.x/472/])
    WICKET-3138 Wicket 1.5 and GAE

Add some javadocs
No functional changes


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


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

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12931670#action_12931670 ] 

Hudson commented on WICKET-3138:
--------------------------------

Integrated in Apache Wicket 1.5.x #507 (See [https://hudson.apache.org/hudson/job/Apache%20Wicket%201.5.x/507/])
    

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


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

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12928979#action_12928979 ] 

Martin Grigorov commented on WICKET-3138:
-----------------------------------------

No, it is not the same.
New IDataStore is needed.
Recently we discussed this with Igor in IRC and we decide that it may be added after 1.5.0.

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


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

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12933955#action_12933955 ] 

Martin Grigorov commented on WICKET-3138:
-----------------------------------------

Created a Wicket IInitializer at 
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/jdk-1.5-parent.
Just put it in the classpath and it will automatically make your application runable at GAE.
See the example project.

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


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

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12931806#action_12931806 ] 

Martin Grigorov commented on WICKET-3138:
-----------------------------------------

See https://github.com/martin-g/wicket-gae-demo for how to setup.

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


[jira] Issue Comment Edited: (WICKET-3138) Wicket 1.5 and GAE

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12933955#action_12933955 ] 

Martin Grigorov edited comment on WICKET-3138 at 11/19/10 3:28 PM:
-------------------------------------------------------------------

Created a Wicket IInitializer at 
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/jdk-1.5-parent/gae-initializer-parent.
Just put it in the classpath and it will automatically make your application runable at GAE.
See the example project.

      was (Author: mgrigorov):
    Created a Wicket IInitializer at 
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/jdk-1.5-parent.
Just put it in the classpath and it will automatically make your application runable at GAE.
See the example project.
  
> 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.