Hi,
I’ve been messing around with j2EE and got frustrated with NetBeans+GlassFish since it’s too much effort to shutdown the GlassFish server when I make new code and need to restart another GlassFish server (I’ve asked the netbeans people about that here but no response yet http://forums.netbeans.org/viewtopic.php?t=45867)
So I switched to ‘Eclipse Java EE IDE for Web Developers’ since it has a neat little ‘server’ tab that shows Tomcat which I can easily start and shutdown in seconds.
Seems like NetBeans is much more user-friendly than eclipse in terms of not needing any configuration. For example, I can ctrl-click any piece of source code such as String or HttpServlet and be taken straight to the the class’s source code. In eclipse, when I right-click a piece of source and click ‘Open declaration’ I’m prompted to point it to the source: “Class File Editor, Source not found… Attach source file…”
Does that mean that I have to download the full source for j2SE and j2EE? I find it weird that eclipse doesn’t do this by default ???. Just wondering how you guys do it since I know most of you use eclipse.
Thanks,
Keith