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.
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.
Well, i got it working with the proxy using
<aop:scoped-proxy/>
But is this the best way to do it?
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