Archive for May, 2010

Restfulie, Railsconf and New York

Posted on 31. May, 2010 by guilhermesilveira.

1

Restfulie 0.8 is out with a list of contributions, including new functionalities, an mvc approach which will be explained soon and support to a nicer DSL on the server and client side. For those who are coming to Baltimore for Railsconf, Fabio Akita will present a session on Bringing more Rest to Rails with Restfulie. [...]

Continue Reading

Minimize coupling with REST processes

Posted on 27. May, 2010 by guilhermesilveira.

13

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 coupling your client to a servers behavior, something that we want to minimize. In REST clients, and in business process modeled following REST practices, we can reach [...]

Continue Reading

The Web and Rest (Rest from Scratch – Theory 1)

Posted on 20. May, 2010 by guilhermesilveira.

1

Rest is not only about http and the web, but an architectural style derived from the web and others. In this 20 minutes video, we will see how the web has been capable of scaling, providing different services and being a more effective system than other human distributed systems alike (i.e. water distribution and electricity). [...]

Continue Reading

Rest from scratch – Part 2

Posted on 20. May, 2010 by Guilherme Silveira.

0

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 your REST api do that already? Great. Otherwise, it’s time to move ahead and decouple a [...]

Continue Reading

Rest from scratch – Part 2

Posted on 06. May, 2010 by guilhermesilveira.

7

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? Great. Otherwise, it’s time to move ahead and decouple a little bit further your clients from your server.

Continue Reading

Restfulie at Thoughtworks' radar

Posted on 05. May, 2010 by guilhermesilveira.

0

Thoughtwork’s Radar has been released and Restfulie has made into it. Together with a few emerging architecture types, Restfulie has been apointed for “assess”. “It is something that we believe is worth exploring with the goal of understanding how it will affect the technology impacted dimensions of your enterprise”. Restfulie is mentioned in the same [...]

Continue Reading