Restfulie has attained attention in its Java and Ruby releases due to making the use of hypermedia and content negotiation a key point of its functionalities.
The presentation will show from scratch how to code resources on the server side and access them by exchanging resource representations; minimizing coupling through hypermedia; the usage of well known media types as open search and dealing with cache headers through conventions instead of configurations.
On the client side, the code created still allows us to TDD, achieve their business goals and are beautiful to look at in a developer point of view.
In the market, Thoughtworks technology radar has moved Restfulie into it "assess" area and the Rails community has showed interest and working on it through Ruby's Summer of Code. Restfulie usage has also been suggested in talks by big REST names as Jim Webber and Stefan Tilkov.
All coding will be based on Restfulie's Java version.