What IDE is best to use for an existing JSP project that was build using Dreamweaver?
Project is a web app using JSP pages. It's not too big. But I built it using Dreamweaver. Now I want to use a more robust IDE. I was looking at NetBeans but it seems overkill (and I don't know how it's going to import). The other choices are Eclipse and jBuilder. Is it possible to import a pre-existing project that didn't have an IDE without causing radical changes to the code?
|