简体   繁体   中英

Json-rpc service on java for jquery terminal emulator

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?

There are libraries for JSON-RPC in Java http://json-rpc.org/wiki/implementations#Java you can use one of them.

UPDATE : I wrote blog post how to create JSON-RPC servlet "Ready to use json-rpc servlet in java"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM