Spring Data REST 1.0.0.RC1 Released
I'm pleased to announce the release of Spring Data REST 1.0.0.RC1! Beyond a number of bug fixes, this release adds support for paging and sorting and makes it easier to integrate Spring Data REST into an existing Spring MVC application.
New functionality includes:
- Paging - Add URL parameters like "page=2" and "limit=20" to control the paging of large result sets.
- Sorting - Add URL parameters like "sort=name" to control the sorting of result sets.
- Integrate with existing Spring MVC applications - Now you can easily integrate Spring Data REST into an existing Spring MVC application by simply including a JavaConfig bean into your own configuration.
New documentation includes:
Starter Web Application | Wiki | Release Notes
To learn more about the project, visit the Spring Data REST homepage, or visit the Github repository to download the source.