Is it possible to create a Google AppEngine application using Java in one module and Python in another (or Go)?
1
-
I haven't tried it, but since even on different versions you could do it and it seems to be just another namespace for providing stats and billing I wouldn't see the reason why it would not support it, unless the language doesn't support modules yet.Faisal– Faisal2013-08-22 16:45:26 +00:00Commented Aug 22, 2013 at 16:45
Add a comment
|
1 Answer
It is possible to have modules with different languages. I have not tried it myself but it has been confirmed in the GAE google group when SDK 1.8.2 was first released.