I'm building a java project on google app engine platform, and I found a PHP library that will help me on my project needs.
is it possible to run both projects under the same app engine project?
I'm building a java project on google app engine platform, and I found a PHP library that will help me on my project needs.
is it possible to run both projects under the same app engine project?
Yes, you can use different languages in different modules.
See Using both Java and Python with the new "Module" feature on AppEngine?