phpeveryday.com

The best tutorial of php, php framework, php strategies, object oriented oriented,


PHP WDDX: Introduction

Tag: wddx, distributed data   Category: PHP Application
post: 29 Apr 2008 read: 407


Web Distributed Data Exchange Step By Step tutorial - Part 1: We have talked about data exchange use web service. You can read web services at list of package post at right side this page. There are other alternative to distribute data, Web Distributed Data Exchange (WDDX). WDDX is an XML technology that allows data and data structures to be exchanged between application.

WDDX defines an XML structure that is used to pass data. But not like web service, WDDX does not define the mechanisme the data is passed between. So, that's why WDDX is not web services. But we can use to build web service like.

WDDX serialize variables (name, data type,and value) into an XML document from one application and sent to another. Next, the receiving application can unserialize the XML document, then recreate these variables in their native data types and values. WDDX support not only simple number and string type, but also array, structures, and recordsets.

WDDX was started by Allaire in 1998. It provide distributed computing support to its ColdFusion platform. WDDX was started by Allaire in 1998. It provide distributed computing support to its ColdFusion platform. But, now, it is used on a number of platforms and programming language, especially PHP.



Series this article:
PHP WDDX: Introduction
PHP WDDX: Understanding Anatomy of WDDX
PHP WDDX: Understanding Data Elements
PHP WDDX: Understanding Simple Data Type
PHP WDDX: Using Array Elements
PHP WDDX: Struct Element
PHP WDDX: Recordset Element
PHP WDDX: Simple Serialization Using PHP function
PHP WDDX: Complex Serialization
PHP WDDX: Unserializing Data
PHP WDDX: Creating Web Service Server
PHP WDDX: Creating Web Service Client

| Give Your Opinion | Recommend
Share and Bookmark to: These icons link to social bookmarking sites where readers can share and discover new web pages.
digg del.icio.us technorati Ma.gnolia BlinkList

Recommended articles by other readers:
Web Services: How PHP Kiss VB.NET? (Part 1)
Chart: How to Build Cool Animation Real Time Chart
Joomla: Fast Road to Understand Component Programming
Email: Send Attachement Mail
CAPTCHA - part 3 : "Are you human or ....?" (Build Your CAPTCHA)

What do You Think?
Your Name *:
Email *:
(Will not be published)
Website/URL:
Your Comment *:
* Required


615
posting