-
Notifications
You must be signed in to change notification settings - Fork 472
Spring HATEOAS Forms support #503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Whereas I support the idea of HAL-FORMS, Siren, and Uber, I don't think XHTML is a good idea. That mediatype is quite dated and given this project is mostly JSON oriented, not sure the value investing in this mediatype. |
Superceded by #612 and resolved via 70448a8. Final solution isn't precisely the same thing, but we plan to iterate over it in the near future and expand to support other mediatypes. Feel free to check the HAL-FORMS section of code and their corresponding unit tests. Also, see monitor Spring HATEOAS Examples repo as we plan to add an Affordances example very soon. |
Hi to all, we’ve been working (Hdiv Security Team) in an extension for Spring HATEOAS project to support FORMs using several different implementations, i.e. XHTML, HAL-Forms, Siren or Uber. The work is based on Dietrich Schulten initial Affordances implementation. Our changes were pushed to Hdiv-Affordances branch in Spring HATEOAS for Oliver Gierke to review them.
A sample app working with Spring HATEOAS and HAL-Forms is available here:
https://github.com/hdiv/hdiv-bank-for-services -> master
We are currently analyzing the best way to integrate it with Spring Data REST by modifying the RESTBucks showcase also
Anyone that could be interested please contact us without hesitation, all suggestions are welcomed :)
The text was updated successfully, but these errors were encountered: