Greetings, I didn't find anywhere any reference as to how JSP pages should be documented. No, I don't mean the technique (<%-- ... --%>) but a convention on how, where, and what to document. A nice feature in Java is the standard javadoc convention. What is the equivalent in JSP ? Come to think of it, I hardly saw any documentation at all in JSP page examples. Sure, a lot of times JSP pages are simple (that was the point of JSP, wasn't it ?), but sometimes they tend to be complex. Anyway, even for the simpler ones, I would expect some basic documentation (like Author, Date, Purpose, HTTP Parameters) in a standard way. Since there is no Java-wide convention (or is there ?), could people who document JSPs can share their conventions ? Thanks Erez __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
