Development Articles
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsOtherDevelopment Articles

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old September 14th, 2001, 02:56 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
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!

Reply With Quote
  #2  
Old September 14th, 2001, 07:10 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
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

Reply With Quote
  #3  
Old September 14th, 2001, 04:32 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
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

Reply With Quote
  #4  
Old September 17th, 2001, 02:45 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
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.

Reply With Quote
  #5  
Old September 17th, 2001, 03:40 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
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.

Reply With Quote
  #6  
Old September 17th, 2001, 11:15 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
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.

Reply With Quote
  #7  
Old September 18th, 2001, 02:12 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
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

Reply With Quote
  #8  
Old September 18th, 2001, 11:57 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
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

Reply With Quote
  #9  
Old September 19th, 2001, 01:55 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
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 ...

Reply With Quote
  #10  
Old September 19th, 2001, 06:44 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: ASP, JSP, PHP...

Thanks I will look for xml-rpc

Cheers Sam

Reply With Quote
  #11  
Old September 20th, 2001, 12:26 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
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!

Reply With Quote
  #12  
Old October 9th, 2001, 03:16 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
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?

Reply With Quote
  #13  
Old May 27th, 2003, 01:38 PM
Ducani
Guest
Dev Shed Newbie (0 - 499 posts)
 
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 .

Reply With Quote
  #14  
Old May 28th, 2003, 09:19 AM
Ducani
Guest
Dev Shed Newbie (0 - 499 posts)
 
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.

Reply With Quote
Reply

Viewing: Dev Shed ForumsOtherDevelopment Articles > Data Exchange with XML, WDDX and PHP

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap