[flexcoders] Proof of Concept - (help with Flex Setup)

2005-03-31 Thread Libby Chantel

I am writing a Flex proof of concept app that accesses
existing Java programs on the back end. When we did
our Flash app, the developers wrote the flash code on
their local machines and when testing made their calls
to the remote java server without deploying any flash
code.

I am having trouble getting this scenario setup with
Flex. Does anyone know how to set this up so that it
is possible (mxml files on local pc, remainder of Flex
on remote Java Server)?

Thanks,
Libby




__ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 


 
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] Proof of Concept - (help with Flex Setup)

2005-03-31 Thread Ben Elmore

This is possible and mirrors one of the environments I had to use in the
past.

In the mx:RemoteObject tag there is an attribute called 'endpoint' where
you can point your mxml remote object calls to. Find the server name where
flex is running and do 'servername:port\amfgateway' for java or the servlet
mapping to flash remoting.

If you are going to use the Flex server to call you java classes make sure
the classes are available to the Flex server and that you have the whitelist
configured correctly.

-Original Message-
From: Libby Chantel [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 31, 2005 2:10 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Proof of Concept - (help with Flex Setup)



I am writing a Flex proof of concept app that accesses
existing Java programs on the back end. When we did
our Flash app, the developers wrote the flash code on
their local machines and when testing made their calls
to the remote java server without deploying any flash
code.

I am having trouble getting this scenario setup with
Flex. Does anyone know how to set this up so that it
is possible (mxml files on local pc, remainder of Flex
on remote Java Server)?

Thanks,
Libby




__ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 


 
Yahoo! Groups Links



 







 
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/