Re: Wicket on GAE

2010-09-22 Thread Ernesto Reinaldo Barreiro
Josh, I asked a very similar question a few weeks ago and I've got almost no replays and no pointers to a "real" applications using both. Regards, Ernesto 1-http://apache-wicket.1842946.n4.nabble.com/production-quality-wicket-applications-running-on-GAE-td2289729.html On Thu, Sep 23, 2010 at 7

Wicket on GAE

2010-09-22 Thread Josh Kamau
Is there anyone running a significantly large application on GAE? I would like to know if a database driven wicket application is working on GAE and how much resources it consumes. I need this information to decide on whether GAE is a deployment option, or i need a servlet hosting service. Regard

Re: Wicket on GAE with Facebook Connect - doesnt work after deploying / HTTP 500 error

2010-03-26 Thread christoph glass
You solved it :) I configured my project some days ago with the instructions from your link. Now I checked everything carefully again, and noticed that I forgott the following line in WicketApplication.java --- super.init(); --- Now it seems to work. Thank you very much! Best regards Christoph

Re: Wicket on GAE with Facebook Connect - doesnt work after deploying / HTTP 500 error

2010-03-26 Thread Martin Funk
you are aware of this? http://www.danwalmsley.com/2009/04/08/apache-wicket-on-google-app-engine-for-java/ 2010/3/26 christoph glass > Hi everyone, > > I'm trying to run a simple Wicket Application with Facebook Connect on > Google App Engine. > > So far it runs local, but when I deploy to Google

Wicket on GAE with Facebook Connect - doesnt work after deploying / HTTP 500 error

2010-03-26 Thread christoph glass
Hi everyone, I'm trying to run a simple Wicket Application with Facebook Connect on Google App Engine. So far it runs local, but when I deploy to Google Facebook Connect wont work. I cant find any examples for using wicket with gae and facebook on the web. Is anyone here who successfully made it