Re: [flexcoders] Re: Simple question about remoteObject?
> RemoteObject uses AMF, a > proprietary messaging protocol, to communicate with a Java back-end. Or ColdFusion, PHP, .NET.. or whichever Remoting solution you can get your hands on. - Original Message - From: "Tracy Spratt" <[EMAIL PROTECTED]> To: Sent: Tuesday, November 27, 2007 6:17 PM Subject: RE: [flexcoders] Re: Simple question about remoteObject? RemoteObject is one of the three "RPC" protocols that a Flex client app can use to communicate with a server. RemoteObject uses AMF, a proprietary messaging protocol, to communicate with a Java back-end. Your other RPC options are HTTPService(my personal favorite) which uses XML over HTTP, and WebService, which uses SOAP. All three require some server-side platform to receive the request and return the response. Tracy -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
RE: [flexcoders] Re: Simple question about remoteObject?
RemoteObject is one of the three "RPC" protocols that a Flex client app can use to communicate with a server. RemoteObject uses AMF, a proprietary messaging protocol, to communicate with a Java back-end. Your other RPC options are HTTPService(my personal favorite) which uses XML over HTTP, and WebService, which uses SOAP. All three require some server-side platform to receive the request and return the response. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Phill B Sent: Monday, November 26, 2007 12:50 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Simple question about remoteObject? I guess I'm way off with what I'm trying to do and need step back a little bit. Apparently I'm not even using the remoteObject correctly. On Nov 26, 2007 10:30 AM, Phill B wrote: > I have a remoteObject component in a RO dir. I want to call to it in > another component. How do I go about this? I've searched the web but > didn't find anything that helped. > > I tried using this: > http://www.adobe.com/2006/mxml <http://www.adobe.com/2006/mxml> "> > in the component that is needs access to the RO but still didn't work. > > Thanks >
[flexcoders] Re: Simple question about remoteObject?
I guess I'm way off with what I'm trying to do and need step back a little bit. Apparently I'm not even using the remoteObject correctly. On Nov 26, 2007 10:30 AM, Phill B wrote: > I have a remoteObject component in a RO dir. I want to call to it in > another component. How do I go about this? I've searched the web but > didn't find anything that helped. > > I tried using this: > http://www.adobe.com/2006/mxml";> > in the component that is needs access to the RO but still didn't work. > > Thanks >