开发者

Which is the best json rpc lib for jetty?

开发者 https://www.devze.com 2023-02-23 06:19 出处:网络
I want the implement a jso开发者_JS百科n rpc server in jetty.There\'s really no good one since JSON-RPC protocol is reasonable simple to implement in any language so I think you can grab a JSON librar

I want the implement a jso开发者_JS百科n rpc server in jetty.


There's really no good one since JSON-RPC protocol is reasonable simple to implement in any language so I think you can grab a JSON library like Gson that de/serialize objects to JSON and create your JSON-RPC compliant request/response object.

0

精彩评论

暂无评论...
验证码 换一张
取 消