Sunday, June 14, 2009
SOA Case Study Contest
Folks at CIO & SOA Consortium are coming together again to sponsor the SOA Case Study Contest.
In case you have executed a project, build a success story around it & would like to present it as the business case, please visit the link & submit your case study.
The contest if open to all including government agencies. You have only 12 days to go!!!
Submission ends on 26th June. Good Luck!!!
Sunday, May 17, 2009
Author Award
Now it has come as a big moment of joy that the book has been nominated of the author award by its publishers Packt.
In case you have read it, please do vote for it. Also, it can still be purchased from:
You can also view the sample chapter here.
Still, if you would just like to read the reviews & then possibly check out the book, please have the reviews here:
The least you can do is, vote for "Service Oriented Architecture with Java" at the Award Site.
Cheers!! And look forward to your votes.
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.