Flex and CXF

2008-01-23 Thread Vespa, Anthony J
Just curious if anyone has experiences (good/bad/other) working with Flex and web services in CXF? Any input on pitfalls or approaches is appreciated. Thx, Tony

Re: Flex and CXF

2008-01-23 Thread Sergey Beryozkin
Message - From: Vespa, Anthony J [EMAIL PROTECTED] To: cxf-user@incubator.apache.org Sent: Wednesday, January 23, 2008 2:09 PM Subject: Flex and CXF Just curious if anyone has experiences (good/bad/other) working with Flex and web services in CXF? Any input on pitfalls or approaches

RE: Flex and CXF

2008-01-23 Thread Vespa, Anthony J
I have only done some basic Flex work in the past myself, which is why I am soliciting experiences. -Original Message- From: Sergey Beryozkin [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 23, 2008 10:04 AM To: cxf-user@incubator.apache.org Subject: Re: Flex and CXF My understanding

Re: Flex and CXF

2008-01-23 Thread Mustafa Egilmezbilek
We are developing a project that utilizes both CXF and Flex. In Flex, there are 3 ways to make a remote call: Http service, Web Service and remote object based on AMF protocol. It is very convenient to have a CXF service layer on top of JPA entity classes. Here I guess you have few options: You