[ 
https://issues.apache.org/jira/browse/WICKET-1738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12611794#action_12611794
 ] 

Richard Wilkinson commented on WICKET-1738:
-------------------------------------------

It could probably be added as part of the terracotta module, but there isn't 
any terracotta specific stuff in it.  Its only an implementation of IPageStore 
which uses the HttpSession to keep pages.  It could have other uses apart from 
terracotta and does work without terracotta.
The main reason I thought it would be best in the wicket source is that then it 
is more likely to be kept in sync with any future changes to how the PageStore 
is used.


> New page map suitable for use in terracotta
> -------------------------------------------
>
>                 Key: WICKET-1738
>                 URL: https://issues.apache.org/jira/browse/WICKET-1738
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket
>         Environment: Java 5+ required
>            Reporter: Richard Wilkinson
>            Priority: Minor
>         Attachments: TerracottaPageStore.java
>
>
> Following on from discussion in this thread: 
> http://www.nabble.com/Terracotta-integration-td18168616.html
> A new implementation of PageStore has been created which stores the page map 
> in the users http session so that it is easy for terracotta to distribute the 
> page map.  Pages are serialized stored as byte arrays.
> Also required is updating of the wicket terracotta integration module.

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

Reply via email to