Netbeans & Eclipse - confluence is possible
Trying
href='http://bits.netbeans.org/netbeans/6.1/m1/2008-01-28_10-31-18/'>NetBeans
6.1 I got Eclipse and NetBeans ready for my collaborators in a
transparent way. Actually I started the
href='https://footprint.dev.java.net/'>Footprint Project few months
ago with NetBeans, and later I also started using Eclipse to maintain
its contents because I use different environments in my daylight job and in
my Open Source activities.
After few trials, I was forced to abandon NetBeans due to
the absence of support for JUnit 4.1, but after the release of the newest
NetBeans, I got JUnit and several other interesting
href='http://www.javalobby.org/java/forums/t104052.html'>features
that put me back on track about offering the community a more
comfortable development environment. Today, you can
href='https://footprint.dev.java.net/source/browse/footprint/'>checkout
Footprint Project both in Eclipse and NetBeans IDE without loss of
productivity or any need of special configuration tricks.
And what about configuration files?The configuration files of both platforms are committed under What is the big deal on using two IDEs in a same project?In commercial projects, probably the best strategy is to bet in NetBeans offers automatic updating of ANT tasks On the other side, Eclipse is still the most Both IDEs offer a very good Subversion support and the most That's it for now, I am very happy with the recent advances of |
![]() |
- Printer-friendly version
- felipegaucho's blog
- 1025 reads







Comments
by danielrohe - 2008-02-05 14:56
When I'm using Maven as central build tool I'm able to even use three IDE's (Idea, NetBeans, Eclipse). Also the same project can be build on a central continuous integration server without any change.by aberrant - 2008-02-05 05:37
I would recommend png instead of jpg for screen shots. The lossy nature of jpeg always ruins text.How does one deal with the Netbeans gui designer when working in Eclipse? I mean the code it generates is supposed to be editable only by the visual editor and not by hand, ok, next time I will remember to create PNG ;) About Matisse: the trick is to use the best of each IDE to improve your productivity. If you notice a good feature in Eclipse, use it. The same for any tool. What cannot happen is to keep locked in old features, ignoring the other side, just because the overall feeling about other IDEs is not so good. Last tip: Matisse is also available for Eclipse, but I am not sure if the underneath configuration file will be recognized for both IDEs. I will start to produce Web-Services for Footprint and I already did some evaluation on the tools. Eclipse seems locked in Axis, while NetBeans offer support for WSIT. Since I am thinking about contract-first, probably I will start using NetBeans and later adapt it to Eclipse allowing the collaborators to chosse their preferred environment... let's see
by coxcu - 2008-02-03 19:35
Which IDE will be the first to support JSR 277? Once both support JSR 277, the same module definition can be shared by both. Or am I missing something? yep, everyone is waiting the JSR277, Java universe finally will have a good support for deployment and project configuration.