Friday, September 3, 2010

Java Web Services: Up and Running by Martin Kalin

Java Web Services: Up and Running

A quick, practical, and thorough introduction

By
Martin Kalin
Publisher:
O'Reilly Media
Released:
February 2009
Pages:
320
Book cover of Java Web Services: Up and Running

This example-driven book offers a thorough introduction to Java's APIs for XML Web Services (JAX-WS) and RESTful Web Services (JAX-RS).

Java Web Services: Up and Running takes a clear, pragmatic approach to these technologies by providing a mix of architectural overview, complete working code examples, and short yet precise instructions for compiling, deploying, and executing an application. You'll learn how to write web services from scratch and integrate existing services into your Java applications. With Java Web Services: Up and Running, you will:

  • Understand the distinction between SOAP-based and REST-style services
  • Write, deploy, and consume SOAP-based services in core Java
  • Understand the Web Service Definition Language (WSDL) service contract
  • Recognize the structure of a SOAP message
  • Learn how to deliver Java-based RESTful web services and consume commercial RESTful services
  • Know security requirements for SOAP- and REST-based web services
  • Learn how to implement JAX-WS in various application servers

Ideal for students as well as experienced programmers, Java Web Services: Up and Running is the concise guide you need to start working with these technologies right away.

Table of Contents

Chapter 1 Java Web Services Quickstart

  1. What Are Web Services?

  2. A First Example

  3. A Perl and a Ruby Requester of the Web Service

  4. The Hidden SOAP

  5. A Java Requester of the Web Service

  6. Wire-Level Tracking of HTTP and SOAP Messages

  7. What's Clear So Far?

Find out more Java Web Services books at below links: