Heh, is JBuilder that stunning for JSP? In the non-'enterprise' edition? Above and beyond the other Java IDEs I mean.
I usually use either Vim or Eclipse and for JSP I've played at using Dreamweaver. It seems to have a lot of the right things, but the previous version just didn't seem to feel natural to me. The tag-completion seemed to be hit and miss as to when it would work. They've since released a new version, so this might be improved. Generally the JSP support was worth a 7/10. One nice plus of using something like Dreamweaver over a Java IDE is that you are practicing good separation of the jsp from the java. Just because you're doing 2 roles doesn't mean you have to do them in the same tool. One downside is that Dreamweaver support for typical coding SCMs is quite limited. It does MS VSS and its own proprietary basic scm. Otherwise you have to do the cvs/svn/perforce/whatever in a separate tool. Hen On Thu, 25 Mar 2004, Ananth R wrote: > Hello, > > You can use JBuilder. > > Ananth > > 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! > > > > Zach Hartley > > -- > > [EMAIL PROTECTED] > > http://www.ramensaurus.org > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > -- > > A N A N T H. R > > > > --------------------------------------------------------------------- > 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]
