
juncool |
try JCreator, download it from <a href="http://www.jcreator.com" rel="nofollow">http://www.jcreator.com</a>
John 3:16 :=)

dicemancometh |
NetBeans is free and good. <a href="http://www.netbeans.org" rel="nofollow">www.netbeans.org</a>

cjpeltz |
carlosdl -
The Eclipse environment is probably one of the best all-around, flexible framework for IDEs. While you mentioned the Lomboz plug-in, there are actually a handful of J2EE development plug-ins for Eclipse that support JSP development.
You can visit the Eclipse Plug-in Central site (http://www.eclipseplugincentral.com/) to see a list of available plug-ins. From this site, you can view some of the J2EE development tools available today.
One plug-in that has gotten very good reviews is the MyEclipse Enterprise Workbench. You can download a 30-day trial eval of this plug-in at:
<a href="http://www.myeclipseide.com/" rel="nofollow">http://www.myeclipseide.com/</a>
Good luck.
———————————————
Chris Peltz, Software Technologist
Hewlett-Packard, Applied Technology Office
<a href="mailto:chris.peltz@hp.com">chris.peltz@hp.com</a>

mulkers |
You might aswell need other kind of functionality from your IDE. Maybe a Struts configuration editor or a JSF toolbox could be worth the money. The J2EE platform you use might also influence your choice as J2EE vendors do have in general a companion IDE. ex: Websphere/Webshpere studio, Weblogic/Weblogic Workshop, Oracle App Server/JDeveloper, etc etc.
I use Eclipse 3 and myEclipse 3.8.2, that combination provides me most of the functionality I need, including several JBoss versions support. myEclipse costs 30$ per year but you can try freely for 30 days.
Regards.
Robin