|
I'm not meaning that XML-RPC is a persistence mechanism. I am aware of that it's just a transport layer, but it's the vehicle I have to use to connect our clients to the data source and unfortunately all the solutions around have been made with JDBC connectivity in mind.
I have hoped for some some framwork delivering an API which I can use in my clients and implements certain common functions, but which allows me to implement commication to 'the other side' by myself. |