Hi All,I want to expose a set of JPA entities via a RESTful interface with URIs like /{entityName}/{primaryKey} and probably JSON or XML representations. What's the best way to do this in Restlet?
I notice from the docs and http://restlet.tigris.org/issues/show_bug.cgi?id=6 that there isn't currently a convenient wrapper for JPA, so presumably most people are creating custom Resource implementations for each entity that want to expose?
Regards, Michael.

