Craig,

> > my conclusion is to think of:
> >
> > - JSWDK  as the reference implementation for Servlet 2.1/JSP 1.0
> > - Tomcat as the reference implementation for Servlet 2.2/JSP 1.1
> >   (and future APIs)
> >
> > I'm currently participating in a project where JServ 1.0 is to be used
> > as the servlet engine. Now JServ 1.0 implements the Servlet 2.0 API.
> > So what is considered to be the reference implementation for this API?
> > It could make sense to get and install it just in case it is required
> > to compare how JServ 1.0 and the reference implement a feature.
>
> JSDK 2.0 is the reference implementation for the 2.0 API.  You
> should be aware, though, of a couple issues:
>
> * There are Y2K problems in the servlet API classes --
>   I believe there's a patch out.

I've not seen this patch on the Sun site when I downloaded JSDK 2.0.

> * The servlet runner included in JSDK 2.0 serves only servlets, not files.
>   You might have to take that into account in the places where you are
>   letting Apache serve the static content parts of your app.

Yes, that's correct. This is the reason why I've not used JSDK 2.0 so far
but rather used another Servlet API 2.0 implementation instead, namely the
one integrated with Visual Cafe 3.0c Professional which does not suffer
from the restrictions you've mentioned.

> One other suggestion -- at all costs, avoid the 2.0 methods that are
> deprecated in later APIs (getServlet(), HttpSessionContext related stuff,
> and so on). Otherwise you are going to face a rewrite when you eventually
> move forwards to a servlet engine based on a later API.

Yes, I've already checked APIs 2.1 and 2.2 for deprecated features.


Regards,

Heinz Wehner
(Karlsruhe, Germany)

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to