Archive for 'restful'
REST from scratch
Posted on 29. Apr, 2010 by Guilherme Silveira.
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 [...]
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 [...]
Continue Reading
Buying through REST: applying REST to the Enterprise
Posted on 19. Apr, 2010 by Guilherme Silveira.
REST was a research result that left us with an open question, as its researcher suggested: it beautifully solves a lot of problems, but how to apply it on contemporary concerns that enterprise have? REST Applied After many talks, I have summed up a model, derived from REST constraints, that allows one to measure how [...]
Continue Reading
REST maturity model
Posted on 19. Apr, 2010 by Guilherme Silveira.
Not yet REST How do we achieve REST? Leonard Richardson’s model was widely commented and Martin Fowler posted on “Rest in Practice” (a book I recommend reading). But what is left out from REST in Richardson’s model and why? According to his model, level 3 adds hypermedia support, leveraging a system through the use of [...]
Continue Reading
Buying through REST: applying REST to the Enterprise
Posted on 13. Apr, 2010 by guilhermesilveira.
REST was a research result that left us with an open question, as its researcher suggested: it beautifully solves a lot of problems, but how to apply it on contemporary concerns that enterprise have? REST Applied After many talks, I have summed up a model, derived from REST constraints, that allows one to measure how [...]
Continue Reading
REST maturity model
Posted on 13. Apr, 2010 by guilhermesilveira.
Not yet REST How do we achieve REST? Leonard Richardson’s model was widely commented and Martin Fowler posted on “Rest in Practice” (a book I recommend reading). But what is left out from REST in Richardson’s model and why? According to his model, level 3 adds hypermedia support, leveraging a system through the use of [...]
Continue Reading
Contextual links in hypermedia content
Posted on 23. Feb, 2010 by guilhermesilveira.
Because resource meta data is sent through http headers on the human web we usually try to think it should be done in the same way in the RESTful web. With the overall public acceptance of the Link header, I started to worry that some of the meta data that was important to dynamic resources [...]
Continue Reading
Contextual links in hypermedia content
Posted on 23. Feb, 2010 by Guilherme Silveira.
Because resource meta data is sent through http headers on the human web we usually try to think it should be done in the same way in the RESTful web. With the overall public acceptance of the Link header, I started to worry that some of the meta data that was important to dynamic resources [...]
Continue Reading
Restfulie at RailsConf 2010
Posted on 22. Feb, 2010 by guilhermesilveira.
Fabio Akita, from Locaweb, is presenting a session on Restfulie and becoming truly REST in Rails. With the help of Caue Guerra, George GuimarĂ£es, and many others, Restfulie is growing and implementing new features that we still expect from REST client apis. For those who are going to RailsConf this year and want to create [...]
Continue Reading
REST is crawling: early binding and the web without hypermedia
Posted on 22. Feb, 2010 by Guilherme Silveira.
The most frequently asked question about REST in any presentation: why hypermedia is so important to our machine to machine software? Is not early binding through fixed URI’s and using http verbs, headers and response codes better than what we have been doing earlier? An approach that makes real use of all http verbs, http [...]
SUBSCRIBE TO OUR RSS