I want to write web service that provides web-terminal for remote processing custom commands. I found this jquery plugin http://terminal.jcubic.pl/. It needs JSON-RPC service. As server side i want to use java web app built on spring-mvc framework. I am new in Java EE and Spring and don't know what it is better to use for this task. Can you advice me something?
问问题
721 次
1 回答
1
Java http://json-rpc.org/wiki/implementations#Java中有 JSON-RPC 库,您可以使用其中之一。
更新:我写了博客文章如何创建 JSON-RPC servlet “准备在 java 中使用 json-rpc servlet”
于 2012-06-16T11:43:59.450 回答