resthub / resthub-spring-stack

RESThub Spring stack
http://resthub.org/spring-stack.html
Other
121 stars 66 forks source link

Take a look to spring-data-rest #223

Closed bmeurant closed 10 years ago

bmeurant commented 10 years ago

take a look and see if we can switch

http://projects.spring.io/spring-data-rest/

bmeurant commented 10 years ago

Some really good ideas and techniques to take from spring-data-rest but cannot be used as is because controllers are auto generated via annotations on repositories and cannot be customized or enhanced.

manosbatsis commented 10 years ago

Perhaps resthub could provide base class implementations for the generated controllers to extend along with factory. The approach is similarly used for spring-generated repositories. That would allow controllers with access to both resthub and spring-data-rest code.