Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreSpringSource would like to announce the release of Spring Hateoas 0.4!
The Spring HATEOAS project provides some APIs to ease creating REST representations that follow the HATEOAS principle when working with Spring and especially Spring MVC. HATEOAS, an abbreviation for Hypermedia as the Engine of Application State, is a constraint of the REST application architecture that distinguishes it from most other network application architectures. The core problem it tries to address is link creation and representation assembly.
In this release, the most important new features are:
- extended LinkBuilder API to point to Controller *methods* as well
- Jackson 2 support
- HAL support
- EntityLinks API to create links pointing to controllers managing a particular entity type
- introduced LinkDiscoverer API to find links in representations by rel (incl. JSONPath based implementation)
You can read about all of the new features and bug fixes in the change log. Enjoy!
Download | Documentation | Javadoc API (coming soon) | Change Log | Issues/Bugs |