summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-jsonrpc-runtime/src/main/java/org/apache/tuscany/sca/binding/jsonrpc/protocol (follow)
Commit message (Expand)AuthorAgeFilesLines
* For jsonrpc 2.0, don't send null error or null resultrfeng2011-10-101-2/+2
* Use Jackson JsonNode as the unified representation of json datarfeng2011-10-1010-321/+233
* Fix the invoker to serialize the objects to jsonrfeng2011-10-103-72/+141
* Fix test case and update licenserfeng2011-10-102-2/+2
* Use home-grown JSONRPC implementationrfeng2011-10-107-318/+102
* Add jsonrpc 1.0 models and the servlet to handle jsonrpc requestsrfeng2011-10-036-1/+505
* Start to add jsonrpc 2.0 supportrfeng2011-10-026-0/+370