[flexcoders] Re: An internal build error has occurred. Right-click for more information.

2009-09-05 Thread mike_slinn
I have been using Galileo with the FB plugin and Subclipse and frequently get the same error. I tried uninstalling Subclipse and using Subversive instead, but no change. Must be something about how the FB plugin interacts with Galileo. I wish Adobe would release a version of FB based on Galileo!

[flexcoders] Re: Race conditions when event handlers triggered from different targets

2009-08-29 Thread mike_slinn
> Yes, the Player has multiple threads. But the ActionScript Virtual Machine > executes in only one of them. According to the Flash Player engineers that I have spoken to, some ActionScript method calls are handed off to other threads, for example URLLoader.load(). It would be helpful to read a

[flexcoders] Re: Race conditions when event handlers triggered from different targets

2009-08-28 Thread mike_slinn
> Because actionscript is single-threaded, your scenario cannot happen. Alex, That statement is often repeated, but I believe that it is incorrect. The main thread is responsible for rendering and AMF deserialization. URLLoader runs in its own thread. Pixel Bender runs in its own thread (http:

[flexcoders] Re: MessageBroker problem when creating dynamic destinations

2009-08-26 Thread mike_slinn
Aurelio, I cover this in detail in my book "Flex Data Services, Hibernate and Eclipse" (http://www.slinnbooks.com/books/serverSide), with complete working code examples. Mike > I've been trying to create dynamic "on-the-fly" destinations

[flexcoders] Flex Data Services, Hibernate and Eclipse

2009-08-20 Thread mike_slinn
...oops, the URL is http://www.slinnbooks.com

[flexcoders] "Flex Data Services, Hibernate and Eclipse" available for early access

2009-08-20 Thread mike_slinn
This book explains how to design, build and test the Flex Data Services and the server-side Java stack of an application built with the Adobe Flash Platform. Java EE technology such as Tomcat and Hibernate are covered in detail, including reverse engineering ORM POJOs from a database schema, and