views:

15347

answers:

8

I need a nice JSP editor plugin for Eclipse. What are my choices?

A: 

Check out this one, it's open source http://amateras.sourceforge.jp/cgi-bin/fswiki_en/wiki.cgi?page=EclipseHTMLEditor

Epaga
+7  A: 

As well as Amateras you could try Web Tools Project or Aptana. Although they will both give you way more than just a jsp editor.

-- Edit to pull in the answer from Simon Gibbs.

The Web Tools Project JSP editor is in the "Web Page Editor (Optional)" project.

slashnick
FYI: I am currently using Amateras and I FREQUENTLY get stack overflows causing Eclipse to crash in Ganymede.
Jesse
The JSP editor seems to come with the plugin called "Web Page Editor (Optional)" which is available via the WTP update site. Not as obvious as it could be.
Simon Gibbs
+2  A: 

You could check out JBoss Tools plugin.

mmh
A: 

Oracle Workshop for Weblogic is supposed to have a pretty nice jsp editor but I've never used it. You needn't be using Weblogic to use it.

slashnick
A: 

MyEclipse has a pretty decent one, it costs money however. One of the reasons I went over to Netbeans is because of their JSP editor, which is still far from perfect but better then vanilla Eclipse.

James McMahon
A: 

Bravo JSP Editor (Can't comment on how good it is, i haven't tried it) http://marketplace.eclipse.org/content/bravo-jsp-editor

htkhtk
A: 

I'm using webstorm on the deployed files

NimChimpsky