Quickstart Apache Axis2: A practical guide to creating quality web services (Paperback)
暫譯: 快速入門 Apache Axis2:創建高品質網路服務的實用指南 (平裝本)
Deepal Jayasinghe
- 出版商: Packt Publishing
- 出版日期: 2008-05-26
- 售價: $1,500
- 貴賓價: 9.5 折 $1,425
- 語言: 英文
- 頁數: 180
- 裝訂: Paperback
- ISBN: 1847192866
- ISBN-13: 9781847192868
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
計算機組織與設計 (Computer Organization and Design: The Hardware/Software Interface, 3/e)$680$646 -
深入淺出設計模式 (Head First Design Patterns)$880$695 -
深入淺出 Java 程式設計, 2/e (Head First Java, 2/e)$880$695 -
XML 理論與實務─Java 的 XML 應用程式開發$630$599 -
碼上就會:Rails敏捷開發網站 (Agile Web Development with Rails, 2/e)$600$474 -
Data and Computer Communications, 8/e (IE-Paperback)$1,120$1,098 -
JavaScript 大全 (JavaScript: The Definitive Guide, 5/e)$1,200$948 -
資訊架構學網站應用 (Information Architecture for the World Wide Web, 3/e)$720$569 -
Peopleware:腦力密集產業的人才管理之道 (Peopleware: Productive Projects and Teams, 2/e)$380$300 -
深入淺出 C# (Head First C#)$980$774 -
攝影師之眼-超完美曝光 (Perfect Exposure: The Professional Guide to Capturing Perfect Digital Photographs)$450$383 -
重構─改善既有程式的設計, 2/e (Refactoring: Improving The Design of Existing Code)$800$632 -
Operating System Concepts, 8/e (IE-Paperback)$1,200$1,176 -
30 天打造 OS!作業系統自作入門$780$616 -
ActionScript 多人互動遊戲與虛擬世界製作 (ActionScript for Multiplayer Games and Virtual Worlds)$520$442 -
iPhone SDK 3 App 程式設計$520$442 -
行動裝置嵌入式系統與軟體 (S3C6410 Google Android 開發應用實務)$690$621 -
Hibernate 3.x-具現物件導向思維的好幫手$500$395 -
Flash 3D 特效宅急便-商業範例隨學隨用$450$383 -
AutoCAD 2010 特訓教材-基礎篇$630$498 -
Adobe AIR 完整入門與開發實錄-使用 Flex / Flash / Ajax 開發 AIR 應用$520$442 -
程式設計師的自我修養-連結、載入、程式庫$580$493 -
Flash ActionScript 3.0 動畫與遊戲的實踐$580$458 -
SEO 魔法書$360$306 -
iPhone 程式設計範例經典-讓您設計出專業級的 iPhone 應用程式 (iPhone for Programmers: An App-Driven Approach)$480$379
商品描述
In Detail
Axis2 is an enterprise-ready web service engine that is very user friendly and provides web service interactions with a dynamic and flexible execution framework.
Apache Axis2 is a core engine for web services with two implementations: Apache Axis2/Java and Apache Axis2/C. It is a complete redesign and rewrite of the widely used Apache Axis SOAP stack that builds on the lessons learned from the Apache Axis implementation of the SOAP submission to W3C. Apache Axis2 not only supports SOAP 1.1 and SOAP 1.2, but also has integrated support for the widely popular REST-style of web services. The same business logic implementation can offer both a WS-* style interface and a REST/POX style interface simultaneously.
Apache Axis2 is more efficient, more modular, more scalable, and more XML-oriented than the older version. It is carefully designed to support the easy addition of plug-in modules that extend its functionality for features such as security and reliability. Apache Axis2 is built on Apache AXIOM, a new high performance, pull-based XML object model.
This book will take you through the basics of web services and Axis2 to the details of Axis2's architecture.
What you will learn from this book?
- Standards and components of your web services
- Installing Axis2 core components
- Understand AXIOM (the Axis2 Object Model), use it to handle SOAP, and learn AXIOM best practices
- Understanding pipes and interceptors for handling incoming and outgoing messages
- Creating a flexible framework using runtime module engagement
- Deploying Axis2 and types of deployments along with examples
- Creating a complex service like a session-aware service and writing handlers
- The module concept and writing a sample module
- Need for quality services and the techniques available in Axis2 to extend the functionality
- Working with the client API with example use case
- Session management in a web service framework
Approach
This is a step by step practical guide for developing web services using Apache Axis2. There are lot of real-life examples, which makes this book a good learning material.
Who this book is written for?
This book is for Java developers who are interested in building web services using Apache Axis2. The book presumes that you are familiar with web standards like SOAP, WSDL and XML parsing.
商品描述(中文翻譯)
在詳細說明中
Axis2 是一個企業級的網路服務引擎,使用者友好,並提供動態且靈活的執行框架來進行網路服務互動。
Apache Axis2 是網路服務的核心引擎,擁有兩種實作:Apache Axis2/Java 和 Apache Axis2/C。它是對廣泛使用的 Apache Axis SOAP 堆疊的完整重新設計和重寫,基於從 Apache Axis 實作 SOAP 提交至 W3C 所學到的經驗教訓。Apache Axis2 不僅支援 SOAP 1.1 和 SOAP 1.2,還整合了對廣受歡迎的 REST 風格網路服務的支援。相同的業務邏輯實作可以同時提供 WS-* 風格介面和 REST/POX 風格介面。
Apache Axis2 比舊版本更有效率、更模組化、更具擴展性,且更偏向 XML。它經過精心設計,以支援輕鬆添加擴充模組,擴展其功能以實現安全性和可靠性等特性。Apache Axis2 建立在 Apache AXIOM 之上,這是一個新的高效能、基於拉取的 XML 物件模型。
本書將帶您從網路服務和 Axis2 的基礎知識深入到 Axis2 的架構細節。
您將從本書中學到什麼?
- 網路服務的標準和組件
- 安裝 Axis2 核心組件
- 理解 AXIOM(Axis2 物件模型),使用它來處理 SOAP,並學習 AXIOM 的最佳實踐
- 理解管道和攔截器以處理進出訊息
- 使用運行時模組參與創建靈活的框架
- 部署 Axis2 及其部署類型,並附上範例
- 創建複雜的服務,如會話感知服務並編寫處理器
- 模組概念及編寫範例模組
- 對高品質服務的需求及 Axis2 中可用的擴展功能技術
- 使用範例案例與客戶端 API 進行互動
- 在網路服務框架中的會話管理
方法
這是一本逐步實用的指南,旨在使用 Apache Axis2 開發網路服務。本書包含許多現實生活中的範例,使其成為良好的學習材料。
本書的讀者對象
本書適合對使用 Apache Axis2 建立網路服務感興趣的 Java 開發人員。本書假設您熟悉 SOAP、WSDL 和 XML 解析等網路標準。
