jerms
jerms

Reputation: 21

IDE for java in google applications

I would like to ask which IDE is preferably used in google applications for java. Netbeans or Eclipse?

Upvotes: 2

Views: 324

Answers (4)

Mat
Mat

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

Yrlec
Yrlec

Reputation: 3458

I'd recommend IntelliJ.

Upvotes: 2

Chris
Chris

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

John
John

Reputation: 49

You mean Google App Engine? Google supports Eclipse plugin. NetBeans plugin is fully community-driven.

Upvotes: 5

Related Questions