| Author |
Wich alternative to web services for SOA???
|
Stephane Clinckart
Ranch Hand
Joined: Oct 21, 2003
Posts: 89
|
|
Hi Jeff Davis,
I have a question about SOA.
In my understanding... SOA is not binded to WebServices...
Web Services is "a way how to do SOA'. Is it correct?
If yes, what are the others implentations of SOA.
Why are WebServices that much popular?
What are the benefits/cons of the others tech?
Thanks a lot,
Regards,
Stephane
|
 |
Vyas Sanzgiri
Ranch Hand
Joined: Jun 16, 2007
Posts: 686
|
|
|
read about BPEL engine, ESB
|
===Vyas Sanzgiri===
My Blog
|
 |
Jeff. Davis
Author
Greenhorn
Joined: Jun 01, 2009
Posts: 20
|
|
Yes, you're right SOAP is but one way that services can be exposed. A lot of people are using RESTful style services to build their service platform. In the Java world, you may find it sufficient to use just plain old XML (POX) over JMS. SOA certainly doesn't equal SOAP, though that seemed to be the focus years ago when the term first emerged.
In my book, I describe how Apache Tuscany, an SCA implementation, can be used as a framework for building components and exposing them as reusable services that multiple different bindings, such as SOAP, REST, RSS etc. (Obvoiusly, there are other outstanding SCA frameworks such as Fabric3).
jeff
|
 |
 |
|
|
subject: Wich alternative to web services for SOA???
|
|
|