Hi Rob, You are right to make this precision: no particular persistence technology is favored by the Restlet API.
Here are some possibilities for resources: - object database (such as db4o) - XML database (such as eXist) - manual JDBC calls - EJB / JPA technology - Hibernate (transparent ORM) - iBatis (manual ORM) - Restlet JDBC/XML connector Best regards, Jerome > -----Message d'origine----- > De : Rob Heittman [mailto:[EMAIL PROTECTED] > Envoyé : samedi 12 janvier 2008 21:33 > À : [email protected] > Objet : Re: Restlet example with mysql database > > I shyly point out that Restlet is very capable of interacting > with simple relational databases without requiring an > object-relational mapping layer. You definitely want the ORM > layer if your application domain objects need to be mapped to > a complex multi-table relational structure. > > > On 1/12/08, Jerome Louvel <[EMAIL PROTECTED] > wrote: > > With MySQL, you would probably want to introduce a > technology such as > Hibernate. > > > >

