• 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 Hansen: Welcome

 
author & internet detective
Posts: 41878
909
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This week, we're delighted to have Mark Hansen helping to answer questions about the new book SOA Using Java Web Services.

The promotion starts Tuesday, May 29th 2007 and will end on Friday, June 1st 2007.

We'll be selecting four random posters in this forum to win a free copy of the book provided by the publisher, Prentice Hall.

Please see the Book Promotion page to ensure your best chances at winning!

Posts in this welcome thread are not eligible for the drawing.

[Changed the topic to match the other threads - Dave]
[ May 29, 2007: Message edited by: David O'Meara ]
 
Bartender
Posts: 2968
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome Mark!

I'm looking forward to hearing more about your book SOA Using Java� Web Services (amazon US, Sample Chapter: Basic SOA Using REST).

Regards,
Peer
 
author and deputy
Posts: 3150
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome Mark!..
Wish you lots of fun here.
Regards
Balaji
 
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Balaji Loganathan:
Wish you lots of fun here.



Yes we do!
This is your week, have fun!
 
author
Posts: 61
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Jeanne,

Thanks for your warm welcome I'm just getting back from a little Memorial Day vacation, and I see that I've got some posts to catch up on here at JavaRanch!

It is a real pleasure to be here and I look forward to lots of great discussion.

-- Mark
 
Mark D. Hansen
author
Posts: 61
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Peer, Balaji, and David,

Thanks for the welcome It is fun to be here already and see the new topics waiting for me in the Web Services forum!

Here is some quick background on the book:

I wrote "SOA Using Java Web Services" because when I started working with Java Web Services (JWS), I found it to be more difficult than I thought it should have been. I had two goals in mind:
(1) To compile my "lessons learned" in order to help others master the JWS APIs.
(2) To present a "framework" for doing SOA using JWS.

I actually started writing the book almost 5 years ago, shortly after JAX-RPC became part of J2EE. But, I struggled to do real SOA style development with JAX-RPC. So, I back-burnered the project, and revived it again after JAX-WS and JAXB 2.0 came out, along with Java EE 5. I found the new JWS APIs much better for SOA development, and that re-ignited my intereste in finishing the book.

The book was launched at JavaOne, just a couple weeks ago, where it was #8 on the "bestseller" list at the conference book store.

I hope that we have lots of good discussion about Java Web Services, SOA, and my book this week. Thanks for hosting me!

-- Mark
 
David O'Meara
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That sounds a lot like my thoughts and feelings pre and post JWS.
I'm sold, just ordered my copy.
If I'm not convinced I'll be asking for my money back
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Mark,

Like you, I have found that trying to get my arms around Web Services has been about as easy as bathing a small herd of cats.

One of my disappointments has been the lack of clear high level documentation on either JAX-WS or Apache Muse. I see that the focus of your book is primarly JAX-WS (as opposed to Muse). In general, do you delve right into an example, or first provide some amount of discussion on the high level interactions of the base JAX-WS classes so the reader can better understand how the example works within the JAX-WS infrastructure and how to specialize the default web service behavior (special handlers, subscription handling/interception, etc.)?

Thanks,
-David Bueche
 
Mark D. Hansen
author
Posts: 61
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
David,

Chapter 7 deals with server-side JAX-WS and provides a high level overview of the JAX-WS architecture and discusses the runtime processing of XML messages.

There is a similar discussion at the beginning of Chapter 6 for client-side JAX-WS.

There are lots of coding examples, but they are always preceded by an architecture discussion.
 
hangman
Posts: 220
Angular Framework Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is currently a place to review/submit errata for "SOA Using Java Web Services."

The link is http://groups.google.com/group/soabook
 
reply
    Bookmark Topic Watch Topic
  • New Topic