[flexcoders] Re: Remote Objects Java to Actionscript conversion

2007-01-08 Thread Raider226
Sweet. Works now. I had declared my i-vars as private and hadn't implemented my class as serializable, but when I changed it to model your example everything comes through fine. Thanks! Chris --- In flexcoders@yahoogroups.com, grand_master_flash_x [EMAIL PROTECTED] wrote: I did a blog entry

Re: [flexcoders] Re: Remote Objects Java to Actionscript conversion

2007-01-08 Thread Douglas Knudsen
Does the Java POJO really need tom implement Serializable? Works for me without it, examples don't have it either. DK On 1/6/07, grand_master_flash_x [EMAIL PROTECTED] wrote: I did a blog entry a while back about this: http://www.velloff.com/?p=23 Also, download and try

[flexcoders] Re: Remote Objects Java to Actionscript conversion

2007-01-08 Thread grand_master_flash_x
Interesting question... they may not at this point with FDS and AMF3. I assumed they would from my experience with older remoting versions but this may no longer be the case. I do know that anything you want to map to an ArrayCollection must implement java.utils.Collection... --- In

[flexcoders] Re: Remote Objects Java to Actionscript conversion

2007-01-06 Thread grand_master_flash_x
I did a blog entry a while back about this: http://www.velloff.com/?p=23 http://www.velloff.com/?p=23 Also, download and try ServiceCapture http://www.kevinlangdon.com/serviceCapture/ to really see what is going on. --- In flexcoders@yahoogroups.com, Clint Modien [EMAIL PROTECTED] wrote: