On Mon, Jun 28, 2010 at 23:33, Mark Derricutt <[email protected]> wrote: > Loved (use netbeans) the latest (use netbeans) news cast guys. But I > (use netbeans) wonder if we could (use netbeans) cut down on the (use > netbeans) subliminal messages and (use netbeans) neural reprogramming > a little.
Well, a) it was about the NetBeans new release, b) the other IDEs have been tested also in their current release - so it was a honest comparison and c) I think they were also joking. ;-) On Tue, Jun 29, 2010 at 09:14, Moandji Ezana <[email protected]> wrote: > On Tue, Jun 29, 2010 at 2:38 AM, Marcelo Fukushima <[email protected]> > wrote: >> To be fair, both netbeans and intellij have an eclipse shortcut profile so >> you dont have to learn much shortcuts > Okay, but still, what's the point of changing, apart from for change's sake? > Moandji My first attempts in Java I did with Eclipse but after a while - I was not sooo familiar with all the functionality - I tried NetBeans and I liked it more - I simply gained productivity - of course if I would have years of intensive experience with Eclipse it would have been different maybe. There is always a cost of switching and you should only do it if it is worth from YOUR point of view. Although NetBeans (at least the 6.8) starts a little slower than Eclipse I am more productive with it - I can't give you any particular example - although one is: Under Eclipse it takes more time to generate the jars - there is a whole wizard, while NetBeans just creates it automatically. That said, it does not create a single jar by default. If you need a single jar, you have to add a little stuff to the ant template (or script or config or whatever it is called). But then it is still just one menu item to create a single jar. -- Martin Wildam -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
