Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
6 user(s) are online (4 user(s) are browsing encyclopedia)

Members: 0
Guests: 6

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

WDDX

WDDX (Web Distributed Data eXchange) is a mechanism to pass data between different computers. It supports simple data types such as number, string, boolean, etc., and complex aggregates of these in forms such as structures and arrays. There are WDDX interfaces for a wide variety of languages. The data is encoded into XML using an XML 1.0 DTD, producing a platform-independent but relatively bulky representation. The XML-encoded data can then be sent to another computer using HTTP, FTP, or other transmission mechanism. The receiving computer must have WDDX-aware software to translate the encoded data into the receiver s native data representation. The WDDX protocol was developed in connection with the ColdFusion server environment. Python programming language, PHP, Java programming language, C plus plus, Microsoft .NET and various platforms support it very well.

Example: (from [http://www.php.net/wddx php.net/wddx])

3.1415926 Austin Novato Seattle

=External links=

*[http://www.openwddx.org/ OpenWDDX website]