I haven't used Microsoft's Web Services stack, Windows Communication Foundation (WCF). What I like about it is how defines (codes) webservice. It bring it closer to SOA and separates it from bunch of communication endpoints. It uses contracts inside webservice code, I think this will make programer think more about SOA approach than pure intergration approach.
ServiceContract consist of DataContracts, instead of java beans, schemas, MessageContract instead of messages, OperationContract instead of operation and methods! . A simple naming change can make you ponder why contract word? It good start building your SOA architecture.
Learn The ABCs Of Programming Windows Communication Foundation
Friday, October 2, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment