On Thu, 25 Mar 2004, Zachary Hartley wrote: > Hello, > > I've just started a web project that aims to be pure JSP. Unfortunately, > I'm very new to all of this and have not found a satisfactory > environment in which to develop JSP pages. Normally, I use Eclipse for > my day to day Java programming, but I've found the various plugins for > Eclipse to be somewhat lacking so far (Lombez, MyEclipse, et al). I was > wondering if anybody had found an IDE-ish environment to work with on > JSP web applications. Or do mos people just use a text editor (vim, > emacs, et al) from a commandline, coupled with ant et al? Thanks for any > feedback on the subject!
What, exactly, do you mean by "pure JSP"? If you mean that you'll have Java code embedded in the JSP pages, then my first recommendation would be to eliminate Java code from your JSP pages at all costs. I have to admit that I abandon Eclipse when I need to modify non-Java files, and use my favourite editor (CodeWright) instead. -- Martin Cooper > > Zach Hartley > -- > [EMAIL PROTECTED] > http://www.ramensaurus.org > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
