This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj-compiled jigsaw is running
- To: per at bothner dot com, java at gcc dot gnu dot org
- Subject: Re: gcj-compiled jigsaw is running
- From: "Nic Ferrier" <nferrier at tapsellferrier dot co dot uk>
- Date: Mon, 30 Apr 2001 23:53:19 +0100
>>> Per Bothner <per@bothner.com> 30-Apr-01 9:00:09 PM >>>
>This is just raw jigsaw, and I haven't started looking at how to
>serve servlets. Probably start with interpreted servlets. But
>ultimately I think we want to be able to compile a servlet to a
>shared library, and have that be loaded by an appropriate
>ClassLoader.
Try looking at the GNU-Paperclips servlet engine. The latest CVS
versions in CVS fix many of the problems some of you may have had.
The server also has a good architecture - for example, it allows
pluggable ClassLoaders that may facilitate the sort of operation you
are talking about.
Nic Ferrier