Is there any good JSP editor? Need one to position HTML component and
possibly by drag-and-drop to encapsulate one component inside another.
Thanks,
Jimmy
P.S.
Got some legacy JSP code with thousands of line ... getting bit tired
to edit them through VI.
David Segall - 30 May 2007 06:54 GMT
>Is there any good JSP editor?
NetBeans <www.netbeans.org> "understands" JSP and is open source.
> Need one to position HTML component and
>possibly by drag-and-drop to encapsulate one component inside another.
The Visual Web Pack for NetBeans will do this but only for JSF pages.
Jani Tiainen - 30 May 2007 10:08 GMT
Jimmy kirjoitti:
> Is there any good JSP editor? Need one to position HTML component and
> possibly by drag-and-drop to encapsulate one component inside another.
Well, layouting HTML is not trivial, specially variety of CSS
implementations makes it more than pain in the butt.
Not to mention that if your JSP contain states, how you edit without
having your page in some spesific state? gVim++ is not bad choice for
editing... :)

Signature
Jani Tiainen
bugbear - 30 May 2007 10:09 GMT
> Is there any good JSP editor? Need one to position HTML component and
> possibly by drag-and-drop to encapsulate one component inside another.
[quoted text clipped - 4 lines]
> Got some legacy JSP code with thousands of line ... getting bit tired
> to edit them through VI.
You might find that an HTML editor might serve, since JSP
is (in one interpretation) just HTML with some extra
embedded "stuff".
BugBear