[google-appengine] Re: Managing Dev and Live versions

2011-09-29 Thread Murph
You should also take a look at multitenancy / namespaces (same feature, 2 different names for it). http://code.google.com/appengine/docs/python/multitenancy/ I'd guess it can also be done in Java, my GAE experience is all Python. In Python, you setup the default namespace for a request in your

Re: [google-appengine] Re: Managing Dev and Live versions

2011-09-23 Thread Jeff Deskins
I created a different application under "My Applications" for my test server. That way I don't have to worry about Test data getting mixed in with Production data. This also allows me to do any kind of load testing without interfering with the live site. I can then adjust the code after revi

Re: [google-appengine] Re: Managing Dev and Live versions

2011-09-23 Thread Martin Waller
Hi, Does that mean you create a different application for each dev/test - as shown on the "My Applicatiions" Page. I'm not sure how you create different instance in the cloud, I can see how you might do it on a local test server. If you do upload multiple versions - by changing appengine-web.xm

[google-appengine] Re: Managing Dev and Live versions

2011-09-23 Thread Tim Hoffman
Hi I run a complete separate instances for dev/test/uat with their own data. Then final testing with live data in production instances before making the new version the default. Rgds Tim -- You received this message because you are subscribed to the Google Groups "Google App Engine" group