کتاب الکترونیکی

Quickstart Apache Axis2: راهنمای عملی برای ایجاد خدمات وب با کیفیت

Quickstart Apache Axis2: A practical guide to creating quality web services

دانلود کتاب Quickstart Apache Axis2: A practical guide to creating quality web services (به فارسی: Quickstart Apache Axis2: راهنمای عملی برای ایجاد خدمات وب با کیفیت) نوشته شده توسط «Deepal Jayasinghe»


اطلاعات کتاب Quickstart Apache Axis2: راهنمای عملی برای ایجاد خدمات وب با کیفیت

موضوع اصلی: شبکه: اینترنت

نوع: کتاب الکترونیکی

ناشر: Packt Publishing

نویسنده: Deepal Jayasinghe

زبان: English

فرمت کتاب: pdf (قابل تبدیل به سایر فرمت ها)

سال انتشار: 2008

تعداد صفحه: 180

حجم کتاب: 3 مگابایت

کد کتاب: 1847192866 , 9781847192868

توضیحات کتاب Quickstart Apache Axis2: راهنمای عملی برای ایجاد خدمات وب با کیفیت

در جزئیات

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 هستند. این کتاب فرض می کند که شما با استانداردهای وب مانند SOAP، WSDL و تجزیه XML آشنا هستید.


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.

دانلود کتاب «Quickstart Apache Axis2: راهنمای عملی برای ایجاد خدمات وب با کیفیت»

مبلغی که بابت خرید کتاب می‌پردازیم به مراتب پایین‌تر از هزینه‌هایی است که در آینده بابت نخواندن آن خواهیم پرداخت.