Re: [appengine-java] Re: running app engine application totally on local environment

2011-03-16 Thread romesh soni
Thanks Didier. Regards Romesh On Thu, Mar 17, 2011 at 10:21 AM, Didier Durand wrote: > Hi, > > About your second question, you'll be able to upload on the gae cloud. > > What I would do: in you data access layer, I would put some > "interceptor" code that will record all changes in real time and

[appengine-java] Re: running app engine application totally on local environment

2011-03-16 Thread Didier Durand
Hi, About your second question, you'll be able to upload on the gae cloud. What I would do: in you data access layer, I would put some "interceptor" code that will record all changes in real time and push them to the gae cloud as soon as you have a connection (you say that internet access is shak

Re: [appengine-java] Re: running app engine application totally on local environment

2011-03-16 Thread romesh soni
Hi Didier, Thanks for your time and suggestions. Though before posting, I searched on Google to find the answer but did not find any reference :(. I thought the dev server means "app engine support for local machine". Okay, I will use jetty for running the "google app engine application" I am bui

Re: [appengine-java] Re: running app engine application totally on local environment

2011-03-16 Thread Ikai Lan (Google)
Thanks for answering, Didier (I notice you've answered this question several times in the past). I feel like I should add this to the FAQ ... Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www

[appengine-java] Re: running app engine application totally on local environment

2011-03-16 Thread Didier Durand
Hi, this question was already debated many times here: it is not a good idea to use the dev server of gae for production purposes as it is only a dev server as its name implies. It's limited in many functions, you have no guarantee on its long term, etc... Why don't you go to a standard servlet c

[appengine-java] Re: running app engine application totally on local environment

2011-03-16 Thread romesh soni
Did any one have answer of my questions? I am worried. Thanks Romesh On Tue, Mar 15, 2011 at 10:58 PM, romesh soni wrote: > Hi Group, > > I am building an application where my clients will be running my app engine > application on their local environments (they can not use internet because > i