RESTFul and Hibernate - Stack Overflow most recent 30 from stackoverflow.com2009-11-28T22:34:03Zhttp://stackoverflow.com/feeds/question/865444http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/865444/restful-and-hibernate1RESTFul and Hibernateunknown (yahoo)2009-05-14T20:08:32Z2009-05-15T06:33:19Z
<p>Is there a tool that can create RESTFul java services from classes generated with hibernate tool?</p>
http://stackoverflow.com/questions/865444/restful-and-hibernate/865467#8654670Answer by Dmitriy Kopylenko for RESTFul and HibernateDmitriy Kopylenko2009-05-14T20:13:11Z2009-05-14T20:13:11Z<p>Take a look at <a href="http://www.jboss.org/resteasy/" rel="nofollow">JBoss' RESTEasy framework</a></p>
http://stackoverflow.com/questions/865444/restful-and-hibernate/867260#8672600Answer by Brian Deterling for RESTFul and HibernateBrian Deterling2009-05-15T06:33:19Z2009-05-15T06:33:19Z<p><a href="http://tapestry.apache.org/tapestry5/" rel="nofollow">Tapestry 5</a> has great Hibernate integration and uses REST-style URLs. </p>