Google App Engine, getting started [closed]

2020-02-24 02:36发布

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!

8条回答
趁早两清
2楼-- · 2020-02-24 02:52

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. ;)

查看更多
放我归山
3楼-- · 2020-02-24 02:52

I made a series of short videos, specifically for .NET developers on how best to get started using GAE (with Java in Eclipse) - take a look here.

查看更多
▲ chillily
4楼-- · 2020-02-24 02:54

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/

查看更多
beautiful°
5楼-- · 2020-02-24 02:54

Since you're comfortable with VS, you could start with Eclipse. Its good for the app engine since Google has released a plugin for it, which gives you excellent support - both for the java SDK and GWT.

Eclipse will suit you fine for python too, after you install PyDev. So you can try out both languages to see which one suits you better.

And code.google.com/appengine should give you all the info you need.

查看更多
爷、活的狠高调
6楼-- · 2020-02-24 02:59

IDE integrations


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

Yoxos OnDemand

查看更多
【Aperson】
7楼-- · 2020-02-24 03:03

Intellij IDEA with python plugin working with google app engine , The step by step guide available Python app engine with IDEA , This is help full for me to run application.

查看更多
登录 后发表回答