java - JSON-RPC in Spring framework 3 -
i need recomendations, best practice/libs, when implementing json-rpc in spring 3 web application.
i found http://code.google.com/p/jsonrpc4j/ didn't seem relases available.
edit:
for clarification, want provide json-rpc service
spring mvc jackson can provide json response rest call. easy. don't think there facility in native spring accept json-rpc request including method name , return response including json-rpc error codes.
your best bet may @ library jsonrpc4j.
Comments
Post a Comment