Results 1 to 3 of 3

Thread: Stateful Session scope with Blazeds integration

  1. #1
    Join Date
    Apr 2009
    Posts
    8

    Default Stateful Session scope with Blazeds integration

    Hi,
    I'm new to spring so sorry for asking a simple question.

    How can i get a stateful sesssion bean using blazeds & spring integration?
    ie. for shopping cart.

    Do i have to use a proxy or is there a better way.

    Thanks.

  2. #2
    Join Date
    Apr 2009
    Posts
    8

    Default

    Well, i got it working with the proxy using

    <aop:scoped-proxy/>

    But is this the best way to do it?

  3. #3
    Join Date
    Apr 2005
    Location
    San Francisco, CA
    Posts
    1,224

    Default

    Well, if you want to use a session-scoped Spring bean to manage the data, then yes that is the way to do it. But I think it is more common with Flex to manage that state in the client.
    Jeremy Grelle

    Staff Engineer, Web Products Team
    SpringSource

Posting Permissions

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