I can't speak for other servlet engines, but when JRun generates the java code from
the JSP page then compiles it, it keeps the java file in the JRun install
heirarchy.  So you shouldn't need to decompile anything.

Ashwani Kalra wrote:

> Hi,
> JSP specification provides little infomation on how the jsp page is
> translated and compiled in servlets. It also tells how you can define the
> member functions or member variables of the resulting jsp.
> But best way is to decompile the resulting servlet and see its code.
> Though I have not done this, if you get any info do let me know
>
> Ashwani
>
> > ----------
> > From:         Arun Thomas
> > Reply To:     Arun Thomas
> > Sent:         Wednesday, February 23, 2000 11:19 PM
> > To:   [EMAIL PROTECTED]
> > Subject:      JSP Classes
> >
> >
> > Hello folks,
> >
> > The JSP specification gives a fairly good functionaly description of how
> > JSP
> > pages can be used.
> >
> > Is there, however, any documentation that specifies the structure of the
> > servlet that is generated from the JSP page?
> > I'm looking for something in the nature of a JavaDoc that will
> > describe the standard methods and objects made available in JSP servlets
> > that are above and beyond the standard servlet API.
> >
> > For example, I've noticed that a lot of the JSP engines use an
> > object JspException to store exceptions that occur in JSPs.  It's not
> > clear
> > to me, however, if this is required by a standard, or just happens to be
> > common practice in the world of
> > engine providers.
> >
> > (I assume there is some documentation out there for this stuff, but I
> > would
> > be just as happy to KNOW for sure that there isn't.)
> >
> > Thanks for any help you can provide.
> > -AMT
> >
> > ==========================================================================
> > =
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> > JSP-INTEREST".
> > FAQs on JSP can be found at:
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.html
> >
>
> ===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> FAQs on JSP can be found at:
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to