[jQuery] web services/api - jscript invocation
Hi.
Thanks for the reply. Nope, don't have Cold Fusion (CF). I'm doing this on
apache/php. I'm aware of the cross-domain limitations, and I'm trying to
figure out how to resolve this. Using a proxy server on the 3rd party web
server is not acceptable. If I create a widget that I wnat to allow other
sites to use/install, I can't simply tell them to create a proxy server on
their site!!!
Has to be a way to do this given the proliferation of widgets that
communicate back to their origin servers...
thanks
-bruce
-----Original Message-----
From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com]On
Behalf Of Daemach
Sent: Thursday, March 15, 2007 7:53 AM
To: discuss@jquery.com
Subject: Re: [jQuery] web services/api - jscript invocation
Do you have access to ColdFusion as a backend? If so, there is already a
jquery/javascript framework called ajaxCFC that handles the heavy lifting
for you. You can pass data and complex objects back and forth with ease.
You also mentioned a "separate web app" - keep in mind that you can only
make ajax calls to a web service on the same domain your web app came from,
though that web service can act as a proxy to pull information from other
servers...
Bruce-34