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 <a.erd...@googlemail.com> 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: users-unsubscr...@appfuse.dev.java.net > For additional commands, e-mail: users-h...@appfuse.dev.java.net > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net For additional commands, e-mail: users-h...@appfuse.dev.java.net