> I have written a very handy remote procedure call implementation.

> It turned out to be very small (about 6KB byte-code on
> client side) and it's really simple.

> I googled the net before to find anything similar and all I've
> found was RMI, Hessian and Burlap (+SOAP and CORBA
> solutions). RMI tend to be overdoing (registery, stub creation
> etc) and Hessian and Burlap seam not to allow overloading.

Have you seen XMLRPC (http://ws.apache.org/xmlrpc/) and AltRMI
(http://incubator.apache.org/projects/altrmi/)?

        --- Noel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to