The open source projects led by Dzhuvinov Software can now be followed through their new public Git repos at Bitbucket.
For an overview of the Git repos go to https://bitbucket.org/vdzhuvinov.
CORS Filter
CORS Filter is the first 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.
Its Git repo is at https://bitbucket.org/vdzhuvinov/cors-filter
JSON-RPC 2.0 Base
Minimalist Java library for composing and parsing JSON-RPC 2.0 messages. No framework or transport layer dependencies. Batching left out for simplicity.
Its Git repo is at https://bitbucket.org/vdzhuvinov/json-rpc-2.0-base
JSON-RPC 2.0 Client
Minimal Java client-side library for dispatching requests and notifications to a JSON-RPC 2.0 server by means of HTTP(S) POST.
Its Git repo is at https://bitbucket.org/vdzhuvinov/json-rpc-2.0-client
JSON-RPC 2.0 Server
Simple server framework for processing JSON-RPC 2.0 requests and notifications.
Its Git repo is at https://bitbucket.org/vdzhuvinov/json-rpc-2.0-server
Pretty JSON
Pretty JSON formatter for Java.
Its Git repo is at https://bitbucket.org/vdzhuvinov/pretty-json
Java Property Utils
Typed retrieval of java.util.Properties as boolean, integer, floating point, string and enum values.
Its Git repo is at https://bitbucket.org/vdzhuvinov/java-property-utils