Thx, Matt, for the hint in the right direction! It works fine with WebApplicationContextUtils ;)
Arthur 2009/12/22 Matt Raible <[email protected]>: > Yes, you should be able to. There might be an easier way, but the way > I'm most familiar with is to use WebApplicationContextUtils: > > http://static.springsource.org/spring/docs/2.5.0/api/org/springframework/web/context/support/WebApplicationContextUtils.html > > Matt > > On Mon, Dec 21, 2009 at 3:57 PM, Arthur Erdös <[email protected]> wrote: >> Hi all, >> >> is there a way to access a manager implementation in a filter? >> >> In my case I'd like to load new user messages for every request (kind of >> an inbox). I thought it would be nice to have that in a filter... Is >> that possible and is it acceptable from the architecture point of >> view? :/ >> >> Every suggestion is highly appreciated ;) >> >> Best regards, >> Arthur >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
