[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] RMI Library
On Tue, 2004-10-26 at 22:56, Denny Chambers wrote:
> I have done some Remote Method over HTTP protocols from scratch. The
> biggest reason I like HTTP, is that is does usually make firewall
> issues easier. HTTP is pretty easy to work with. And (with Java at
> least) it is real easy to hook up to HTTPS for added security. I have
> also done RMI protocols over UDP using XML, which is also real easy to
> do.
Valid points. SSL works and is there.