On 25 Jun 2007, at 01:39, Michael Terrington wrote:
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?
That's what we did in our project, at least, it can be a bit boring involving lots of code duplication (for each resource type: jpa, xml schema, Restlet-Resource, client-side-Restlet), so any ideas on how we should do such a JPA wrapper would be welcome. :-)
-- Stian Soiland, myGrid team School of Computer Science The University of Manchester http://www.cs.man.ac.uk/~ssoiland/

