J2EE Web Services (häftad)
Fler böcker inom
Format
Häftad (Paperback)
Språk
Engelska
Antal sidor
840
Utgivningsdatum
2003-10-01
Upplaga
1
Förlag
ADDISON-WESLEY
Illustrationer
Illustrations
Dimensioner
240 x 180 x 55 mm
Vikt
1210 g
Antal komponenter
1
ISBN
9780321146182

J2EE Web Services

XML - SOAP - WSDL - UDDI - WS-1 - JAX-RPC - JAXR - SAAJ - JAXP.

Häftad,  Engelska, 2003-10-01

Slutsåld

J2EE Web Services is written in the tradition of great books people have come to expect from author Richard Monson-Haefel. More than a complete and concise Web services reference, this essential guide is the way for J2EE developers to quickly master Web services architecture and development.

Floyd Marinescu
Author, EJB Design Patterns
Director, TheServerSide.com Written in a straightforward and approachable style, Monson-Haefels latest book is a mustread for any Java developer who is serious about understanding and applying the J2EE APIs in support of Web services. By concentrating on the core technologies endorsed by the WS-I, it clearly explains why Web services will succeed in realizing the interoperability promise where previous attempts have failed.

James McCabe
Software IT Architect IBM This is the bestand most completedescription of J2EE Web services that Ive seen. If youre a Java developer, you need this book.

David Chappell
Chappell & Associates For Java Web service developers, this book is going to be there on their desk next to their PC for easy reference. The book has it all, clear guides as to what WSDL, SAAJ, UDDI are, and how they are used in a variety of examples. Monson-Haefel has created another classic with this volume.

Dr. Bruce Scharlau
Department of Computing Science
University of Aberdeen, Scotland Richard Monson-Haefel provides the most comprehensive analysis of J2EE Web services that Ive seen so far to date. This book covers the core Web services technologies (XML, SOAP, WSDL, and UDDI), as well as the Java APIs for Web services (JAX-RPC, SAAJ, JAXR, JAXP, and Web Services for J2EE, version 1.1). Richard also goes into detail on issues such as fault handling, type mapping, and JAX-RPC handlers. Developers will find this book to be a very valuable reference.

Anne Thomas Manes
Research Director, Burton Group
Author, Web Services: A Managers Guide J2EE Web Services is an excellent reference and ...
Visa hela texten

Kundrecensioner

Har du läst boken? Sätt ditt betyg »

Fler böcker av Richard Monson-Haefel

Övrig information

Richard Monson-Haefel currently serves on the J2EE 1.4 and EJB 2.1 expert groups for the Java Community Process. He is a founder of the Apache J2EE Application Server Project (Geronimo) and a lead developer of its J2EE Web Services implementation. He assisted Sun in the development of the SCDJWS Exam. Mr. Monson-Haefel is the author of four best-selling editions of Enterprise JavaBeans, which won the 2001 JavaPRO Reader's Choice award for Best Advanced Java Book, the 1999 Java Developer Journal's Editor's Choice award for Best Java Book, and Amazon's Best of 2001 and Best of 2002 awards. He is also the coauthor of Java Message Service, which won the 2002 Java Developer Journal's Reader's Choice award for Best Java Book.

Innehållsförteckning



Preface.

Are Web Services Important?

What Do I Need to Know to Read This Book?

What Does This Book Cover?

How Is This Book Organized?

What Doesn't This Book Cover?



Acknowledgments.


1. An Overview of J2EE 1.4 Web Services.

The J2EE Platform.

The Technologies of Web Services.

The J2EE Web Service APIs.

Wrapping Up.

I. XML.

2. XML Basics.

XML Primer.

XML Namespaces.

Wrapping Up.

3. The W3C XML schema language.

XML Schema Basics.

Advanced XML Schema.

Wrapping Up.

II. SOAP AND WSDL.

4. SOAP.

The Basic Structure of SOAP.

SOAP Namespaces.

SOAP Headers.

The SOAP Body.

SOAP Messaging Modes.

SOAP Faults.

SOAP over HTTP.

Wrapping Up.

5. WSDL.

The Basic Structure of WSDL.

WSDL Declarations: The definitions, types, and import Elements.

The WSDL Abstract Interface: The message, portType, and operation Elements.

WSDL Messaging Exchange Patterns.

WSDL Implementation: The binding Element.

WSDL Implementation: The service and port Elements.

WS-I Conformance Claims.

Wrapping Up.

III. UDDI.

6. The UDDI Data Structures.

The businessEntity Structure.

The businessService and bindingTemplate Structures.

The tModel Structure.

The publisherAssertion Structure.

UUID Keys.

WS-I Conformance Claims.

Wrapping Up.

7. The UDDI Inquiry API.

General Information about UDDI SOAP Messaging.

The Inquiry Operations.

Wrapping Up.

8. The UDDI Publishing API.

Operation Definitions and Payloads.

Fault Messages.

Wrapping Up.

IV. JAX-RPC.

9. JAX-RPC Overview.

The Server-Side Programming Models.

The Client-Side Programming Models.

Other JAX-RPC Topics Covered.

SAAJ

Wrapping Up.

10. JAX-RPC Service Endpoints.

A Simple JSE Example.

The JSE Runtime Environment.

Multi-threading and JSEs.

Wrapping Up.

11. JAX-RPC EJB Endpoints.

An Enterprise JavaBeans Primer.

Enterprise JavaBeans Web Services.

Wrapping Up.

12. JAX-RPC Client APIs.

Generated Stubs.

Dynamic Proxies.

DII.

Wrapping Up.

13. SAAJ.

A Simple SAAJ Example.

Creating a SOAP Message.

Working with SOAP Doc...