Building Web Services with Java and over one million other books are available for Amazon Kindle . Learn more

Buy Used
Used - Very Good See details
Price: £2.48

or
Sign in to turn on 1-Click ordering.
 
   
Have one to sell? Sell yours here
Building Web Services with Soap, Xml and Uddi (Java (Sams))
 
 
Start reading Building Web Services with Java on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Building Web Services with Soap, Xml and Uddi (Java (Sams)) [Paperback]

Steve Graham , Simeon Simeonov , Toufic Boubez , Doug Davis , Glen Daniels , Yuichi Nakamura , Ryo Neyama
3.5 out of 5 stars  See all reviews (2 customer reviews)

Available from these sellers.


Formats

Amazon Price New from Used from
Kindle Edition £24.71  
Paperback £37.39  
Paperback, 12 Dec 2001 --  
Amazon.co.uk Trade-In Store
Did you know you can trade in your old books for an Amazon.co.uk Gift Card to spend on the things you want? Plus, get an extra £5 Gift Certificate when you trade in books worth £10 or more before June 30, 2012. Visit the Books Trade-In Store for more details.
There is a newer edition of this item:
Building Web Services with Java: Making Sense of XML, SOAP, WSDL, and UDDI (Developer's Library) Building Web Services with Java: Making Sense of XML, SOAP, WSDL, and UDDI (Developer's Library) 3.5 out of 5 stars (2)
£37.39
Not in stock; order now and we'll deliver when available

Product details

  • Paperback: 600 pages
  • Publisher: Sams; 1 edition (12 Dec 2001)
  • Language English
  • ISBN-10: 0672321815
  • ISBN-13: 978-0672321818
  • Product Dimensions: 23.2 x 18.8 x 3.5 cm
  • Average Customer Review: 3.5 out of 5 stars  See all reviews (2 customer reviews)
  • Amazon Bestsellers Rank: 1,620,342 in Books (See Top 100 in Books)
  • See Complete Table of Contents

Product Description

Product Description

Building Web Services with SOAP, XML, and UDDI assumes proficiency with Java and with distributed computing tools. Throughout the book, examples will be presented using Java and the Apache SOAP platform, although a set of sidebars will address .NET development, which Microsoft developers will use to deploy Web services. The book uses progressive disclosure to present an increasingly complex project as it moves through its development cycle. The final section of the book presents linking the completed project with other systems built in J2EE and .NET.

From the Back Cover

The Web services approach is the next step in the evolution of distributed computing. Based on open industry standards, Web services enable your software to integrate with partners and clients in a fashion that is loosely coupled, simple, and platform-independent. Building Web Services with Java- Making Sense of XML, SOAP, WSDL, and UDDI presents the concept of Web services and explains how to incorporate Web services into your business. The book addresses emerging standards associated with Web services, such as Simple Object Access Protocol (SOAP), Web Services Description Language (WSDL), and Universal Description Discovery and Integration (UDDI).
Steve Graham is an architect in the Emerging Technologies division of IBM Software Group, and was one of the founding members of IBM's Web services intitiative. Steve has fifteen years in the IT industry, working on object-oriented software engineering.
Simeon Simeonov, chief architect at Macromedia Inc., provides direction for the evolution of his company's technology and product strategy as well as the architecture of its server-side platform products. He is currently working on service-oriented architectures for the next generation of distributed Internet applications.
Toufic Boubez is chief technology officer of Saffron Technology. He was a senior technologist at IBM's Emerging Technologies division, lead architect of IBM's Web services initiative, and the co-author of the first UDDI specification.
Doug Davis works in the Emerging Technologies division of IBM. He is working on IBM's Web Services Toolkit and is one of IBM's respresentatives in the W3C XML Protocol working group.
Glen Daniels is technical lead for Macromedia's Web services team. In addition, he currently serves on the W3C's XML Protocol group and various Java expert groups in the Web services area, as well as contributing to open source efforts such as Apache's Axis project.
Yuichi Nakamura is an advisory researcher at the IBM Tokyo Research Laboratory. He has been working on knowledge engineering, object-oriented systems, multi-agent systems and B2B e-commerce, and Web services security.
Ryo Neyama is a researcher at the IBM Tokyo Research Laboratory. His research interests are distributed object systems including Web services, object request brokers, and security.
Building Web Services with Java will help you...
Understand what a Web service is and how it can be used to integrate applications both within an organization and between business partners.
Learn a conceptual framework (service-oriented architecture) to understand the various components of a Web services solution and how the component technologies fit together.
Follow a company, SkatesTown, as it builds its business, exploiting the Web services technologies in an incremental fashion.
Appreciate how XML fits in with SOAP.
Understand the components of the Axis Web services infrastructure and how Axis implements the SOAP specification.
Learn how to describe a Web service using WSDL and use WSDL to generate code.
Explore the techniques for advertising a Web service, including the UDDI approach.

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organise and find favourite items.
Your tags: Add your first tag
 

What Other Items Do Customers Buy After Viewing This Item?


