Re: [flexcoders] Re: Executing local java

2008-01-30 Thread Tom Chiverton
On Wednesday 30 Jan 2008, Jhonny Everson wrote: Thanks. I was looking for a simpler way but i guess it's the only one... Well, you can exchange data by dropping files in a monitored directory on the file system, for instance, but that's not as nice. -- Tom Chiverton Helping to ambassadorially

Re: [flexcoders] Re: Executing local java

2008-01-30 Thread Jhonny Everson
Thank you guys, Artemis looks like it is what I wanted. Using javax.xml.ws.Endpoint looks good too. -- Jhonny Everson

Re: [flexcoders] Re: Executing local java

2008-01-29 Thread Jhonny Everson
Thanks. I was looking for a simpler way but i guess it's the only one... On Jan 30, 2008 3:53 AM, andrii_olefirenko [EMAIL PROTECTED] wrote: you could write a local service to access your java code. that's how i did it: along with AIR app, the Jetty web server is installed with all needed