Hi!

Thanks, It works fine. My objects are typed.



--- In flexcoders@yahoogroups.com, Seth Hodgson <[EMAIL PROTECTED]> wrote:
>
> Yes, you can build and push AsyncMessages that contain typed objects
as the message bodies.
> 
> If you're just pushing messages from client to client through the
server (i.e. no JMS or some other custom adapter into a backend
messaging system), you can just tag your ActionScript class with
[RemoteClass] (no alias="..." attribute), and it'll show up at the
receiving client as an instance of the desired type. In this case you
don't even need a corresponding server-side Java class.
> 
> Best,
> Seth
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
On Behalf Of Rodrigo Pereira Fraga
> Sent: Monday, December 08, 2008 5:05 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Flex Messaging - Typing Objects.
> 
> Hi!
> 
> I'm using the messaging services of BlazeDS.
> So, anybody here knows if I can type an object using [RemoteClass]?
> 
> My messages are sent from java to flex.
> 
> Thanks.
>


Reply via email to