This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: servlet code


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]