Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Not sure if you're tied to JAX-RS in any way but the Spring Data family of projects comes with the <a href="https://github.com/SpringSource/spring-data-rest" rel="nofollow">Spring Data REST</a> module that automatically exposes entities managed by Spring Data repositories in a hypermedia-driven way. It's based on Spring MVC.</p> <p>So you essentially get CRUD operations on the entities for free, query methods exposed transparently and the ability to tweak and tune close to everything according to your needs.</p> <p>Here are some useful links you might want to browse for further information:</p> <ul> <li><a href="http://static.springsource.org/spring-data/rest/docs/1.1.0.M1/reference/htmlsingle/" rel="nofollow">Reference documentation</a></li> <li><a href="https://github.com/SpringSource/spring-data-book/tree/master/rest" rel="nofollow">Spring Data REST sample project</a> - taken from the Spring Data book available <a href="https://www.google.de/url?sa=t&amp;rct=j&amp;q=&amp;esrc=s&amp;source=web&amp;cd=1&amp;ved=0CDEQFjAA&amp;url=http://shop.oreilly.com/product/0636920024767.do&amp;ei=LGQ4UbvSC83ptQa7xIHYBw&amp;usg=AFQjCNETlscmy9j0zVYqRp7mUlArI8nf0Q&amp;sig2=oqJ4qY4oKoayPGtmb5dbbg&amp;bvm=bv.43287494,d.Yms" rel="nofollow">here</a>.</li> <li><a href="https://github.com/olivergierke/spring-restbucks" rel="nofollow">Spring RESTBucks</a> - a more advanced sample showing how to augment the entities exported with custom more complex functionality to implement business processes in a hypermedia-driven way.</li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload