Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google App Engine, getting started [closed]

I have wanted to try GAE since launch, but coming from ASP .NET and VS, I couldn't find development tools I feel comfortable with.

As I want to use this to get comfortable with non-Microsoft technologies, I don't care which language I use, be it Java or Python, plus having no idea about any of them I hope this is a good form of taking my first steps in.

What I just want to know are options for development tools and where to dig for information.

And, of course, if I'm of the hook, I will be happy to hear any idea to get on track.

Thanks!

like image 870
MaLKaV_eS Avatar asked Jul 10 '09 07:07

MaLKaV_eS


3 Answers

Eclipse is the best IDE to use for both Python and Java. There is the the eclipse plugin at http://code.google.com/eclipse/ for Java and there is PyDev for Python at http://pydev.sourceforge.net/

like image 153
AutomatedTester Avatar answered Sep 20 '22 22:09

AutomatedTester


I would highly recommend getting the book Using Google App Engine by O'Reilly. It's a tutorial on Python, HTML, CSS and App Engine, and it's easy to skip the bits you already need. If you don't want to get the book, it's based on the content at http://appenginelearn.com/, which is all available for free.

Full disclosure: I was one of the technical reviewers for the book. I got paid 200 bucks for it, but I don't get any royalties - so there's nothing in it for me making sure it sells well. ;)

like image 38
Nick Johnson Avatar answered Sep 18 '22 22:09

Nick Johnson


IDE integrations

  • Google plugin for Eclipse - Eclipse (free)
  • Support for NetBeans - NetBeans (free)
  • Integration for IntelliJ - IntelliJ Idea (isn't free)

I think the best way how to start with Eclipse is create your own distribution with plugins what you need.

Yoxos OnDemand

  • Online Eclipse configurator
like image 39
MicTech Avatar answered Sep 21 '22 22:09

MicTech