Saturday, August 18, 2007
What is SOA?? What people say...
Worth a read!!!
Monday, June 25, 2007
What is SOA?? - A video guide
Beautifully explained in a video on YouTube.
-----------------------------------------------------------------------
Friday, May 25, 2007
REST Architecture
What is REST & what I understand by it??
- Become free of underlying programming semantics. Expose the business implementation as a service. So the consumer will identify the service with a URI, which becomes a representation.
- This enables the representation to be callable over the HTTP interface.
- Each representation should have URL links to other representations.
- The URIs should not show any actions, should be shown like a verb/noun.
Eg. http://www.abc.com/AddItem
And not like,
http://www.abc.com/showPage?Process=Add
- XML is the format to work on, so design proper schema for representations.
Wednesday, January 03, 2007
Enterprise Integration Arch vs SOA
Whereas, SOA is a planned integration approach. The applications are designed so as to act in sync with each other. These avoid redundancy of data due to its planned approach.