my dog learned polymorphism
The moose likes Web Services and the fly likes Sample SOA Code Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Sample SOA Code" Watch "Sample SOA Code" New topic
Author

Sample SOA Code

Andrew McHorney
Greenhorn

Joined: Mar 19, 2008
Posts: 11
Hello

I am looking for some sample JAVA code where there is client code and server code and SOA is implemented. Is there a website with good examplers? I cannot find a book with example code.

Andrew
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35220
    
    7
SOA is an architectural style for implementing a communications infrastructure; it goes way beyond simple client/server code pieces.

Are you asking about setting up a web service (which can be used for implementing parts of a SOA)? If so, have you given any thought on SOAP vs. REST?


Android appsImageJ pluginsJava web charts
Andrew McHorney
Greenhorn

Joined: Mar 19, 2008
Posts: 11
I realize thet SOA is an architecture design. I am looking to build a server that implements a SOA architecture but does not have to be web based or gui based. I then want a java client that will invoke a method of this server using soap. This is for training purposes.
Rahul Juneja
Ranch Hand

Joined: Aug 03, 2002
Posts: 425
Andrew,

I think Ulf made it clear that SOA is an architecture which can be implemented with webservices or Messaging.

Here is the defination from wiki.
In computing, service-oriented architecture (SOA) provides methods for systems development and integration where systems package functionality as interoperable services. A SOA infrastructure allows different applications to exchange data with one another.


So it is a very wide term which can be anything for exchange of data. What exactly are you looking for. Be more specific to your requirement or if you want to learn the concepts of SOA by implementing webserived, this book is good one to start. SOA Using Java(TM) Webservices

Thanks,
Rahul


Rahul Juneja
ThoughtClicks - http://techlabs.thoughtclicks.com
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Sample SOA Code
 
Similar Threads
Cleared IBM 669 and IBM 667
IBM SOA Certification Test 665
Is SOA achieved through Web Services only
Sending and receiving a file through webservive
Passed IBM SOA 667