Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^4: modern ways of doing web services - avoid REST too

by Your Mother (Archbishop)
on Sep 28, 2013 at 18:55 UTC ( [id://1056156]=note: print w/replies, xml ) Need Help??


in reply to Re^3: modern ways of doing web services - avoid REST too
in thread modern ways of doing web services

I appreciate the simplification and see you're passionate about it.

I only add: blaming crummy REST implementations on REST instead of the dev is a bit like blaming obesity on good food and exercise. REST does, like test driven development and other "cost up front" approaches, take discipline. I think it's worth it. I think the benefits cascade. I think working with HTTP instead of at right angles of convenience would have got web development as a whole further faster.

  • Comment on Re^4: modern ways of doing web services - avoid REST too

Replies are listed 'Best First'.
Re^5: modern ways of doing web services - avoid REST too
by Rhandom (Curate) on Sep 28, 2013 at 20:15 UTC
    Thank you for your follow up.

    FWIW - I will gladly take REST over pretty much anything that isn't "always JSON POST over HTTPS." Connecting to REST is very easy compared to most other protocols.

    my @a=qw(random brilliant braindead); print $a[rand(@a)];

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1056156]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-04-16 10:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found