Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is a good Jsp IDE

Tags:

jsp

ide

I'm a c# developer but have a job that involves some jsp code. I've been using notepad++ which does a great job in highlighting but I'm missing the intellisense and find it difficult to find the methods I need.

What is a good jsp IDE for someone coming for C# that has intellisense?

Update

I tried eclipse and idea but both interfaces were really different and unfamiliar. So I ended up finishing it in notepad++.

Update - Netbeans did the job

Thanks Kibbee. I had some more time and I tried netbeans and it works great with JSP. It was really easy to get it working. I downloaded it, installed the jsp plugins and I was up and running. It has intellisense and is pretty lightweight.

like image 266
marto Avatar asked Nov 20 '08 11:11

marto


2 Answers

You might want to check out Netbeans. From what I remember for Java applications, it had pretty good intellisense support. Although I've never used it for JSP. From just reading their site, it seems like they do have good intellisense like features for JSP and J2EE web development type things. It's definitely worth a try.

like image 61
Kibbee Avatar answered Sep 28 '22 09:09

Kibbee


I like IDEA from Intellij - but I come from the Java side into C#...

like image 32
Chris Kimpton Avatar answered Sep 28 '22 07:09

Chris Kimpton