Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
jettyにjsonrpcサーバーを実装したい。
JSON-RPC プロトコルはどの言語でも簡単に実装できるため、本当に良いものはありません。オブジェクトを JSON に逆シリアル化し、JSON-RPC 準拠の要求/応答オブジェクトを作成する Gson のような JSON ライブラリを取得できると思います。