PAUL J THOMPSON wrote:

> > As you know, Apache JServ 1.0 only implements the 2.0 version of the
> > servlet API spec, and therefore does not include the
> > ServletContext.setAttribute() method.  Work is in progress on version 1.1
> > (which is based on the 2.1 API), which is going to be merged with the
> > Sun-contributed JSWDK servlet engine code in the Jakarta project
> > (http://jakarta.apache.org).
>
> Cool. It is good to know that work is under way for 2.1 api compliance.
> In the meantime, is my only choice to turn a class into a servlet and
> then use the ServletContext.getServlet method?
>

Using getServlet() would just mean one more thing to have to change when you
switch to 2.1.

Anything wrong (from your perspective) with the example class using static
methods that was included in my previous message?

>
> Paul
>

Craig




--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to