Create bookmark
Java Web Services: Up and Running
Up and Running
Notes
Please login to add notes
- Table of Contents
- + Preface
-
+
Chapter 1. Java Web Services Quickstart
- + What Are Web Services?
- + A First Example
- A Perl and a Ruby Requester of the Web Service
- The Hidden SOAP
- A Java Requester of the Web Service
- Wire-Level Tracking of HTTP and SOAP Messages
- + What’s Clear So Far?
- Java’s SOAP API
- + An Example with Richer Data Types
- Multithreading the Endpoint Publisher
- What’s Next?
-
+
Chapter 2. All About WSDLs
-
+
Chapter 3. SOAP Handling
-
+
SOAP: Hidden or Not?
- SOAP 1.1 and SOAP 1.2
- SOAP Messaging Architecture
- Programming in the JWS Handler Framework
- The RabbitCounter Example
- Injecting a Header Block into a SOAP Header
- Configuring the Client-Side SOAP Handler
- Adding a Handler Programmatically on the Client Side
- Generating a Fault from a @WebMethod
- Adding a Logical Handler for Client Robustness
- Adding a Service-Side SOAP Handler
- Summary of the Handler Methods
- The RabbitCounter As a SOAP 1.2 Service
- + The MessageContext and Transport Headers
- + Web Services and Binary Data
- What’s Next?
-
+
SOAP: Hidden or Not?
-
+
Chapter 4. RESTful Web Services
- + What Is REST?
- From @WebService to @WebServiceProvider
- + A RESTful Version of the Teams Service
- + The Provider and Dispatch Twins
- + Implementing RESTful Web Services As HttpServlets
- + Java Clients Against Real-World RESTful Services
- WADLing with Java-Based RESTful Services
- JAX-RS: WADLing Through Jersey
- The Restlet Framework
- What’s Next?
-
+
Chapter 5. Web Services Security
- + Chapter 6. JAX-WS in Java Application Servers
- + Chapter 7. Beyond the Flame Wars
- Index
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.
Test the closed alpha on paperc.com
Book Details
Authors
Categories
Computers > Programming > General
Publishers
Publication year : 2009
License: All rights reserved ©
Times read: 2,598

