Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Integration with Adobe Flex

Hybrid View

  1. #1
    Join Date
    Nov 2006
    Location
    Minneapolis,MN
    Posts
    1

    Default 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.

  2. #2
    Join Date
    Feb 2007
    Posts
    3

    Default

    I used this website:
    http://coenraets.org/flex-spring.

  3. #3
    Join Date
    Feb 2005
    Posts
    4

    Question 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?

  4. #4
    Join Date
    Feb 2007
    Posts
    3

    Default

    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.

  5. #5
    Join Date
    Dec 2006
    Posts
    11

    Default

    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.

  6. #6

    Default

    Hi,
    can u post an example project?

    Thanks
    Matt
    Matt 'M

  7. #7
    Join Date
    Aug 2007
    Location
    Groningen
    Posts
    27

    Default

    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.

  8. #8
    Join Date
    Feb 2007
    Posts
    9

    Default

    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

  9. #9
    Join Date
    Aug 2005
    Location
    Milton Keynes, UK
    Posts
    39

    Default 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

  10. #10
    Join Date
    Mar 2007
    Posts
    2

    Default

    I think, better approach would be using BlazeDS or Hessian.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •