Cross-Origin Resource Sharing (CORS) Filter · CORS Filter is a universal solution for fitting Cross-Origin Resource Sharing (CORS) support to Java web applications. CORS is a recent W3C effort to introduce a standard mechanism for enabling cross-domain requests in web browsers and participating servers.
Group: com.thetransactioncompany - All Dependencies
JSON-RPC 2.0 Base · Java classes to represent, parse and serialise JSON-RPC 2.0 requests, notifications and responses.
Java Property Utility · This package provides a Java utility for typed retrieval of java.util.Properties as boolean, integer, floating point, string, URL, URI and enum values.
JSON-RPC 2.0 Client · Provides a client-side class for dispatching requests and notifications to a JSON-RPC 2.0 server. The JSON-RPC 2.0 messages are sent by HTTP(S) POST.
Pretty JSON Formatter · Pretty JSON formatter supporting standard and compact styling. It can be integrated into a Java application or run as a simple utility from the command line that reads the JSON input from a file or STDIN and outputs the formatted JSON to another file or to STDOUT.
JSON-RPC 2.0 Server · Simple server framework for processing JSON-RPC 2.0 requests and notifications.
JSON-RPC 2.0 Access Filter · Access filters for JSON-RPC 2.0 requests, for use on the server-side prior to request execution. Control access according to client host name / IP address, HTTPS transport, client X.509 certificate presence and / or API key policy.