NetBeans 3.6 Released

After 3 RCs, NetBeans 3.6 has finally been released!

Download IDE @ http://www.netbeans.org/downloads/ide/index.html, Platform @ http://www.netbeans.org/downloads/platform/.
Also check out http://www.netbeans.org/community/releases/36/Whats_New.html

Regards,

  • D.t.O

That Code folding feature looks really cool. I’ve started using NetBeans, then moved to Eclipse, well, now I’ll download NetBeans and see what happens :wink:

Hopefully I’ll stick with Eclipse, but if there are really cool features, I won’t be silly not to change it :stuck_out_tongue:

I like NB because of the extendability - lots of people develop modules for the NB Platform (you can also easily create your own). For example, the Sun Java Studio Creator is just NB with some added modules.

Just my opinion :wink:

But can’t I also develop plugins to Eclipse? I thought plugins in Eclipse were doing the same thing as a modulo in NetBeans? Are there much different in their approaches?

[quote]But can’t I also develop plugins to Eclipse? I thought plugins in Eclipse were doing the same thing as a modulo in NetBeans? Are there much different in their approaches?
[/quote]
Don’t know :-/

I don’t know why I like NetBeans better either…I did some stuff in Eclipse, and then I saw NetBeans, and I started using NetBeans…
To be honest, I can’t give any specific supporting details regarding which IDE is better.

[quote]But can’t I also develop plugins to Eclipse? I thought plugins in Eclipse were doing the same thing as a modulo in NetBeans? Are there much different in their approaches?
[/quote]
Yes in fact Eclipse has a special perspective to handle the creation of plug ins.
There are also books on the matter (I know as my manager is working on this for our company)

Just in case… here’s a nice set of videos on how to do plug-in development with Eclipse. The slides are also available at the same site for free… it’s an Eclipse-sponsored course, I think.

[quote]I like NB because of the extendability - lots of people develop modules for the NB Platform (you can also easily create your own). For example, the Sun Java Studio Creator is just NB with some added modules.
[/quote]
As IBM Websphere Application Developer is an extended version of Eclipse. The drawback on WSAD is: It is not pure Java, there are some DLL files bundled. So far I had no luck to get it running on Mac OS X :frowning: