The Artima Developer Community
Sponsored Link

Java Buzz Forum
If I May be so Brazen: "Webservices...ugh!"

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Michael Cote

Posts: 10306
Nickname: bushwald
Registered: May, 2003

Cote is a programmer in Austin, Texas.
If I May be so Brazen: "Webservices...ugh!" Posted: Jun 28, 2003 10:57 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Michael Cote.
Original Post: If I May be so Brazen: "Webservices...ugh!"
Feed Title: Cote's Weblog: Coding, Austin, etc.
Feed URL: https://cote.io/feed/
Feed Description: Using Java to get to the ideal state.
Latest Java Buzz Posts
Latest Java Buzz Posts by Michael Cote
Latest Posts From Cote's Weblog: Coding, Austin, etc.

Advertisement

All of these concerns and recommendations are exactly what make my stomach curl when I think of webservices, e.g.,

Design the interface as a dictionary, though not as an object based wrapper around dictionaries (ie prefer a Map over a Bean). I've seen Python and Lisp code that does this well as they have good support for meta-class hacking; and it's sometimes called data-driven programming in the Lisp world.

Ahhhh! To me -- a type-safety, contract-based coding, OO nut -- webservices are a massive step backwards into the procedural flaming swamp-world I despise.

Read: If I May be so Brazen: "Webservices...ugh!"

Topic: Unit-test patterns in QDox Previous Topic   Next Topic Topic: JPublish 2.0 Released

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use