Apache module for GCJ
Chris Burdess
dog@bluezoo.org
Tue Mar 16 11:19:00 GMT 2004
Hannes Wallnoefer wrote:
> This test encouraged me to start a mod_gcj project at sourceforge (I
> registered the project, it's now being reviewed by the sourceforge
> folks). I'd like to first create an "Apache-native" API that lets people
> implement Apache hooks in Java and maps the basic data structures to
> Java, and then in a second step try to implement a useful Servlet API
> implementation on top of it.
>> Basically I'm looking for all kinds of feedback and help. It would be
> interesting to hear if the code runs for other people. I'm also looking
> for contributors. I'm a Java developer and haven't done much C/C++ in
> recent years, so some help from that side would be highly welcome.
There is a servlet container called Paperclips on Savannah, which
you can get hold of as follows:
export CVS_RSH=ssh
cvs -d:ext:anoncvs@savannah.gnu.org:/cvsroot/paperclips co paperclips
It includes the servlet API (I can't recall which version) and is
distributed under GPL.
--
Chris Burdess
More information about the Java
mailing list