tags:

views:

319

answers:

2

Is there a tool that can create RESTFul java services from classes generated with hibernate tool?

A: 

Take a look at JBoss' RESTEasy framework

Dmitriy Kopylenko
A: 

Tapestry 5 has great Hibernate integration and uses REST-style URLs.

Brian Deterling