This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: servlet code
- To: Per Bothner <per at bothner dot com>
- Subject: Re: servlet code
- From: Tom Tromey <tromey at redhat dot com>
- Date: 15 Jun 2001 16:21:59 -0600
- Cc: java at gcc dot gnu dot org, pauls at euronet dot nl, mark at klomp dot org
- References: <m2vglxjx5f.fsf@kelso.bothner.com>
- Reply-To: tromey at redhat dot com
>>>>> "Per" == Per Bothner <per@bothner.com> writes:
Per> I'm working on some servlet-related code, and I'm wondering what to
Per> do. First, we we want javax.servlet (and javax.jsp) in libjava?
Per> I would say yes - it makes things easier, and we already have
Per> javax.naming in there.
I've built various versions of javax.servlet with gcj in the past.
The reason I never imported any of them into libgcj is that
javax.servlet seems to change over time. All the Java libraries do
that, but I didn't have the time to keep track of this one too, and it
seemed to be fairly simple to just download and built javax.servlet
whenever I was building JServ or whatever.
Per> Second question is: Can/should we use the code on klomp.org?
There's already a history here. Mark seems to have covered it fairly
well.
I wonder if using this version is best though. I think Sun made their
implementation free software under the Apache license. (Hmm.. that
license appears to have the "obnoxious licensing clause" in it.)
Tom