storing pages is part of what the new IPageManager interface does. see
DefaultPageManagerProvider and Application.setPageManagerProvider()

-igor

On Wed, Oct 27, 2010 at 1:00 PM, Ben Tilford <b...@tilford.info> wrote:
> Has the extension point for setting your page store changed? I believe
> newSessionStore() has been removed in 1.5
>
>
>
>
> In wicket 1.4 this is what was needed in you Application
>
>
>
> @Override
>        protected void init() {
>                super.init();
>
>                //remove thread monitoring from resource watcher
>                this.getResourceSettings().setResourcePollFrequency(null);
>        }
>
> @Override
>
>
>        protected ISessionStore newSessionStore()
>        {
>                return new HttpSessionStore(this);//            return new
> SecondLevelCacheSessionStore(this, new InMemoryPageStore());
>        }
>
>
> On Wed, Oct 27, 2010 at 12:56 PM, Igor Vaynberg 
> <igor.vaynb...@gmail.com>wrote:
>
>> you will need to provide your own page store, everything else will work i
>> think.
>>
>> -igor
>>
>> On Wed, Oct 27, 2010 at 12:52 PM, Alex Objelean <alex.objel...@gmail.com>
>> wrote:
>> >
>> > Is there a way to make wicket-1.5 to work with Google App Engine?
>> >
>> > Thanks,
>> > Alex
>> > --
>> > View this message in context:
>> http://apache-wicket.1842946.n4.nabble.com/Wicket-1-5-and-GAE-tp3016185p3016185.html
>> > Sent from the Users forum mailing list archive at Nabble.com.
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> > For additional commands, e-mail: users-h...@wicket.apache.org
>> >
>> >
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to