The first time I wrote an RPC client in a Java project, I ended up with a hand-rolled HTTP wrapper, a pile of ObjectMapper calls, and a helper class nobody wanted to touch. The remote call worked, but the code around it read like plumbing. What I actually wanted was to call a method on an inter...

Source: [Dev.to](https://dev.to/solonjava/nami-rpc-in-solon-calling-remote-services-like-local-beans-1pkb)

Sponsored