This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JSP and the fly likes JSP documentation Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "JSP documentation" Watch "JSP documentation" New topic
Author

JSP documentation

jack nick
Ranch Hand

Joined: Jan 11, 2001
Posts: 96
Hello there,
Would anybody be brave enough to tell me how does one document a JSP file. Is there a way to use Javadoc to do this? From what I know this is not possible. But would be great if there was some nice way off documenting JSPs.
Thanks
Jack :roll:
Mark Howard
Ranch Hand

Joined: Feb 14, 2001
Posts: 285
Hi Jack
I'm guessing you only have <%--, <% //, and <!-- at your disposal
Simon Brown
sharp shooter, and author
Ranch Hand

Joined: May 10, 2000
Posts: 1860
The JSP coding conventions does have some information about writing comments, but not a great deal. What do you want to comment? Java code, how the page works, etc?
Simon
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JSP documentation
 
Similar Threads
how to use variable in javascript
URL question
Problem with Simple JSP page
how to get jsp init params
Deploy html pages in tomcat