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 "EJB"s. It uses a proprietary transport protocol, called amf, that is the fastest data transport currently available to Flex. So that's your starting point. See the docs, google and search the archive here using the terms RemoteObject and amf, and whatever java enpoints you want to use. Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Cross Sent: Thursday, September 18, 2008 5:16 PM To: [email protected] Subject: [flexcoders] Java or C# from Flex Hi All, I need pointing in the right direction. I have done some searching about Flex and Java and have not got the answers I am looking for yet. I have a conversion library that I can deploy as C# or Java for converting HL7 result data and inserting that data to a database and I want to be able to run that from flex. Is this possible? Where would be a good place to learn more about how to do this? Thanks Peter Cross

