The moose likes JSP and the fly likes how to generate html for jsp Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "how to generate html for jsp" Watch "how to generate html for jsp" New topic
Author

how to generate html for jsp

Peekaboo Switchback
Ranch Hand

Joined: Feb 18, 2003
Posts: 33
Hi,
Is there any tool to generate html to write a jsp? It would be awfully hard to do it by hand...
Thanks
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 11862
There are lots of tools to write plain HTML pages, why not make a mockup of what you want your JSP to produce using one of those tools.
Then you can use that as a starting point and add JSP tags.
Bill
Piter john
Greenhorn

Joined: Jan 06, 2003
Posts: 19
you can use Dreamwever Or EditPlus / KAWA Editor for writting HTML then you can add ur JSP code in that. try it
 
IntelliJ Java IDE
 
subject: how to generate html for jsp
 
Threads others viewed
is it possible to have a pop up button in my jsp wrapper without js?
Grids,tables,reports in Javascript
A question about html generated with servlet
Select Directory
Checking user selection
IntelliJ Java IDE