Changes between Version 6 and Version 7 of ColdFusionJavaScript

Show
Ignore:
Timestamp:
05/24/09 08:39:23 (16 months ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ColdFusionJavaScript

    v6 v7  
    22Welcome to the {{{cf_javascript}}} wiki! {{{cf_javascript}}} gives !ColdFusion/!JavaScript developers the means to add exciting new "push" features to web applications with the skills they already have, by leveraging the !LiveCycle or Blaze DS service installed alongside !ColdFusion 8, and the Flash 9+ player installed on the browser. 
    33 
    4 Using {{{cf_javascript}}} without a body embeds an invisible Flex application on your page.  This application opens a connection to the !LiveCycle server running alongside !ColdFusion 8.  Later when you call {{{cf_javascript}}} with a body, the JavaScript code in the body is sent in a message to the invisible Flex application (it is possible to target individual or sets of recipients too) which in turn uses the {{{ExternalInterface}}} API to create and call a JavaScript function containing your code in the browser. 
     4Using {{{cf_javascript}}} without a body embeds an invisible Flex application on your page.  This application opens a connection to the !LiveCycle server running alongside !ColdFusion 8.  Later when you call {{{cf_javascript}}} with a body, the !JavaScript code in the body is sent in a message to the invisible Flex application (it is possible to target individual or sets of recipients too) which in turn uses the {{{ExternalInterface}}} API to create and call a !JavaScript function containing your code in the browser. 
    55 
    66= Documentation =