RESTFul and Hibernate - Stack Overflow most recent 30 from stackoverflow.com 2009-11-28T22:34:03Z http://stackoverflow.com/feeds/question/865444 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/865444/restful-and-hibernate 1 RESTFul and Hibernate unknown (yahoo) 2009-05-14T20:08:32Z 2009-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#865467 0 Answer by Dmitriy Kopylenko for RESTFul and Hibernate Dmitriy Kopylenko 2009-05-14T20:13:11Z 2009-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#867260 0 Answer by Brian Deterling for RESTFul and Hibernate Brian Deterling 2009-05-15T06:33:19Z 2009-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>