REST from scratch
This is the first post on a series of examples on how to use Rails and Restfulie on the server side and Restfulie and Mikyung on the client side to create REST based architectures. On this 10 minutes...
View ArticleREST from scratch
This is the first post on a series of examples on how to use Rails and Restfulie on the server side and Restfulie and Mikyung on the client side to create REST based architectures. On this 10 minutes...
View ArticleRest from scratch – Part 2
This 20 minutes video shows how to move from a basic REST api to one which makes use of linked resources and adds semantic values to those links. [vimeo 11483381] Did your REST api do that already?...
View ArticleRest from scratch – Part 2
This 20 minutes video shows how to move from a basic REST api to one which makes use of linked resources and adds semantic values to those links. Rest from Scratch – part 2 from Caelum on Vimeo. Did...
View ArticleMinimize coupling with REST processes
While integrating systems, implementing access or processes is typically achieved through man ordered list of steps, where one expects specific results from the server. Expecting specific results means...
View ArticleHow restful results are handled in Restfulie with Rails
Using a backport from a Rails 3, Restfulie responders enhance your response without you even noticing. Creating First, the new 201 support with correct headers in one cute line, supported by the...
View ArticleJAX-RS 2.0 – How to improve it
During Javaone 2010 I was able to meet Paul Sandoz, take a deeper look into Jersey’s code, attend to a session on ideas for the the JAX-RS comittee have for the future and show some of our ideas from...
View ArticleRestfulie is almost there: first beta out
Rhaiger and Ricardo Nakamura have contributed with support to formurlencoded (issue 152), now simple form posts are also supported. In parallel, through Respondie one is capable of extending and...
View ArticleHypermedia and the future of the integration over the web
Systems integration over the web has been successfully growing in a pace incomparable to any internal company attempt to centralize its services. Those REST systems are available and consumed...
View ArticleREST and Web development: new VRaptor and Restfulie releases
Since VRaptor 3 inception, the team has focused on good practices related to design issues such as “avoiding inheritance”, “ThreadLocal” and “public static mutable singletons”. Both releases keep their...
View Article