What about using the existing servlet API  for other types of services?

I try to write yet-another-servlet-engine, and to do that I am using
a JVM-embeded-in-apache-apr.

It seems to work fine ( i.e. no more core in the last week:-), so I try to
create a nice
API to allow  to write apache modules  in Java - and the interface
I have now can be "morphed" into Servlet ( since I'm writing the engine
anyway).

Do you think this would be a hammer/nail case?

( I am very intrested in any comments on this issue, I would apreciate
any ideeas.)

Regards,
Costin


> Now, it has to be said that Mail is the one protocol that almost made
> sense to standardize. Mail is about Mime based inputs and outputs.
> However, the point at which the model breaks down is that the mime
> output from a mail server goes to some other source than the requester,
> whereas the servlet api is pretty clearly structured to give mime bodies
> responses to the same client that sent a mime bodied request. It's my
> feeling that a good Mail processing api would be limited by the servlet
> api and it should be an independent api. I disagree with the "when you
> have a hammer, everything looks like a nail" concept.
>
> One more point, nowhere have we said that third parties can't adapt the
> servlet api to other protocols and see how things go. What we have said
> is that we aren't going to officially standardize any other protocol.
>
> .duncan
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to