Tag Archives: rest from scratch
Minimize coupling with REST processes
Posted on 27. May, 2010 by guilhermesilveira.
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.
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.
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.
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
REST from scratch
Posted on 29. Apr, 2010 by guilhermesilveira.
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 video you will learn how it is possible to make several representations of one resource available on [...]
SUBSCRIBE TO OUR RSS