The question may sound a bit stupid but I think it’s interesting. Is it possible to upload a GAE application (java or python) from another GAE application ? I mean to use the first GAE app purely as a build server (e.g. http://www.atlassian.com/software/bamboo/overview ) to build / deploy an application.
Share
It sounds interesting to me, but ultimately I’m not sure of the practicality of it. You’d have to spend quite a bit of effort to modify the SDK to replace all file operations, and emulate the development filesystem on either the filestore or blobstore.
I say I don’t think it’s practical, because unless you’re running strictly as backends (which ends up being expensive), none of the frontends really last long enough to emulate a debugger. It would be very difficult to develop software if you can’t debug.
That and what Nick said.