Reputation: 51
Is there a tool that can create RESTFul java services from classes generated with hibernate tool?
Upvotes: 5
Views: 4539
Reputation: 479
this is very useful
http://sourceforge.net/projects/hibernatepojoge/files/hibernatepojoge/hbnpojogen/
it creates entity ,and services , you can try it,very easy
Upvotes: 0
Reputation: 12405
Spring Data - REST may be useful.
https://github.com/SpringSource/spring-data-rest/wiki/JPA-Repository-REST-Exporter
Upvotes: 1
Reputation: 13734
Tapestry 5 has great Hibernate integration and uses REST-style URLs.
Upvotes: 0