Thanks Tracey, I will check that out and see what I can find.
Peter On Thu, Sep 18, 2008 at 3:40 PM, Tracy Spratt <[EMAIL PROTECTED]> wrote: > One more thing. If you are more comfortable in .net/c#, look into > WebOrb. But it's third party, and if you are comfortable in Java, then like > I said before.. > > Tracy > > > ------------------------------ > > *From:* [email protected] [mailto:[EMAIL PROTECTED] *On > Behalf Of *Tracy Spratt > *Sent:* Thursday, September 18, 2008 6:36 PM > *To:* [email protected] > *Subject:* RE: [flexcoders] Java or C# from Flex > > > > 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 > > >

