Re: Wicket on GAE

2010-09-23 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

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.

Re: Wicket And GAE

2010-04-14 Thread Martijn Dashorst
On Tue, Apr 13, 2010 at 6:12 PM, marc fawzi marc.fa...@gmail.com wrote: Is there an IRC channel for Wicket users or is this the best place for newbies like me to post questions and get help? Both. ##wicket on freenode.net is the official wicket IRC channel, and you're welcome to ask and answer

Re: Wicket And GAE

2010-04-14 Thread jbrookover
does kill the task loop eventually so then you need a cron job to run every 1 hour to restart the script :) and that's it. 2. Someone (srfarley) is working on a version of Wicket for GAE: This project provides a template to help you get started with building a Wicket http://wicket.apache.org

Re: Wicket And GAE

2010-04-14 Thread marc fawzi
pretty good Wicket apps running on GAE. It's certainly a lot harder, though, than running it on your own. Jake marc fawzi wrote: Hey guys I'm new to Wicket I've made two discoveries with respect to GAE and Wicket: 1. I figured out how to keep my GAE app instance hot at all times

Re: Wicket And GAE

2010-04-13 Thread Josh Kamau
certainly possible to create high-performance/reliable sites using GAE/J, but Wicket is not a suitable framework due to the Serialization data store write problem. Even if the performance were better and the deserialization issue was fixed, you would blow through your data store quota in no-time due

Re: Wicket And GAE

2010-04-13 Thread jbrookover
I'm pretty committed to a project using Wicket on GAE. I haven't encountered any deserialization issues that people have been bringing up, which makes me worry a bit since I've encountered (and dealt with) a slew of other issues :) Regarding the HttpSessionStore, I discovered a bad coding

Re: Wicket And GAE

2010-04-13 Thread marc fawzi
Hey guys I'm new to Wicket I've made two discoveries with respect to GAE and Wicket: 1. I figured out how to keep my GAE app instance hot at all times (well, at least for 99.9% of the time.. the GAE still produces transient errors every now and then) -- It's really simple: just have a script

Re: Wicket And GAE

2010-04-12 Thread Richard Nichols
-performance/reliable sites using GAE/J, but Wicket is not a suitable framework due to the Serialization data store write problem. Even if the performance were better and the deserialization issue was fixed, you would blow through your data store quota in no-time due to the amount of data store

Re: Wicket And GAE

2010-04-10 Thread Juha Palomäki
, 2010 at 12:43 PM, nino martinez wael nino.martinez.w...@gmail.com wrote: ery describing mail. But AFAIK, and my knowledge are rather limited you need to switch the session store. And then GAE has a couple of restrictions for java that you need to comply with. It's not so much Wicket and GAE

Wicket And GAE

2010-04-08 Thread Josh Kamau
What are the main issues with wicket and Google app engine

Re: Wicket And GAE

2010-04-08 Thread nino martinez wael
Hi Not a very describing mail. But AFAIK, and my knowledge are rather limited you need to switch the session store. And then GAE has a couple of restrictions for java that you need to comply with. It's not so much Wicket and GAE, but JAVA and GAE that have issues.. Other than that search

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

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

2010-03-26 Thread Martin Funk
, 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? Here is the output from ajax debug window: --- INFO: Using XMLHttpRequest transport INFO: INFO: Initiating Ajax GET

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

2010-03-26 Thread christoph glass
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? Here is the output from ajax debug window