资 源 简 介
A Simple framework for creating a JSON-RPC 2.0 Service for Java EE Servers. Consists of a Java Servlet which services the methods of a class defined in its Init parameters. Uses the popular Jackson API for serialization and the Apache Commons Lang Beta 3.0 for handling the reflection api (The MethodUtils and ConstructorUtils classes are needed).
It supports Batch Requests and Notifications.
It currently doesn"t support named parameters or other JsonRPC Versions.
See the UsageGuide page for a small tutorial.