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.
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.
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.
This package provides a Java utility for typed retrieval of
java.util.Properties as boolean, integer, floating point,
string, URL, URI and enum values.