On Mon, Jun 25, 2001 at 12:16:27AM -0500, Brandon wrote:
> 
> > If people are really serious about wanting the servlets API in Fred, then
> > we need to provide an implementation of javax.servlet.http.HttpServlet, as
> > well as whatever servlet API is appropriate to other protocols
> > (SMTP, NNTP, etc.)
> 
> I totally agree.

Okay.  Would you like to do this?  You can layer it under the minimalistic
one-method plugin interface I have provided in 0.4:

    void Freenet.FreenetServlet.service(Node n, InputStream in,
                                        OutputStream out);

If you think the choice of names would be confusing, we could maybe call
it FreenetPlugin and execute(), or whatever -- ?

-- 

# tavin cole
#
# "Technology is a way of organizing the universe so that
# man doesn't have to experience it."
#
#        - Max Frisch


_______________________________________________
Devl mailing list
Devl at freenetproject.org
http://lists.freenetproject.org/mailman/listinfo/devl

Reply via email to