JSP DOCUMENTATION

Is it possible to do javadocumentation for the JSP (and how do I do that?) or is it only possible to do comments in the code?/Patrik
[153 byte] By [putte_snutte] at [2007-9-26 2:44:00]
# 1

I've written an tool which generate a HTML-page out of a JSP-page.

In this HTML-page is documented which Beans are used, which Pages are implemented...

The HTML-pages looks like the HTML-pages generated by the javadoc tool.

You can download the tool at:

http://www.spall.net/sib/Download.html

Your JSP-page has to follow the JSP 1.1 or JSP 1.2 Specification.

(http://jcp.org/aboutJava/communityprocess/first/jsr053/index.html)

Please send me a comment of improvements.

Andreas

spallnet at 2007-6-29 10:23:34 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
go and see http://jspdoc.sourceforge.net. There is a proposal for documenting JSPs of an app server and a v1.0 tool for upload
gbrault at 2007-6-29 10:23:34 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...