I'm trying to expose remote methods on Android.
I was very interested when I read on your project's start page that "jsonrpc4j can be used without the spring framework as well. In fact, the client and server both work in an Android environment."
I tried to
set up JsonRpcServer but it turned out that it is dependent on classes from javax namespace that are purposely not included in Android's java libraries.
Am I doing or assuming something wrong, or do you can't set up a server on Android with this framework?