• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Mark Hensen - SOA

 
Ranch Hand
Posts: 3389
Mac MySQL Database Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Mark Hensen,

Welcoming you and nice having you here to answer the questions.

(*) How good or to what extent does the book covers the *basics of SOA*- meant to say, without any technology based?

(*) It seems only SOAP is being covered. Have you given some idea about how to do the same with AXIS as well?

(*) Would it be okay for a person to start off without having any prior knowledge about WebServices?

Thank you in advance.
Raghavan alias Saravanan M.
 
author
Posts: 61
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the Welcome Its great to be here.

> (*) How good or to what extent does the book covers the *basics of SOA*- meant to say, without any technology based?

My book does not teach SOA. It teaches how to implement SOA using Java Web Services (JWS). To learn the basics of SOA, I suggest Thomas Erl's book. However, you can read and use my book without prior knowledge of SOA. It is designed to be a guide for programmers and it focuses more on programming issues than architecture issues.

> (*) It seems only SOAP is being covered. Have you given some idea about how to do the same with AXIS as well?

Both SOAP and REST are covered. The platform that I used for writing and testing the examples is the GlassFish reference implementation of Java EE 5 that is bundled with the Sun Java EE 5 JDK. But, you should be able to run the examples on any platform that supports JAX-WS, JAXB, and JSR-181. See this post.

> (*) Would it be okay for a person to start off without having any prior knowledge about WebServices?

Yes, but you should probably read some tutorials on XML Schema and WSDL as you go along with the book.
 
Raghavan Muthu
Ranch Hand
Posts: 3389
Mac MySQL Database Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Mark,

Thanks for the reply. It was indeed helpful.
reply
    Bookmark Topic Watch Topic
  • New Topic