The Java Odoo RPC project provides tooling and abstraction for interactions with your Odoo RPC API (JSON and XML). First, it provides the java-odoo-xml-rpc-core library which provides you some tooling ...
This is a simple example showing how to implement a client and a server using XML-RPC. To execute this example you should run Server.java and Client.java separately. The server will start listening in ...