Messaging from HTML to Flex 2
Thursday, March 30th, 2006Inspired by a question that came across the internal mailing lists yesterday, I started kicking around the idea of having a Java servlet send a message available to a Flex application. With the new messaging subsystem of Flex 2, this type of communication (what I like to refer to as external push) is pretty straightforward. In the following post I will take a closer look at a simple JSP to Servlet to JMS to Flex 2 example.
(more…)