RE: [flexcoders] Java or C# from Flex

2008-09-19 Thread zoltan
Hi, If you are using .NET you can try FluorineFx too Zoli www.fluorinefx.com _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Friday, September 19, 2008 1:41 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Java or C# from Flex

RE: [flexcoders] Java or C# from Flex

2008-09-19 Thread Dimitrios Gianninas
Yes it is possible, you can call Java from Flex using the RemoteObject class. Best place to start is to use BlazeDS as it has examples on how to call java from Flex...go here for details: http://opensource.adobe.com/wiki/display/blazeds/BlazeDS Dimitrios Gianninas RIA Developer Team Lead

RE: [flexcoders] Java or C# from Flex

2008-09-18 Thread Tracy Spratt
I am not a java guy, but here's my thinking til you hear from one of them. RemoteObject is one of the RPC protocols that Flex can use to talk to stuff on the server. I know it will talk to servlets, and believe it will talk to other stuff like beans and maybe even EJBs. It uses a proprietary

Re: [flexcoders] Java or C# from Flex

2008-09-18 Thread leashless
said before.. Tracy -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Tracy Spratt *Sent:* Thursday, September 18, 2008 6:36 PM *To:* flexcoders@yahoogroups.com *Subject:* RE: [flexcoders] Java or C# from Flex I am not a java guy