Apache XML-RPC Adapter for Spring

I tend to use XML-RPC to implement simple requirements for connecting applications. The reason is that it is a simple, straighforward remote-procedure protocol that has good-enough performance for most of such applications. Also, it is very wide-spread so you can find a stable implementation for whatever platform you need it (for example you can use… Continue reading Apache XML-RPC Adapter for Spring

Published
Categorized as onJava