This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: servlet code
- To: per at bothner dot com, java at gcc dot gnu dot org
- Subject: Re: servlet code
- From: "Nic Ferrier" <nferrier at tapsellferrier dot co dot uk>
- Date: Sat, 16 Jun 2001 00:02:48 +0100
- Cc: pauls at euronet dot nl, mark at klomp dot org
>>> Per Bothner <per@bothner.com> 15-Jun-01 9:39:08 PM >>>
>On www.klomp.org there is a GNU implementation
>of the servlet API, and from the naming it would
>appear it part of (or intended to be part of) Classpath.
>However, it doesn't seem to be in the Classpath CVS
>tree. It is copyright Free Software Foundation.
>The license is LGPL.
It is now part of the Classpathx project.
>I'm working on some servlet-related code, and
>I'm wondering what to do. First, we we want
>javax.servlet (and javax.jsp) in libjava?
>I would say yes - it makes things easier, and we
>already have javax.naming in there.
I would suggest that you should classpathx as anupstream provider for
such code.
I want to bring the JNDI stuff you have into Classpathx as well.
>Second question is: Can/should we use the
>code on klomp.org?
No. Use the code in Classpathx:
www.gnu.org/software/classpathx/
Nic