Tag Archives: architecture
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
Scaling through rest: why rest clients require cache support
Posted on 26. Jan, 2010 by guilhermesilveira.
It’s common to find developers struggling with their clients browser’s cache and proxies in order to get their application running as expected: some of them actually view cache options as a bad thing. Actually http caches presents a few advantages, being the two most important amongst them all the ability to serve more clients at [...]
Continue Reading
Scaling through rest: why rest clients require cache support
Posted on 24. Jan, 2010 by guilhermesilveira.
It’s common to find developers struggling with their clients browser’s cache and proxies in order to get their application running as expected: some of them actually view cache options as a bad thing. Actually http caches presents a few advantages, being the two most important amongst them all the ability to serve more clients at [...]
Continue Reading
When should I start a REST initiative
Posted on 21. Dec, 2009 by guilhermesilveira.
Restfulie’s release, centered on hypermedia support, got a lot of attention back to not letting go the HATEOAS idea and the old question arrives again: is it worthy to invest money or time building a fully REST system in my company? A full REST architecture imply in many choices that some prefer to leave out, [...]
SUBSCRIBE TO OUR RSS