Any good (possibly free and/or visual) JSP editor ...

J

Jimmy

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.
 
D

David Segall

Jimmy said:
Is there any good JSP editor?
NetBeans said:
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.
 
J

Jani Tiainen

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... :)
 
B

bugbear

Jimmy said:
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.

You might find that an HTML editor might serve, since JSP
is (in one interpretation) just HTML with some extra
embedded "stuff".

BugBear
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,578
Members
45,052
Latest member
LucyCarper

Latest Threads

Top