David Gecawich wrote:
>
> >>Actually, it's not implementation dependent. A number of implicit variables,
> >>such as "request", "response" and "session", are defined by the JSP
> >>specification.
>
> I think you mean that its not supposed to be implementation dependent, which
> is correct.  However, some vendors did not strictly
> conform with the specification until recently... so depending on what vendor
> implementation you had, you may or may not have those
> all of these variables.  For example, the spec calls for an implicit variable
> called "session"... if you bought JRun 6 months ago
> (before JRun 3.0 came out), and used JSP 0.92, you would not have an implicit
> "session" variable implemented for you... in this
> case, you would have an upper-case "Session" implicit variable defined for
> you (which is deiffent than "session").  Most vendors
> coming out with JSP 1.1 implementations have much stricter conformance of the
> spec, but these little inconsistencies are just
> something to be aware of if you are working with an older version of a vendor
> JSP product.

Correct. I was talking about JSP 1.0 and JSP 1.1 implementations; anything
prior to JSP 1.0 was an implementation of an unfinished specification. If
you use this kind of product you need to be aware that anything can change
when the spec is finalized, and yes, that things may differ dramatically
between implementations. If a JSP 1.0/1.1 implementation doesn't provide all
the defined implicit variables, though, it's clearly a bug.

Hans
--
Hans Bergsten           [EMAIL PROTECTED]
Gefion Software         http://www.gefionsoftware.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

Reply via email to