JSON-RPC 2.0
Three useful packages to get you
started with JSON-RPC 2.0
JSON-RPC 2.0 is the latest version of the protocol for remote procedure calls (RPC) using JSON-encoded requests and responses. Ideal for accessing web services and backend logic from your browser JavaScript apps (Ajax or Web 2.0 to use the jargon).
-
JSON-RPC 2.0 base Java classes
Minimalist Java package, just the basics to parse, represent and serialise JSON-RPC 2.0 requests, notifications and responses. No frameworks, no fancy features, no particular transport mechanisms are being imposed onto you here.
-
JSON-RPC 2.0 console client
Quickly query, test and debug JSON-RPC 2.0 applications. The client has an interactive shell with readline goodies such as a command history. The JSON payload of each RPC message can examined if required. Optional auto ID to save repeated typing of request ID's.
-
Json2Ldap
An LDAP gateway allowing your browser JavaScript applications to connect to remote directory services. Supports all standard LDAP operations such as binding, search and modify.