Thanks Didier. Regards Romesh
On Thu, Mar 17, 2011 at 10:21 AM, Didier Durand <[email protected]>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 push > them to the gae cloud as soon as you have a connection (you say that > internet access is shaky in that case). > > So. you will have real time mirroring of your local data to the cloud. > > The replication will happen wia the call of a servlet in the cloud > that will receive serialized version of the modified /created object > and put it in the datastore. > > regards > > didier > > On Mar 16, 7:12 pm, romesh soni <[email protected]> wrote: > > 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 > > building. > > > > But what about the other question? > > 2.) uploading data from development server to production server as there > > will be schedulers in local (aka development ) machines to push data to > > production server so that in case of system crash on local serves, my > > clients can switch to Production version. > > > > Thanks > > TL > > > > On Wed, Mar 16, 2011 at 10:33 AM, Ikai Lan (Google) <[email protected] > >wrote: > > > > > 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.reddit.com/r/appengine > > > > > On Wed, Mar 16, 2011 at 10:13 AM, Didier Durand < > [email protected]>wrote: > > > > >> 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 container (tomcat, jetty, > > >> etc..): it would be much safer for your purpose and as it is close to > > >> gae, you can have 2 versions in parallel or migrate back easily to gae > > >> in the future when needed / possible. > > > > >> regards > > > > >> didier > > > > >> On Mar 16, 5:07 pm, romesh soni <[email protected]> wrote: > > >> > Did any one have answer of my questions? I am worried. > > > > >> > Thanks > > >> > Romesh > > > > >> > On Tue, Mar 15, 2011 at 10:58 PM, romesh soni < > [email protected]> > > >> 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 > > >> > > its not stable and available all the times). So I have two > questions: > > > > >> > > 1.) Is it possible to run an app engine application totally on > local > > >> (aka > > >> > > dev) server. If yes, how to start stop the server and deploy the > > >> > > application. (I am used to of Tomcat) > > > > >> > > 2.) uploading data from development server to production server as > > >> there > > >> > > will be schedulers in local (aka development ) machines to push > data > > >> to > > >> > > production server so that in case of system crash on local serves, > my > > >> > > clients can switch to Production version. > > > > >> > > Thanks > > >> > > TL > > > > >> -- > > >> You received this message because you are subscribed to the Google > Groups > > >> "Google App Engine for Java" group. > > >> To post to this group, send email to > > >> [email protected]. > > >> To unsubscribe from this group, send email to > > >> [email protected]. > > >> For more options, visit this group at > > >>http://groups.google.com/group/google-appengine-java?hl=en. > > > > > -- > > > You received this message because you are subscribed to the Google > Groups > > > "Google App Engine for Java" group. > > > To post to this group, send email to > > > [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]. > > > For more options, visit this group at > > >http://groups.google.com/group/google-appengine-java?hl=en. > > > > > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
