[flexcoders] Re: Would Flex 2.0 RemoteObject work with Flex 1.5 AMFGateway?

2006-06-30 Thread Renaun Erickson
You have two things here.

Are you just implementing AMF with Java or ColdFusion?
Are you using the Flex1.5 proxy?

Flex1.5 it self doesn't do AMF per say, but it provide a proxy method
so you could whitelist your RemoteObjects in the flex-config.xml.

I do know if you are not using the proxy and want to connection to
AMF0 type AMF gateways you need to use the NetConnection directly.

AMF0 in Flex2
http://renaun.com/flex2/  (Custom RemoteObjectAMF0)
http://www.code4net.com/archives/000119.html

Renaun



--- In flexcoders@yahoogroups.com, Dmitry Miller [EMAIL PROTECTED] wrote:

 Hello,
 
 I have full commercial licence for Flex 1.5. Now we are migrating to
 Flex 2.0 and I 've been wondering if my new implementation would work
 with existing AMFGateway for Flex 1.5? 
 
 Thanks








 Yahoo! Groups Sponsor ~-- 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM
~- 

--
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/

* 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/
 




[flexcoders] Re: Would Flex 2.0 RemoteObject work with Flex 1.5 AMFGateway?

2006-06-30 Thread Dmitry Miller
I am using Java. I was whitelisting my services before, so, I guess I
was using a proxy. So, my question is the following - if I put
flashgateway.jar into WEB-INF/lib directory of my Flex 2.0 web app,
would I be able to use RemoteObjects with that?

Thanks, 

--- Dmitry


--- In flexcoders@yahoogroups.com, Renaun Erickson [EMAIL PROTECTED] wrote:

 You have two things here.
 
 Are you just implementing AMF with Java or ColdFusion?
 Are you using the Flex1.5 proxy?
 
 Flex1.5 it self doesn't do AMF per say, but it provide a proxy method
 so you could whitelist your RemoteObjects in the flex-config.xml.
 
 I do know if you are not using the proxy and want to connection to
 AMF0 type AMF gateways you need to use the NetConnection directly.
 
 AMF0 in Flex2
 http://renaun.com/flex2/  (Custom RemoteObjectAMF0)
 http://www.code4net.com/archives/000119.html
 
 Renaun
 
 
 
 --- In flexcoders@yahoogroups.com, Dmitry Miller goblin77@ wrote:
 
  Hello,
  
  I have full commercial licence for Flex 1.5. Now we are migrating to
  Flex 2.0 and I 've been wondering if my new implementation would work
  with existing AMFGateway for Flex 1.5? 
  
  Thanks
 








 Yahoo! Groups Sponsor ~-- 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~- 

--
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/

* 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/
 





[flexcoders] Re: Would Flex 2.0 RemoteObject work with Flex 1.5 AMFGateway?

2006-06-30 Thread Renaun Erickson
No, you'll want to use the new method of defining channels and
destinations through flex-enterprise.xml.

Sorry can't much more than that.

Renaun

--- In flexcoders@yahoogroups.com, Dmitry Miller [EMAIL PROTECTED] wrote:

 I am using Java. I was whitelisting my services before, so, I guess I
 was using a proxy. So, my question is the following - if I put
 flashgateway.jar into WEB-INF/lib directory of my Flex 2.0 web app,
 would I be able to use RemoteObjects with that?
 
 Thanks, 
 
 --- Dmitry
 
 
 --- In flexcoders@yahoogroups.com, Renaun Erickson renaun@ wrote:
 
  You have two things here.
  
  Are you just implementing AMF with Java or ColdFusion?
  Are you using the Flex1.5 proxy?
  
  Flex1.5 it self doesn't do AMF per say, but it provide a proxy method
  so you could whitelist your RemoteObjects in the flex-config.xml.
  
  I do know if you are not using the proxy and want to connection to
  AMF0 type AMF gateways you need to use the NetConnection directly.
  
  AMF0 in Flex2
  http://renaun.com/flex2/  (Custom RemoteObjectAMF0)
  http://www.code4net.com/archives/000119.html
  
  Renaun
  
  
  
  --- In flexcoders@yahoogroups.com, Dmitry Miller goblin77@ wrote:
  
   Hello,
   
   I have full commercial licence for Flex 1.5. Now we are migrating to
   Flex 2.0 and I 've been wondering if my new implementation would
work
   with existing AMFGateway for Flex 1.5? 
   
   Thanks
  
 








 Yahoo! Groups Sponsor ~-- 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~- 

--
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/

* 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: Would Flex 2.0 RemoteObject work with Flex 1.5 AMFGateway?

2006-06-30 Thread Peter Farland












Dimitry, I wrote up an article to help
explain Flex 1.5 in terms of Flex 2.0 during the beta time from this
article should still be online at:



http://labs.adobe.com/wiki/index.php/Flex_Enterprise_Services:resources:articles:rpc_services



As for the final version of this document
for the Flex 2 release, I didnt see it yet on the dev center for flex so
perhaps its not yet staged over there. There should only be minor
differences as to do with the default names for services-config.xml etc (which
were different duing the betas).



Pete













From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dmitry Miller
Sent: Friday, June 30, 2006 2:35
PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Would
Flex 2.0 RemoteObject work with Flex 1.5 AMFGateway?











I am using Java. I was whitelisting my services
before, so, I guess I
was using a proxy. So, my question is the following - if I put
flashgateway.jar into WEB-INF/lib directory of my Flex 2.0 web app,
would I be able to use RemoteObjects with that?

Thanks, 

--- Dmitry

--- In [EMAIL PROTECTED]ups.com,
Renaun Erickson [EMAIL PROTECTED] wrote:

 You have two things here.
 
 Are you just implementing AMF with Java or ColdFusion?
 Are you using the Flex1.5 proxy?
 
 Flex1.5 it self doesn't do AMF per say, but it provide a proxy method
 so you could whitelist your RemoteObjects in the flex-config.xml.
 
 I do know if you are not using the proxy and want to connection to
 AMF0 type AMF gateways you need to use the NetConnection directly.
 
 AMF0 in Flex2
 http://renaun.com/flex2/
(Custom RemoteObjectAMF0)
 http://www.code4net.com/archives/000119.html
 
 Renaun
 
 
 
 --- In [EMAIL PROTECTED]ups.com,
Dmitry Miller goblin77@ wrote:
 
  Hello,
  
  I have full commercial licence for Flex 1.5. Now we are migrating to
  Flex 2.0 and I 've been wondering if my new implementation would work
  with existing AMFGateway for Flex 1.5? 
  
  Thanks
 







__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___