Reputation: 21
I would like to ask which IDE is preferably used in google applications for java. Netbeans or Eclipse?
Upvotes: 2
Views: 324
Reputation: 13
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.
Upvotes: 0
Reputation: 4588
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.
Upvotes: 1
Reputation: 49
You mean Google App Engine? Google supports Eclipse plugin. NetBeans plugin is fully community-driven.
Upvotes: 5