Hi Leshek,
take a look at phprestsql (don't know URI in the moment) or sqlREST
(http://sqlrest.sourceforge.net/). It's not Restlet, but does exaclty
the same.
The first with php, the last with Servlets and JDBC phprestsql works
fine, sqlREST I didn't check.
best regards
Stephan
Leshek schrieb:
I have a couple of RDB tables (say text only) the content of which I want to
expose for reading only with Restlet, no data transformation, just map
tables and columns to uris.
What would be the simplest/best way/technology to do it?