Re: [flexcoders] RemoteObject question

2008-02-07 Thread Tom Chiverton
On Thursday 07 Feb 2008, [p e r c e p t i c o n] wrote: Is it possible to use RemoteObject without using flex data services? Yes. can some one point me to some tutorials or other resources? ColdFusion and AMFPHP, amongest others. -- Tom Chiverton Helping to vitalistically innovate dot-com

RE: [flexcoders] RemoteObject question

2008-02-07 Thread Dimitrios Gianninas
Yes it is, you can use BlazeDS, but you have to use Flex 3 http://labs.adobe.com/technologies/blazeds/ Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [p e r c e

Re: [flexcoders] RemoteObject question

2008-02-07 Thread Jeffry Houser
Yes Google ColdFusion and/or WebORB. It seems likely that BlazeDS may have support for RemoteObject, but I haven't researched it. [p e r c e p t i c o n] wrote: Dear Friends, Is it possible to use RemoteObject without using flex data services? can some one point me to some

Re: [flexcoders] RemoteObject question

2008-02-07 Thread [p e r c e p t i c o n]
perhaps i should be more specific...i have a j2EE server and i want to use the RemoteObject to call methods on pojos...how do i achieve this...are there any articles that speak to this...i read some that mentioned flex data services but i don't think i need this do i? in flash i've used open amf,

RE: [flexcoders] RemoteObject question

2008-02-07 Thread Dimitrios Gianninas
r c e p t i c o n] Sent: Thursday, February 07, 2008 12:16 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] RemoteObject question perhaps i should be more specific...i have a j2EE server and i want to use the RemoteObject to call methods on pojos...how do i achieve