how to push data from BlazeDS without recieve message from Flex client?

Posted by Teerasej on Stack Overflow See other posts from Stack Overflow or by Teerasej
Published on 2009-12-09T09:47:55Z Indexed on 2010/03/23 8:33 UTC
Read the original article Hit count: 391

Filed under:
|
|

Hi, everyone

I am using BlazeDS for data-push feature in my Flex application project. From the official tutorial, Getting started with BlazeDS, it shows messaging example with producer/consumer from API.

but how can I implement server side which doesn't need to be invoke from Flex client, but from within server-side instead. I got some idea but I don't know how to do because I'm a Flex developer, not Java developer, so I think you can help me.

  1. In Google, there's a tutorial show about I need to extend ServiceAdapter class in Java-side, which extends Invoke method. Do I need to extend other class instead of this to do what I want?

  2. How to configure the message-config.xml to get the result like I describe above?

© Stack Overflow or respective owner

Related posts about blazeds

Related posts about flex