1 / 259
文档名称:

Developing Web Services with Apache CXF and Axis2, 3rd edition (TipTec Development, 2010, 9993793882).pdf

格式:pdf   页数:259
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

Developing Web Services with Apache CXF and Axis2, 3rd edition (TipTec Development, 2010, 9993793882).pdf

上传人:kuo08091 2014/3/19 文件大小:0 KB

下载得到文件列表

Developing Web Services with Apache CXF and Axis2, 3rd edition (TipTec Development, 2010, 9993793882).pdf

文档介绍

文档介绍:Developing Web
Services with
Apache CXF and
Axis2
By
Kent Ka Iok Tong
Copyright © 2005-2010
TipTec Development
Publisher: TipTec Development
Author's email: freemant2000@
Book website:
Notice: All rights reserved. No part of this publication may be
reproduced, stored in a retrieval system or transmitted, in any
form or by any means, electronic, mechanical, photocopying,
recording, or otherwise, without the prior written permission
of the publisher.
Developing Web Services with Apache CXF and Axis2 3
ISBN: 978-99937-929-1-8
Edition: Third edition Jan 2010
Developing Web Services with Apache CXF and Axis2 5
Foreword
Learn web services and Apache CXF and Axis2
easily
If you'd like to learn how to create web services (in particular, using Apache
CXF or Axis2) and make some sense of various standards like JAX-WS, JAX-
RS, JAXB, SOAP, WSDL, REST, MTOM, WS-Security, WS-Policy, XML
Encryption and XML Signature, then this book is for you. Why?
• It has a tutorial style that walks you through in a step-by-step manner.
• It is concise. There is no lengthy, abstract description.
• Many diagrams are used to show the flow of processing and high level
concepts so that you get a whole picture of what's happening.
• It contains working code.
• The first two chapters are freely available on . You
can judge it yourself.
Content highlights in this book
This book covers the following topics monly found in other books on
Java web services:
• How to work with both Apache CXF and Axis2 using standard API
(JAX-WS, JAX-RS) as much as possible.
• How to use caching to create scalable RESTful web services.
• How to encrypt and sign SOAP messages using Rampart.
• How to send user authentication information using Rampart.
• How to send and receive binary files using MTOM.
• How to unit test web services.
Target audience and prerequisites
This book is suitable for those who would like to learn how to develop we