Hi all, We also have a project to support this kind of automatic mapping from a RDBMS to a set of resources. I have started writing some initial notes:
"Database Resources" http://wiki.restlet.org/docs_1.1/g1/43-restlet/56-restlet.html This is related to this RFE: "Add database resources" http://restlet.tigris.org/issues/show_bug.cgi?id=6 Help on this front is welcome :) Best regards, Jerome > -----Message d'origine----- > De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Envoyé : lundi 24 mars 2008 22:03 > À : [email protected] > Objet : Re: RDB to REST with Restlet - how would you do it? > > 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? > >

