NetBeans Java IDE 7.2 - Comments From An Eclipse User
Introduction
I've been using Eclipse for Java development for over 5 years. I'm currently using Eclipse 3.7. Recently NetBeans 7.2 beta was released and I decided to give it a try. I'm working on refactoring/improving a large Java project that was written over 4 years ago. I'm adding Spring, Maven, unit tests and improving the projects flexibility and maintainability. I spent a day using NetBeans 7.2 beta instead of Eclipse to see how well I liked using NetBeans.
But for Android development Netbeans's nbandroid plugin is not yet good enough. That's the reason why I have to use Eclipse way too often. With Oracles lawsuit against Google neither Google nor Oracle cares about Android support for Netbeans. What a shame :-(
For me NB is better IDE with excellent MVN support, faster in new 7.2 version, easy of use with very nice features like Alt+Insert...
But the lack of some good plugins like the Android one force me to use Eclipse a lot of times.
After all, I don't love Eclipse, i don't like it but it is just work. And I don't hate netbeans at all, I just hate it's UI under linux, and I will not using it anymroe.
Basically Netbeans does the job, but lacks some features I regularly use in Eclipse:
- create a new method in other project (e.g. typing service.myNewMethod in webapps maven module, then I want the method to be created in service-interface in the business module). Seems that Netbeans cannot create missing methods in other projects that are opened in netbeans, because these dependencies are just as binary JAR-files included.
- the hibernate mapping file creation (hbm-files) exists, but is very rudimentary: just file and table tag is created, properties-mapping is missing. (and please don't tell me to use annotations, I want HBM-files for better separating of domain objects from persistence stuff!)
- small but annoying: you cannot unfold all open projects like in eclipse: you have to do it manually
- most annoying: local variables are not shown during debugging (!!!). so this gives netbeans the biggest bummer... (anyone can help here?)