PDA

View Full Version : How to define scope for exposed beans



aalbericio
Feb 20th, 2009, 10:24 AM
Hello all,

I used to set the scope of my service in a destination tag inside remoting-config.xml.

When using springBlazeDS, how can I do that? I mean, how can I set my service to be scope="application", scope="session" or scope="request" ?

Thanks

Alberto

jeremyg484
Feb 25th, 2009, 09:04 AM
See here:
http://static.springframework.org/spring/docs/2.5.x/reference/beans.html#beans-factory-scopes

and here:
http://forum.springframework.org/showthread.php?t=67208