Hi Joshua, It's certainly possible in principle to use Jython to run an App Engine Python app. Some work would be required to adapt the Python SDK to run in the Java server, however.
In general, though, there's an easier approach - it's possible to run multiple versions of your apps, and different versions can use different runtimes. So you could run your main version as Java, with a Python version elsewhere, for example, or vice-versa. -Nick Johnson On Mon, Jun 1, 2009 at 7:56 PM, Joshua Partogi <[email protected]>wrote: > Dear all, > > I've got a very silly question. I don't know whether this is possible to do > in appengine. > > Let's say I've built an app with appengine python, but then in the future I > changed my mind to deploy the apps on the appengine Java. Is it possible to > compile those python files to Java classes using Jython and deploy it on > appengine Java? > > Thank you very much in advance. > > -- > Join Scrum8.com. > > http://scrum8.com/member/jpartogi/ > http://scrum8.com/blog/jpartogi/ > http://twitter.com/scrum8 > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en -~----------~----~----~----~------~----~------~--~---
