Quantcast
Channel: Comments on What is REST?
Browsing latest articles
Browse All 6 View Live

Javin @ garbage collection in Java commented on 'What is REST?'

hi , Thanks for this nice article but can you explain what is major difference between REST and Axis or Soap which were earlier method of using web services ? Javin How Classpath works in Java

View Article



atc commented on 'What is REST?'

REST is short for "using the bloody HTTP spec. property". That's all anyone needs to say on the subject.

View Article

romith commented on 'What is REST?'

Yes, one can say it is simple http spec. REST can make more professional(some time this may be easier) by using rest features like, using PUT,GET,POST for operations like Add, Read, Update encoding...

View Article

meowkins commented on 'What is REST?'

@Javin: I'm not familiar with axis, but with SOAP, you basically make an xml document that specifies a method and actual parameters, and you send that as the http request body. The response contains...

View Article

John B commented on 'What is REST?'

I was curious to see what RESTful was about and found this. It looks like you described AJAX in a nutshell. Is that what I can say about REST? Getting http data from the server using whatever xml they...

View Article


meowkins commented on 'What is REST?'

Well, they do feel similar, and I think that's because REST tries to stay close to HTTP, not complicating it. But AJAX, as I'm sure you know, is more a technique for doing asynchronous HTTP requests,...

View Article
Browsing latest articles
Browse All 6 View Live




Latest Images