You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by uud ashr <uu...@gmail.com> on 2009/08/28 07:34:20 UTC

Wicket Google App Engine Compatible

Hi,

Is there any plan to make Wicket fully compatible to Google App Engine?
Regards,
uudashr

Re: Wicket Google App Engine Compatible

Posted by Rodolfo Hansen <kr...@gmail.com>.
Are you by any change using the maven-gae-plugin ?

If so, did you use archetype supplied?



On Fri, 2010-12-03 at 11:48 -0800, jgardner16 wrote:

> May have found answer here
> http://thoughts.inphina.com/2010/10/20/managing-wicket-serialization-problem-on-google-app-engine/.
> 
> 



Re: Wicket Google App Engine Compatible

Posted by jgardner16 <jg...@hotmail.com>.
May have found answer here
http://thoughts.inphina.com/2010/10/20/managing-wicket-serialization-problem-on-google-app-engine/.


-- 
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-Google-App-Engine-Compatible-tp1889511p3071659.html
Sent from the Users forum mailing list archive at Nabble.com.

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


Re: Wicket Google App Engine Compatible

Posted by jgardner16 <jg...@hotmail.com>.
Hi I am building an app on google app engine following the tutorial mentioned
above and it's working fine except it seems like it's serializing data to
session table and everyone once in a while it exceeds the 1MB blog limit. 
Is there something that can done about this like tell it not to serialize
certain things?
-- 
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-Google-App-Engine-Compatible-tp1889511p3071624.html
Sent from the Users forum mailing list archive at Nabble.com.

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


Re: Wicket Google App Engine Compatible

Posted by Fernando Wermus <fe...@gmail.com>.
It would be really great to have some accurate info in the wiki wicket. It
is my thought to implement app engine in the next few weeks...

On Fri, Aug 28, 2009 at 4:52 AM, uud ashr <uu...@gmail.com> wrote:

> Yes, Wicket is semi-compatible.
>
>   - I have some trouble when I want to UploadFile, becase it write to
>   temporary file and GAE not allowed you to do that. It solve but you have
> to
>   re-code the wicket so is not save to temporary file, but write to
> DataStore.
>   - Another is I can't use TabbedPanel
>
> http://groups.google.com/group/google-appengine-java/browse_thread/thread/b80648c126778ef5
>
> Regards,
> uudashr
>
> On Fri, Aug 28, 2009 at 1:05 PM, Bert <ta...@gmail.com> wrote:
>
> > On Fri, Aug 28, 2009 at 07:34, uud ashr<uu...@gmail.com> wrote:
> > > Hi,
> > >
> > > Is there any plan to make Wicket fully compatible to Google App Engine?
> > > Regards,
> > > uudashr
> > >
> >
> >
> > I have not yet tested it myself. But from what i read people are
> > running wicket there. as far as i remeber the problem is the default
> > page store (file) is not working, so one has to configure a different
> > store.
> >
> > wicket is named with links on the app engine site:
> >
> >
> http://groups.google.com/group/google-appengine-java/web/will-it-play-in-app-engine?pli=1
> >
> > he describes on how to set it up:
> >
> >
> http://stronglytypedblog.blogspot.com/2009/04/wicket-on-google-app-engine.html
> > also:
> >
> >
> http://www.danwalmsley.com/2009/04/08/apache-wicket-on-google-app-engine-for-java/
> >
> > there are a few more hit when searching ..
> >
> > or did i misunderstood your question?
> >
> > regards, bert
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > For additional commands, e-mail: users-help@wicket.apache.org
> >
> >
>



-- 
Fernando Wermus.

www.linkedin.com/in/fernandowermus

Re: Wicket Google App Engine Compatible

Posted by uud ashr <uu...@gmail.com>.
Yes, Wicket is semi-compatible.

   - I have some trouble when I want to UploadFile, becase it write to
   temporary file and GAE not allowed you to do that. It solve but you have to
   re-code the wicket so is not save to temporary file, but write to DataStore.
   - Another is I can't use TabbedPanel
   http://groups.google.com/group/google-appengine-java/browse_thread/thread/b80648c126778ef5

Regards,
uudashr

On Fri, Aug 28, 2009 at 1:05 PM, Bert <ta...@gmail.com> wrote:

> On Fri, Aug 28, 2009 at 07:34, uud ashr<uu...@gmail.com> wrote:
> > Hi,
> >
> > Is there any plan to make Wicket fully compatible to Google App Engine?
> > Regards,
> > uudashr
> >
>
>
> I have not yet tested it myself. But from what i read people are
> running wicket there. as far as i remeber the problem is the default
> page store (file) is not working, so one has to configure a different
> store.
>
> wicket is named with links on the app engine site:
>
> http://groups.google.com/group/google-appengine-java/web/will-it-play-in-app-engine?pli=1
>
> he describes on how to set it up:
>
> http://stronglytypedblog.blogspot.com/2009/04/wicket-on-google-app-engine.html
> also:
>
> http://www.danwalmsley.com/2009/04/08/apache-wicket-on-google-app-engine-for-java/
>
> there are a few more hit when searching ..
>
> or did i misunderstood your question?
>
> regards, bert
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: Wicket Google App Engine Compatible

Posted by Bert <ta...@gmail.com>.
On Fri, Aug 28, 2009 at 07:34, uud ashr<uu...@gmail.com> wrote:
> Hi,
>
> Is there any plan to make Wicket fully compatible to Google App Engine?
> Regards,
> uudashr
>


I have not yet tested it myself. But from what i read people are
running wicket there. as far as i remeber the problem is the default
page store (file) is not working, so one has to configure a different
store.

wicket is named with links on the app engine site:
http://groups.google.com/group/google-appengine-java/web/will-it-play-in-app-engine?pli=1

he describes on how to set it up:
http://stronglytypedblog.blogspot.com/2009/04/wicket-on-google-app-engine.html
also:
http://www.danwalmsley.com/2009/04/08/apache-wicket-on-google-app-engine-for-java/

there are a few more hit when searching ..

or did i misunderstood your question?

regards, bert

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