[flexcoders] Re: Confused by BlazeDS

2008-02-14 Thread netdeep
Ok, maybe that explanation was too complicated. I have managed to emulate a simple chat application with BlazeDS on a channel. But I need to have a java object running instead on a channel to receive and push out data. So I thought I'd try to emulate the Feed.java class and adapt it to do

[flexcoders] Re: Confused by BlazeDS

2008-02-14 Thread netdeep
Ok, I finally got it working with the configuration. So now I know how to register the channel and get the jsp to launch my version of Feed.java. But how does Feed.java receive a message from an mx:Producer in flex? I know I have to use the send method on the flex side, but how to I get