JWebStorage

JWebStorage is a Java client to WebStorage. It is able to access WebStorage using either PostgreSQL JDBC or HTTP.

PostgreSQL JDBC

Using PostgreSQL JDBC, JWebStorage accesses the WebStorage PostgreSQL database directly. When using SSL, the PostgreSQL driver uses the non-validating SSL factory.

HTTP

JWebStorage uses the standard classes {@code HttpURLConnection} and {@code HttpsURLConnection} to connect to a webserver having installed the WebStorage. JWebStorage can only communicate with WebStorage version 1.1 or later over HTTP.

If you intend to use SSL for connecting a SSL enabled WebStorage, provide {@code -Djavax.net.ssl.trustStore=} to the Java VM. {@code } has to point to Java Keystore, where the SSL certificate for the site has been imported to.