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 用のライブラリがあり、そのうちの 1 つを使用できます。
更新: JSON-RPC サーブレットの作成方法に関するブログ投稿「Java で json-rpc サーブレットを使用する準備ができました」を書きました。
于 2012-06-16T11:43:59.450 に答える