-
REST is the best in which cases? (5 messages)
- Posted by: Jack Vaughan
- Posted on: April 28 2009 10:51 EDT
If you are designing and developing a new, highly scalable Web application, the REST approach is without question the best way to go, writes Eric Newcomer on SearchSOA.com. But, if you are working on an extension to an existing enterprise application, or on an integration project relying in whole or in part on existing infrastructure, the decision is a bit tougher. Newcomer suggests some ways of sorting out the issues. What are your thoughts on where REST works? http://searchsoa.techtarget.com/expert/KnowledgebaseAnswer/0,289625,sid26_cid1328059,00.htmlThreaded Messages (5)
- When REST isn't a good idea.... by Michael Watson on April 28 2009 21:45 EDT
- It's a lot less painful with RestfulX by Peter Armstrong on April 28 2009 23:36 EDT
- Re: REST is the best in which cases? by James Watson on April 29 2009 10:09 EDT
- Re: REST is the best in which cases? by Eric Newcomer on May 01 2009 17:54 EDT
- Re: REST is the best in which cases? by James Watson on May 04 2009 12:21 EDT
- Re: REST is the best in which cases? by Eric Newcomer on May 01 2009 17:54 EDT
-
When REST isn't a good idea....[ Go to top ]
- Posted by: Michael Watson
- Posted on: April 28 2009 21:45 EDT
- in response to Jack Vaughan
When you're using Flex for the client side app. Trust me I've done it and it's ultra painful, Flex just doesn't do REST. Otherwise I'd say use REST if your service is resource based and fits the model. Ours does and it's mostly worked like a charm from the server-side... -
It's a lot less painful with RestfulX[ Go to top ]
- Posted by: Peter Armstrong
- Posted on: April 28 2009 23:36 EDT
- in response to Michael Watson
Trust me, I wrote the book on how to make Flex talk to Rails manually, and RestfulX (http://restfulx.github.com/) is a vast improvement on that. Some features: caching, automatic marshalling and unmarshalling, talking to the local AIR SQLite database with the same code as the code which talks to Rails, etc. I find Flex development with RestfulX to be downright pleasant. -
Re: REST is the best in which cases?[ Go to top ]
- Posted by: James Watson
- Posted on: April 29 2009 10:09 EDT
- in response to Jack Vaughan
If you are designing and developing a new, highly scalable Web application, the REST approach is without question the best way to go.
I'm a little surprised that no one has contradicted this here. When I talked about REST in 2008, people looked at me like I had two heads. I still am finding that many people have no idea what it is. -
Re: REST is the best in which cases?[ Go to top ]
- Posted by: Eric Newcomer
- Posted on: May 01 2009 17:54 EDT
- in response to James Watson
I'm a little surprised that no one has contradicted this here.
Please go ahead! I suppose someone's got to do it! -
Re: REST is the best in which cases?[ Go to top ]
- Posted by: James Watson
- Posted on: May 04 2009 12:21 EDT
- in response to Eric Newcomer
I could play devil's advocate but I agree with you.I'm a little surprised that no one has contradicted this here.
Please go ahead! I suppose someone's got to do it!