ROCA-style: Simple recommendations for decent Web application frontends
1–10 of 11 posts
Re: ROCA-style: Simple recommendations for decent Web application frontends
#2Re: ROCA-style: Simple recommendations for decent Web application frontends
#3The main deviation from ROCA in my own apps is that unless utterly simple to accomplish, I don't try to accommodate non-JS browsers. Not as a matter of principle but rather of convenience. It is nice to aspire to 100% functionality in non-JS contexts, even with degraded user experience. I just don't know that it's practical in most cases.
Re: ROCA-style: Simple recommendations for decent Web application frontends
#4Re: ROCA-style: Simple recommendations for decent Web application frontends
#5Finally a manifesto of REST principles :)
Re: ROCA-style: Simple recommendations for decent Web application frontends
#6Finally a manifesto of REST principles :)
"a set of rules to apply if the goal is to come up with a Web app that is actually on the Web as opposed to be tunnelled through the Web. We tried to come up with a catchy name, and finally arrived at ”ROCA”, a conveniently pronouncable acronym for “Resource-oriented client architecture”.
So rather than a manifesto, they're trying to devise a nomenclature, along the lines of how Ajax gave a name to non-page refresh server communication with the browser.
Re: ROCA-style: Simple recommendations for decent Web application frontends
#7Re: ROCA-style: Simple recommendations for decent Web application frontends
#8ROCA strikes me as a very close description to an ideal Rails-based application. In fact, when Stefan was describing the pattern, I said "duh, that's a Rails app" or something like that. But what he's trying to do here is useful, introducing a description that is technology-agnostic. The main deviation from ROCA in my own apps is that unless utterly simple to accomplish, I don't try to accommodate non-JS browsers. No…
Re: ROCA-style: Simple recommendations for decent Web application frontends
#9Nah, no way am I going to allow wget or curl to do application work.