0

I'm looking around for a good solution for JSON-RPC either in JAVA and Javascript (both sides, but I don't mean it has to be the same project!).

Post your hints. I'd like a mainstream project with lot of examples around.

I've tried jsonrpc4j but I can't get it working with spring...

gotch4
  • 13,093
  • 29
  • 107
  • 170

3 Answers3

1

Wikipedia have list of JSON-RPC libraries in various languages.

jcubic
  • 61,973
  • 54
  • 229
  • 402
0

on the official website you will find a list of JSON-RPC libraries/Clients for all languages including java and javascript

http://json-rpc.org/wiki/implementations

Badr Bellaj
  • 11,560
  • 2
  • 43
  • 44
0

You can use spring-json view to transfer data from client to server using JSON. spring-json view

Liam
  • 2,837
  • 23
  • 36