Hi Greg, I made a simple demo with QueryServlet/Hibernate/JPA and JUnit test. I'll clean up some more and will publish it on my blog.
apptaro On Thu, Aug 26, 2010 at 11:41 AM, Greg Brown <[email protected]> wrote: > It occurred to me earlier this evening that QueryServlet might make a good > REST-based front end to Hibernate or some other Java-based ORM tool. However, > I don't have a lot of experience with ORMs - the DB apps I have written have > generally used JDBC directly. > > Anyone with Hibernate knowledge care to comment (or possibly write up a > simple demo to test the theory)? I think an example that retrieves a bean > from the DB and uses JSONSerializer to write it back out to the caller would > be very cool. I'd be happy to help with such an example if anyone is > interested. > > G > >
