• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

About the new SOAP book (Brogden's)

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does the book include information about Sun's new JAX pack? I am just beginning to get into SOAP, and I typically like to get a book to help me with a new subject. Thanks.
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It would have take time travel for me to include anything about SUN's new packaging of XML goodies (JAXP, JAXM, JAXR, JAX-RPC). I am in the middle of writing a proposal to write that book.
However, the examples in the book all use the JAXP parser, which is quite stable now.
My chapters on SOAP messaging (as opposed to HTTP and RPC) use JMS - Java Message Service, JavaSpaces and Java Mail - all Sun APIs.
Bill
 
Ranch Hand
Posts: 1246
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by William Brogden:
It would have take time travel for me to include anything about SUN's new packaging of XML goodies (JAXP, JAXM, JAXR, JAX-RPC). I am in the middle of writing a proposal to write that book.
However, the examples in the book all use the JAXP parser, which is quite stable now.
My chapters on SOAP messaging (as opposed to HTTP and RPC) use JMS - Java Message Service, JavaSpaces and Java Mail - all Sun APIs.
Bill



does you book cover Apache SOAP api?
 
William Brogden
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The examples all use Apache SOAP 2.2 but I don't go into exhaustive listing of the API because I am sure that other implementations will take the place of Apache SOAP and I don't want the book to go out of date. Instead I try to explain basic principles as much as possible.
Bill
 
Ranch Hand
Posts: 162
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've been meaning to learn what all this "SOAP" hype is about. This looks like the perfect book to get me started.
 
So I left, I came home, and I ate some pie. And then I read this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic