Anyone out there recommend a genuine IDE for JSP? I don't mean like
HomeSite which I already use. I need more than keyword coloring, I
want the edit/compile/run-in-debug loop. While developing beans in
Cafe, J++, or JBuilder all provide symbolic debugging, breakpoints, etc.

The JSP translation to a Java source, the compile and then class loading
seem to make this sort of loop impossible. Has anyone (Oracle 8i?,
IBM Websphere, JRun?) implemented this classic development loop?

At least gimme an environment where the line number reported by the
Java compile can be easily traced back to the JSP source line! Yeah, yeah,
I know: keep the Java in the JSP simple and you don't have this problem.
Right!

Thanks in advance,
   Bob Allen

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to