Developing Web Services with Java APIs for XML

Robert Hablutzel

  • 出版商: Syngress Media
  • 出版日期: 2002-06-15
  • 售價: $1,890
  • 貴賓價: 9.5$1,796
  • 語言: 英文
  • 頁數: 768
  • 裝訂: Paperback
  • ISBN: 1928994857
  • ISBN-13: 9781928994855
  • 相關分類: Java 程式語言XML
  • 已絕版

買這商品的人也買了...

商品描述

JWSDP is Sun Microsystem's all-in-one development kit that utilizes XML to build cross-platform Web Services. Bundling the Java XML technologies together into JWSDP ensures developers a quick and easy development cycle for integration of XML into the Java platform. This is the first book to detail all the components of JWSDP and is intended for experienced Java programmers.

  • Master JWSDP
    Install and configure the Java Web Services Developer Pack (JWSDP).
  • Process XML Documents with SAX and DOM
    Create and configure a SAX Parser and a DOM Parser and use them to parse data.
  • Protect Your Code
    Use the JAX-P interfaces to protect your code from future library API changes.
  • Implement JSP Standard Tag Library (JSTL)
    Support expression languages that facilitate communication between business logic and JSPs.
  • Develop a Complete Simple Object Access Protocol (SOAP) Client
    Use a SOAP client for communicating between distributed systems.
  • Write a SOAP Server Servlet and Connect to a JAXM Provider
    Create a SOAP server that will respond to requests made by the client, look up a value from the sample XML file, and return a value or error.
  • Master the Java API for XML-based RPC (JAX-RPC)
    Use the JAX-RPC API for building Web Services.
  • Use JAXR
    Use JAXR to communicate with registries and locate Web Services.
  • Learn About JSSL
    Establish secure TCP/IP communication with Java Secure Sockets Layer (JSSL)
  • Register for Your 1 Year Upgrade
    The Syngress Solutions upgrade plan protects you from content obsolescence and provides monthly mailings, whitepapers, and more!

Contents

Foreword 

Chapter 1 Introduction to the JWSDP

Chapter 2 Processing XML Documents

Chapter 3 Processing XML Documents with DOM

Chapter 4 XML Transformations

Chapter 5 Using JSTL (JSP Standard Tag Library)

Chapter 6 Writing SOAP Clients

Chapter 7 Writing SOAP Servers

Chapter 8 Using XML-based RPC

Chapter 9 Locating Web Services

Chapter 10 Java Secure Sockets Layer

Chapter 11 Using JWSDP Tools