I'll preface this with the following caveat: Based on my current knowledge of BlazeDS....
I'm 100% sure that you can't implement BlazeDS in a pure HTML/JS Air application. The info can be seen all throughout the BlazeDS documentation, but here's a snippet... "BlazeDS lets you use RemoteObject components to access remote Java objects without configuring them as SOAP-compliant web services; using Flex SDK without BlazeDS or ColdFusion does not provide this functionality. When you use BlazeDS, instead of contacting services directly, RPC components contact destinations. Destinations are manageable service endpoints that you manage through a server-side XML-based configuration file." The two key statements are 1. "BlazeDS lets you use RemoteObject components" - There is no Javascript object for RemoteObject. 2. "When you use BlazeDS...RPC components contact destinations" - Without the ability to define a destination, BlazeDS is lost. Source: http://livedocs.adobe.com/blazeds/1/blazeds_devguide/data_features_1.html Hope that helps, Andy, and I reserve the right to retract this statement if someone brilliant has figured out how to do it. - Steve -----Original Message----- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Friday, March 21, 2008 2:11 PM To: CF-Talk Subject: BlazeDS with HTML + JS based AIR apps I'm watching a presentation made by Tom Jordahl on UGTV: https://admin.acrobat.com/_a204547676/p90783934/ I'd like to get a 100% sure answer if it's possible to use Blaze with an HTML + Javascript based AIR application. Does anyone have a definitive answer, and can provide a URL for info, or can anyone put me in touch with Tom? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301765 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

