The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> Other
> Development Articles
|
Data Exchange with XML, WDDX and PHP
Discuss Data Exchange with XML, WDDX and PHP in the Development Articles forum on Dev Shed. Data Exchange with XML, WDDX and PHP Development Articles forum discussing articles and tutorials located at http://www.devshed.com. See what our authors have created for your viewing pleasure.
|
|
 |
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

September 14th, 2001, 02:56 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Excellent
Interesting article, I hope you will go on on this subject with some articles about soap/rpc with real world examples, including system integration!
|

September 14th, 2001, 07:10 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Eye Opener, but...
...it would be nice to see working examples in perl, jsp and python. Has anyone seen examples in jsp or python?
Thanks Roberto
|

September 14th, 2001, 04:32 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
wddx compression?
What if you are using large amounts of data? Does wddx and or any scripting languages provide compression integration ie: gzip.
Very informative article as usual.
Thanks
|

September 17th, 2001, 02:45 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Re: wddx compression?
You could either use the internal compression function, gzcompress or, which I preferr, use the Apache mod_gzip module. It compresses all your servers output.
|

September 17th, 2001, 03:40 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
wddx comment
No technical comment. I'm a junior. Simply cheering.
PHP is one step further heading for perfection. I'm waiting for big companies to open their eyes on this.
Oh, by the way, your article is enjoyable to read and very instructive, as usual. Thanks for bringing us this regular quality material.
|

September 17th, 2001, 11:15 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Are people using it?
Looks interesting. The tasks that are achieved are not massively complicated but I can see there would some benefit if WDDX was adopted as a general standard.
However, from my quick spin through the web site it did not look like this was the case. Are there other projects/methodologies that achieve similar goals that are more widely accepted?
Dave P.
|

September 18th, 2001, 02:12 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Re: wddx compression?
If your version of PHP is > 4.04, use this line to dynamically cache and compress output:
ob_start(ob_gzhandler);
reference:
http://www.php.net/manual/en/function.ob-gzhandler.php
|

September 18th, 2001, 11:57 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
ASP, JSP, PHP...
I got the impression that wddx was used to pass variables from one scripting environment to another. I would like to know how to use it with php to asp, or php to jsp...
Cheers Sam
|

September 19th, 2001, 01:55 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Re: ASP, JSP, PHP...
You'd better look for xml-rpc, basically is the same but much more supported.
The idea is that a php client can send an xml request to a jsp server and receive an answer in xml, gaining full cross platform/application interoperability.
You can look also for webmethods or biztalk ...
|

September 19th, 2001, 06:44 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Re: ASP, JSP, PHP...
Thanks I will look for xml-rpc
Cheers Sam
|

September 20th, 2001, 12:26 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Re: ASP, JSP, PHP...
Another eye opener in system integration is a soap - corba bridge i found on sourceforge, extremely interesting!
|

October 9th, 2001, 03:16 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Wow, how useful!
WDDX, how useful! Moving a variable between two applications is as easy as converting it to a format only 20 times the size of the original variable! Isn't that efficient?
Seriously I don't understand how XML is catching on so fast. A good standard for data was definitely needed by why is it so unbelievably bloated and inefficient? XML was made for machines to read anyway so why is it made so ridiculously readable to humans while essentially quadrupling the size of the data you have? I don't see why it is such a good idea to waste that much space. "Hard drive space is cheap" they say, yeah but you can't say the processing time to parse those godawful XML files is cheap. Nor is the bandwidth required to send them. Why couldn't XML have been a nice format where it had the names of each field at the top of the file and then everything else neatly compressed without all the redundancy?
|

May 27th, 2003, 01:38 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Data Exchange with XML, WDDX and PHP
Data Exchange with XML, WDDX and PHP
September 13, 2001 - You may never have heard of it before - but if your job involves exchanging data between different servers and applications, you're going to be hearing a lot about it very soon. Find out how WDDX makes it possible to create and transmit platform-neutral data structures across the Web, and how it can be combined with PHP to create a whole new generation of Web applications (including new content syndication and financial update services). Read the full article .
Please discuss this article in this thread. You can read the article here .
|

May 28th, 2003, 09:19 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
If you would like to see an article covering a particular topic, please post your request here.
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|