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:

Java Pocket Guide by Robert Liguori, Patricia Liguori

Java Pocket Guide

By
Robert Liguori, Patricia Liguori
Publisher:
O'Reilly Media
Released:
March 2008
Pages:
192
Book cover of Java Pocket Guide

How many times have you reached an impasse while writing code because you couldn't remember how something in Java worked? This new pocket guide is designed to keep you moving. Concise, convenient and easy to use, the Java Pocket Guide gives you Java stripped down to its bare essentials -- in fact, it's the only book on Java that you can actually fit in your pocket.

Written by Robert and Patricia Liguori, senior software and lead information engineers for Java-based air traffic management and simulation environments, Java Pocket Guide contains everything you really need to know about Java, particularly everything you need to remember. The book pays special attention to the new areas in Java 5 and 6, such as generics and annotations.

Why do you need the Java Pocket Guide?

  • It's the only CliffsNotes-style guide to Java available
  • Lets you find important things quickly without consulting 1000-page tutorials
  • Includes many command-line options
  • Organized for quick and easy use on the job
If you're looking to learn some aspect of Java, this is not your book. Java Pocket Guide is for the experienced Java programmers among you who need quick reminders to jog your memory on how something in the language works. Simply put, this pocket guide offers practical help for practicing developers.

Table of Contents

Language

Chapter 1 Naming Conventions

  1. Class Names
  2. Interface Names
  3. Method Names
  4. Instance and Static Variable Names
  5. Parameter and Local Variables Names
  6. Generic Type Parameter Names
Find out more Java books at below links: