Hi,

On Sat, 6 Feb 1999, Daniel Rall wrote: 

> If no one has finished on the Servlet implementation, I'd be help with that
> too.

The javax.servlet and javax.servlet.http packages are as good as done. I
have to check the latest changes that Paul Siegmann made and add a little
bit more documentation.

Paul also wrote a little Perl script which allows us to maintain both the
2.0 and 2.1 Servlet API. This is very convenient because almost everybody
still uses the 2.0 API, but we really wanted to write the 2.1 API (and no,
they are not really backwards compatible...) How do other people handle
such a situation? We wanted to use cpp, but cpp does not work inside
comments and we have a lot of things like: 

        /**
        [...]
#ifdef VERSION_2_1
         * @deprecated Use [...]
#endif
        [...]
        */

Cheers,

Mark

Reply via email to