Java Web Services

Java Web Services book cover

Java Web Services

Author(s): David A Chappell (Author), Tyler Jewell (Author)

  • Publisher: O′Reilly
  • Publication Date: 4 April 2002
  • Edition: Illustrated
  • Language: English
  • Print length: 276 pages
  • ISBN-10: 0596002696
  • ISBN-13: 9780596002695

Book Description

For many Java developers, web services appeared to come out of nowhere. Its advantages are clear: web services are platform-independent (like Java itself), language-agnostic (a clear advantage over Java RMI), can easily be tunneled through firewalls (an obvious benefit to anyone who has dealt with modern enterprise networks), object-oriented (we all know about that), and tends to be loosely coupled (allowing more flexible application development). But these advantages have been obscured by a cloud of hype and a proliferation of jargon that are difficult to penetrate. What are SOAP, UDDI, WSDL, and JAXM? To say nothing of JAXR, tModels, category bags, WSFL, and other friends? And assuming that you understand what they are, how do you do anything with them? Do they live up to their promises? Are they really the future of network computing, or a dead end? Java Web Services gives the experienced Java developer a way into the Web Services world. It helps you to understand what’s going on, what the technologies mean and how they relate, and shows Java developers how to put them to use to solve real problems. You’ll learn what’s real and what isn’t; what the technologies are really supposed to do, and how they do it. Java Web Services shows you how to use SOAP to perform remote method calls and message passing; how to use WSDL to describe the interface to a web service or understand the interface of someone else’s service; and how to use UDDI to advertise (publish) and look up services in each local or global registry. Java Web Services also discusses security issues, interoperability issues, integration with other Java enterprise technologies like EJB; the work being done on the JAXM and JAX-RPC packages, and integration with Microsoft’s .NET services. The web services picture is still taking shape; there are many platforms and APIs to consider, and many conflicting claims from different marketing groups. And although web services are inherently language-independent, the fit between the fundamental principles on which Java and web services are based means that Java will almost certainly be the predominant language for web services development. If you’re a Java developer and want to climb on the web services bandwagon, or if you only want to “kick the tires” and find out what web services has to offer, you will find this book indispensable.

Editorial Reviews

Amazon Review

At the end of the day, Web Services aren’t hard to conceptualise. Implementation is another story, however. Java Web Services does a very good job of dispersing the confusing terminology (and obfuscating hype) and showing you exactly how to do Web Services work in Java. This doesn’t sound like a revolutionary concept, but unfortunately it is. David Chappell and Tyler Jewell have comfortably fit into less than 250 pages what others have not done as well in twice as much space.

Take Universal Description, Discovery and Integration (UDDI) work as an example. UDDI exists to help software locate other software that does what it wants. How do you do that? Chappell and Jewell present two concise program listings–a client and a server–that show how to do an UDDI lookup. They then refine their code by using a third-party API that makes the work easier. Similarly pragmatic attention goes to Simple Object Access Protocol (SOAP), in which they show how to create a message, populate it with XML, make an attachment if necessary and send it on its way. You’ll not find a lot of frills or conceptual explanations (though there are enough “why” sections to ensure that you’re not just typing recipes blindly)–the emphasis is on writing Java code that interacts with Web Services protocols and standards. –David Wall

Topics covered: how to write Web Services software in Java, with respect to Universal Description, Discovery and Integration (UDDI), Simple Object Access Protocol (SOAP), and Web Services Description Language (WSDL). There’s also coverage of inter-process communication under JAX-RPC and ways to implement security. All the low-level stuff is here. Look elsewhere for architecture and design information.

Review

Select Guide Rating

View on Amazon

电子书代发PDF格式价格30我要求助
未经允许不得转载:Wow! eBook » Java Web Services