[jQuery] web services/api - jscript invocation

2007-03-15 Thread bruce
Hi. I'm looking for a sample code/site that really walks through the entire process of creating a sample website that exposes a test api/web service. I'm looking to create a test app that demonstrates a test web app, as well as an api for the app. I'd then like to be able to implement the api in

Re: [jQuery] web services/api - jscript invocation

2007-03-15 Thread Daemach
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

Re: [jQuery] web services/api - jscript invocation

2007-03-15 Thread bruce
] 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