Customer Reviews

5 star
0
2 star
0
1 star
0
Most Helpful Customer Reviews
8 of 8 people found the following review helpful
By sam VINE™ VOICE
Format:Paperback
This is a good overview of the design ideas of web services. Covering all of the ground you get to visit all parts of web-services and get an idea of how they might be used thanks to a nice running story about a company trying to implement a web services ordering system. However, the book concentrates on the design issues and if you are the type of developer who likes to see code and know what to type in order to get it going you might need another book as well.
Comment | 
Was this review helpful to you?
10 of 12 people found the following review helpful
Keys to Web Freedom 25 Jun 2002
By A Customer
Format:Paperback
Brilliant explanation of the 'web services' concept that is not directly loyal to any one particular development package. When choosing 'web services' the goal can become clouded by trying to fit to a particular technology rather than keeping to a set strategy. This book covers the core development tools (XML, ebXML) and the shared functionality (SOAP, UDDI) that is common to .Net, e-speak or Sun One. Not everybody wants to follow the Microsoft route.
Comment | 
Was this review helpful to you?
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com:  37 reviews
87 of 90 people found the following review helpful
Excellent coverage of Web Services Topics 22 Dec 2001
By Kyle G. Brown - Published on Amazon.com
Format:Paperback
I've been thoroughly impressed with this book. It throws a wide net over most of the current web services standards and technologies, and gives you at least an understanding of where they all fit, while still providing you with enough depth on the crucial ones (SOAP (with Axis), UDDI, etc.) so that you can get started with real projects.

I particularly liked the way in which the authors have created an all-in-one reference book on the most important web services technologies. For instance, I've never been able to read SOAP messages without having a reference on XML namespaces and XML schemas handy -- no more -- it's all here in this book.

The coverage of the new Apache Axis project is especially good; not only does it explain the advantages of the new architecture for handling SOAP headers, but it gives code examples for making use of these new features. This is to be expected, since many of the authors of this book are major contributors to the Axis project.

I also found the chapters on Web Services security and UDDI to be helpful and enlightening. While all of the chapters in the book don't live up to the promise of these excellent chapters, it's still overall an great introduction to this new set of technologies.

And by the way, the guy that gave the book 1 star because it has "no source code downloadable" should have first tried going to www.samspublishing.com and done a search on the author's names -- the page for the book CLEARLY has a section for "downloads" where you can get the source code.

31 of 32 people found the following review helpful
Poor for working schmucks, great for students 2 Dec 2004
By Carolyn Vo - Published on Amazon.com
Format:Paperback
This book can be summed up in one word: bloated. It is too heavy and based on theory rather than real-world examples and summarized concepts. I am a product developer in the working world, and I simply don't have time to churn through this huge book. The only chapter that was slightly relevant was the one on Apache Axis. If you want to learn the ins and outs of web services from a theoretical and architectural standpoint, this might be your book. Otherwise I would go with another book if you want working examples and concise writing.
24 of 25 people found the following review helpful
Truly excellent treatment of Web services 29 Jan 2002
By "ken64k" - Published on Amazon.com
Format:Paperback
This is by far the best book on Web services I have read! There are so many good things going for it. Let's start with the authoring team. I did some research on the Web: three members of the W3C Working Group on XML Protocol (next-generation SOAP), two co-authors of the UDDI specifications, two architects of the next-generation Apache Web services engine (Axis). These people know what they are talking about from both a theoretical and practical standpoint. The book addresses all levels of the Web services technology stack with amazing focus and depth. This book does not just regurgitate the specifications--it goes well beyond them to cover adjacent domains that are relevant. With the knowledge that I have gained from reading this book I feel I am in a much better position to analyze my web services needs, design a service architecture and implement the services necessary to bring it to life. Most importantly, I feel like I have learned how to evaluate the inevitable trade-offs I'll have to make doing real-world development. There are so many examples of this... Chapter 3 does an excellent job of comparing and contrasting RPC-oriented Web services with document (messaging) oriented Web services. This is the kind of out-of-the-ordinary material that imparts truly valuable knowledge on the reader, stuff you will not find while reading the bare specs or one of the quickly hacked together books on Web services. Chapter 5 talks a lot about security, an otherwise missing topic in the Web services space, and about enterprise-quality Web services. I learned some things about configuring application server security that I had missed after two years of J2EE development. In short, this book is a must-read for both beginning and experienced Web services developers and anyone interested in better understanding the space. If you're a pro, you will learn a lot from the realistic examples and the authors' real-world experience. If you're a beginner, do not despair. Chapter 1 makes the drive towards Web services easy to understand by exposing the technology and market forces behind the rapid change the industry is going through. Chapter 2 is the best, simplest, most focused introduction to data-oriented uses of XML I have ever seen. After these two, you'll be all set for tackling the rest of the book. As for me, I'll go study the example code now...
Search Customer Reviews
Only search this product's reviews

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!

Create a Listmania! list

Look for similar items by category


Look for similar items by subject


Feedback