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: gcj-compiled jigsaw is running


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


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