Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Free JSP plugin for eclipse?

Tags:

eclipse

jsp

I was looking out for a free plugin for developing/debugging JSP pages in eclipse.
Any suggestions?

like image 234
Senthil Avatar asked Sep 07 '08 08:09

Senthil


People also ask

How to add JSP editor in Eclipse?

You can make it as default editor like this: in Eclipse go to Window -> Preferences -> General -> Editors -> File Associations, select *. jsp and make web page editor as default editor.

How do I get JSP in Eclipse?

2) Create the JSP file in eclipse IDE For creating a jsp file explore the project by clicking the + icon -> right click on WebContent -> New -> jsp -> write your jsp file name e.g. index -> next -> Finish. Now JSP file is created, let's write some code.

Does Eclipse support JSP files?

Eclipse Enterprise Java and Web Developer Tools Enables Enterprise Java Bean, Java Enterprise Application, Fragments, and Connector, Java Web Application, JavaServer Faces (JSF), Java Server Pages (JSP), Java Servlet, Java Web Services, and Tag ...


1 Answers

The Eclipse Web Tools Platform Project includes a JSP debugger. I have only ever needed to use it with Tomcat so I cannot say how well it works with other servlet containers.

like image 69
Brian Matthews Avatar answered Oct 15 '22 20:10

Brian Matthews