Create storage API
Status: Beta
Brought to you by:
mhall119
Need an interface for survey data storage that will provide read/write functionality, as well as search capabilities. Interface would provide a means of querying survey data that is independent of how and where the data is stored. This will allow for multiple backends to be interchanged without effecting the survey.
Logged In: YES
user_id=491022
Originator: YES
Apache's JXPath can provide us with the powerful and standardized XPath query language which can search XML documents, Java objects, and is supposedly built into many databases. May need to provide custom handling classes for JXPath to fit JCaiF specifics.