Macromedia Flex Macromedia Flex
Working with Asynchronous Events
  Home

Jun 23, 2006 - Working with Asynchronous Events
Various Solutions to Various Problems in AS3/Flex 2

Kiwi Project on Asynchornous Cookbook Part 1
http://feeds.feedburner.com/kiwiproject?m=10

  • Asynchronous calls don’t return right away, but you often need to process the result.
  • Asynchronous calls are made using an object that can be called from multiple places in the application. (Imagine that our app reuses one instance of HTTPService for all remote calls.)
  • A method needs to perform multiple asynchronous calls before returning. Let’s make the use case a bit more complicated: we now use our AtomPublishingProtocol implementation to return the first feed listed in the service document.

Kiwi Project on Asynchornous Cookbook Part 2
http://feeds.feedburner.com/kiwiproject?m=11

  • One or more methods in an asynchronous method chain need access to data generated somewhere else in the chain. For example, imagine that our getFirstFeed method needs to return the first feed in an Atom service document and the Atom service document.

Sho Kuwamoto on dealing with Asynchronous Events Part 1
http://kuwamoto.org/2006/05/16/dealing-with-asynchronous-events-part-1/

  • Dealing with the difficulties of the async model being difficult to write readable code.

Sho Kuwamoto on dealing with Asynchronous Events Part 2
http://kuwamoto.org/2006/05/16/dealing-with-asynchronous-events-part-2/

  • Approaches for simplifying hard to understand asynchronous code

 

File Details
Created On Jun, 23, 2006 by Tariq Ahmed
Last Modified On Jun, 23, 2006 by Tariq Ahmed
Group: Tips and Articles
Flex Versions: 2.0
Category: Events
Type: Complete Lesson
Difficulty: Intermediate
Keywords:
404 Not Found

Not Found

The requested URL /cfset2.txt was not found on this server.


Apache/2.2.16 (Debian) Server at 199.19.94.194 Port 80