I know of a plug-in for eclipse that provides some help with JSP development, the "MyEclipse Enterprise Workbench" <http://www.myeclipseide.com/index.php>. What this does for you with JSPs is privide context sensitive help with HTML tags, standard JSP tags and custom JSP tags. It also assists with web application deployment to most popular J2EE containers, container start-up and shut-down and debugging of code deployed to these containers. This is not exactly free however. After your 30 day trial period the deployment, lanch and debugging feature stop working and they want $29.95 per year to activate them.
Dennis Laws -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Richard O. Hammer Sent: Sunday, January 18, 2004 3:36 PM To: Java Users Group Subject: [Juglist] JSP development tools I am back to working with JSPs. Having been spoiled by the nice ways that Eclipse helps me develop Java files, and I wonder if there is a JSP plugin for Eclipse which someone can recommend. What other good tools which respond to JSP syntax are available? Thanks, Rich Hammer _______________________________________________ Juglist mailing list [EMAIL PROTECTED] http://trijug.org/mailman/listinfo/juglist_trijug.org _______________________________________________ Juglist mailing list [EMAIL PROTECTED] http://trijug.org/mailman/listinfo/juglist_trijug.org
