Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreThe Spring Data team is pleased to announce the (initial) 1.0.0.M1 release of Spring Data REST.
This release contains a Servlet-based web application that can be used to export JPA Repositories over HTTP to create RESTful endpoints that user agents can access to manage your exposed JPA Entities. Browsers (via Javascript) or non-interactive agents like curl
or wget
can perform CRUD operations on entities, including managing relationships between entities through the use of Links.
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.