servlet code
Tom Tromey
tromey@redhat.com
Fri Jun 15 15:06:00 GMT 2001
>>>>> "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
More information about the Java
mailing list