Re: [flexcoders] Using Flex with no Java, but only WebServices?

2005-07-29 Thread Clint Modien
You can also tell flex not to route the webservice calls through the gateway. http://livedocs.macromedia.com/flex/15/flex_docs_en/0748.htm On 7/29/05, dlandi2000 <[EMAIL PROTECTED]> wrote: Hello,I have my own custom socket server implementation, through which I canalso expose web services.C

Re: [flexcoders] Using Flex with no Java, but only WebServices?

2005-07-29 Thread Scott Bachman
You can use Flex just with Web Services, but you'll still need a J2EE (Tomcat,JBoss,etc.) container on which to run the Flex app. Scott dlandi2000 wrote: Hello, I have my own custom socket server implementation, through which I can also expose web services. Can anyone tell me if Flex

Re: [flexcoders] Using Flex with no Java, but only WebServices?

2005-07-29 Thread JesterXL
Yeah, read up on HTTPService. - Original Message - From: "dlandi2000" <[EMAIL PROTECTED]> To: Sent: Friday, July 29, 2005 2:29 PM Subject: [flexcoders] Using Flex with no Java, but only WebServices? Hello, I have my own custom socket server implementation, through

[flexcoders] Using Flex with no Java, but only WebServices?

2005-07-29 Thread dlandi2000
Hello, I have my own custom socket server implementation, through which I can also expose web services. Can anyone tell me if Flex can work purely against web services and nothing else? For instance, I have no wish to use a java-based applicaton servers or coldfusion, etc. Thanks. -dennis