ChatGPT解决这个技术问题 Extra ChatGPT

Is there a good JSP editor for Eclipse? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it. Closed 8 years ago. Improve this question

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


w
wwward

I followed the advice of Simon Gibbs in this answer and found it worked out fine - if you're in a hurry, the "Web Page Editor (optional)" package from the Eclipse update site does the trick.

For the Eclipse-challenged (me) Help > Install New Software > Work with > Expand Web, XML, and Java EE Development > Select "Web Page Editor (optional)" and "next-through" to completion.


thanks, it's always nice to have the full instructions of what to do.
For Indigo... Work with: Indigo - download.eclipse.org/releases/indigo -> Web, XML, Java EE and OSGi Enterprise Development -> Web Page Editor
+1 for the detailed instructions for the eclipse challenged
For Helios... download.eclipse.org/releases/helios -> Web, XML, Java EE Development -> Web Page Editor (Optional)
In kepler this is now called "JSF Tools - Web Page Editor"
P
Paul Vargas

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 2010/10/26 (comment from Simon Gibbs):

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

Edit 2016/08/16 (extended comment from Dan Carter):

From Kepler (Eclipse 4.3.x) on, this is called "JSF Tools - Web Page Editor".

https://i.imgur.com/7hT1LOl.png


FYI: I am currently using Amateras and I FREQUENTLY get stack overflows causing Eclipse to crash in Ganymede.
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.
+1 for "Web Page Editor (Optional)" -- this works well for jsp editing.
In kepler this is now called "JSF Tools - Web Page Editor"
There is no Web Page Editor any more (in the update dialog at least). Using Kepler, I had to set it the default for .jsp inside eclipse editor settings.... and you need to re-open any alrady open jsp files to take effect.
E
Eugene Gr. Philippov

"Web Page Editor (optional)" package from the Eclipse Galileo/Helios update site has the following very minor quirks in a JSP editor:

Auto-commenting in Java code fragments does not work (Ctrl /); [fixed in Helios SR2]

[present in Galileo, fixed in Eclipse Helios SR1] If a Java code fragment has errors that are already fixed, the editor does not remove the error marks until you modify the erroneous place or close/reopen the file being edited;

This was valid at Dec 7, 2010.


WTP has many problems ,CSS code completion not exist ! js validation has many problems ,jsp refactoring in form elements not safe ,Code sorting and autoformat is terrible
m
mmh

You could check out JBoss Tools plugin.


J
James McMahon

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.


h
htkhtk

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


N
NimChimpsky

I'm using webstorm on the deployed files


s
slashnick

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.