-
Nov 26th, 2006, 03:40 PM
#1
Integration with Adobe Flex
Hello,
Does anyone have expirience with Flex integration?
What libraries do you use? Any gotchas?
Thanks.
Last edited by Simon Rommers; Oct 2nd, 2007 at 06:58 PM.
-
Apr 10th, 2007, 08:45 AM
#2
-
Apr 17th, 2007, 02:44 AM
#3
Do you need to install the Flex Data Services?
The article suggest to install it and it's not free. For what it seems to bring I would rather go to something like DWR.
Am I right?
-
Apr 17th, 2007, 02:50 AM
#4
Flex Data Services 2 Express edition is free for one CPU. You only have to pay for a license for Flex Builder, which you don't need.
-
Apr 28th, 2007, 10:16 PM
#5
I have recently started working with flex and the spring integration was the first question that came to my mind. What I plan on doing is integrating my flex apps with spring via web services.
I just finished a POC tonight, exposing my Spring middle tier via Xfire webservices in my web tier, secured with acegi. Now that the webservices are properly secured, it should be pretty straight-forward to hook up the flex client.
The only gotcha I ran into with the webservices was not being able to advise my web service implementation class with JSR-181 annotations or the http invoker proxy that it uses to make rpcs to the middle tier. HttpInvokerProxyFactoryBean is a final class, so it can't be advised and Xfire will pick up the annotations from the proxy and try to map it to the url a second time which causes an exception. Consequently, I had to create another class that I could advise for security purposes that I otherwise would not need.
Last edited by the_fryar; Apr 28th, 2007 at 10:23 PM.
-
Aug 1st, 2007, 01:49 PM
#6
Hi,
can u post an example project?
Thanks
Matt
Matt 'M
-
Aug 10th, 2007, 04:05 PM
#7
Here's a link to a sample Flex application that works with the 'airline' sample in Spring-WS.
-
Aug 28th, 2007, 01:51 AM
#8
Hi,
I have written a post on Flex and Spring integration. I also have provided an example (zip) which included all the code you need.
You can find the example at my blog.
-
Sep 6th, 2007, 08:55 AM
#9
Hi, the webservices one alternative, but when you have a site that make several queries to the database, this alternative is too expensive. My question is żexist other alternative to access to the business tier with remote object? or other capabilitie of flex.
Thanx a lot
-
Jul 24th, 2008, 04:10 PM
#10
There's also this article.
It's not Spring related. But it's enough to get you started
http://www.adobe.com/devnet/flex/articles/flexjava.html
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules