I would like to ask which IDE is preferably used in google applications for java. Netbeans or E开发者_如何学编程clipse?
You mean Google App Engine? Google supports Eclipse plugin. NetBeans plugin is fully community-driven.
I'd recommend IntelliJ.
The Google plugins for Eclipse are excellent and perform lots of checking on the client code to make sure that you are not using unemulated classes and that your ASync RPC interfaces correspond to your pure RPC interfaces (seamless). I have no experience of the Netbeans plugins but I imagine that they may be slightly behind the most recent releases as they are unsupported by Google.
I'm pretty new at using the Google app engine and I'm learning both Java and Python. I chose Eclipse because amount of tutorials I found on Youtube (Google IO videos) and the books I could download. Just my two cents but if you are learning on your own, I would use Eclipse.
精彩评论