Is it currently possible to develop for Google App Engine in Eclipse using both the Java languages and Python (Not together, but as different application types in Eclipse)? I've been able to set up and create a hello world app engine application in Python on my machine using the Python GAE SDK, but it looks like the only way I can do a Java application is through Eclipse and the plugin from Google.
Tell me more
×
Programmers Stack Exchange is a question and answer site for
professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.
closed as off topic by Thomas Owens♦, Steve Evers, Yannis Rizos♦, Mark Trapp Jan 12 '12 at 11:47
Questions on Programmers Stack Exchange are expected to relate to software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
PyDev is what you are looking for. It's an Eclipse plugin for Python development that includes some support for GAE and Django. |
|||
|