user107303
user107303

Reputation: 51

RESTFul and Hibernate

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

Upvotes: 5

Views: 4539

Answers (4)

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

Brian Deterling
Brian Deterling

Reputation: 13734

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

Upvotes: 0

Dmitriy Kopylenko
Dmitriy Kopylenko

Reputation: 376

Take a look at JBoss' RESTEasy framework

Upvotes: 0

Related Questions