On 01/10/2013 08:53 AM, Richard Eckart de Castilho wrote:
Is it a requirement for you that the storage must be able to run as a server 
that you talk to via network?

Well, you can easily support both use cases by defining a Java API and on top of that you define a rest API. Depending on your need you now choose which parts you want to use. If you want to embed it you just take the Cas store Java API plus an implementation of (e.g. in your case based on Lucene and HSQLDB).

If you want to run the whole thing as a server you take the Java API, the rest API, and maybe the same implementation
and run the whole thing in a Tomcat.

Jörn

Reply via email to