Re: JSP documentation

2002-03-05 Thread Lev Assinovsky

http://java.sun.com/products/jsp/tags/11/tags11.html
explains syntax of all JSP tags (like %=).

Ming wrote:

 Hi,

 I'm very new at Tomcat and JSP programming but have written some JSP scripts.
 Can someone tell me what's the best way to write in-program
 documentation? I mean the documentation that can be embedded in the program.
 I'm planning to write a separate documentation but heard that there might be a
 way that I can embed the documentation in the program and can be viewed
 separately.

 Any information will be really helpful.

 Thanks.

 Ming

 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]

--
Lev AssinovskyPeterlink Web
ProgrammerSt. Petersburg, Russia
Tel/Fax: +7 812 3275343   197022 ul.Chapigina 7Á
E-mail: [EMAIL PROTECTED]




--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




JSP documentation

2002-03-04 Thread Ming

Hi,

I'm very new at Tomcat and JSP programming but have written some JSP scripts.
Can someone tell me what's the best way to write in-program
documentation? I mean the documentation that can be embedded in the program.
I'm planning to write a separate documentation but heard that there might be a
way that I can embed the documentation in the program and can be viewed
separately.

Any information will be really helpful.

Thanks.

Ming



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: JSP documentation

2002-03-04 Thread Brett Porter

For Java, you use Javadoc (go to java.sun.com, don't ask those questions
here).

For JSP, you can use %-- for comments not passed to the user --% But you
don't get any Javadoc from that. I believe it is enough documentation for a
JSP and the rest should be external (view structure).

- Brett

-Original Message-
From: Ming [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 5 March 2002 10:53 AM
To: Tomcat Users List
Subject: JSP documentation


Hi,

I'm very new at Tomcat and JSP programming but have written some JSP
scripts.
Can someone tell me what's the best way to write in-program
documentation? I mean the documentation that can be embedded in the program.
I'm planning to write a separate documentation but heard that there might be
a
way that I can embed the documentation in the program and can be viewed
separately.

Any information will be really helpful.

Thanks.

Ming



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]