The REpresentational State Transfer (http://en.wikipedia.org/wiki/Representational_State_Transfer) (short REST) facilitates a simple and fast access to databases through HTTP.
The HTTP methods GET, PUT, DELETE, and POST can be applied to interact with the database. This REST implementation is represented by JAX-RX, an interface layer to provide unified access to XML databases and resources.
README this readme file LICENSE license file src Source folder containing all java stuff scripts bash scripts for syncing against disy-internal repo. WEB-INF folder for web.xml pom.xml Simple pom (yes we do use Maven)
This work is released in the public domain under the BSD 3-clause license
The documentation so far is accessible under http://disy.github.com/jax-rx/.
The following additional documentation is accessible:
- TechReport: http://nbn-resolving.de/urn:nbn:de:bsz:352-opus-120511
- Hecate: http://nbn-resolving.de/urn:nbn:de:bsz:352-126237
Any questions, just contact sebastian.graf AT uni-konstanz.de
JAX-RX was originally developed by
- Lukas Lewandowski
under the supervision of Christian Grün and Sebastian Graf.
Being associated and maintained the BaseX-group, it was 2011 moved to Disy and is maintained by
- Sebastian Graf
- Lukas Lewandowski