Re: EJB annotation support - was: [QUESTION]

2009-02-28 Thread Rene Gielen
See inline comments David Blevins schrieb: On Feb 27, 2009, at 12:11 AM, Rene Gielen wrote: While ususally DI containers build up a complete configuration of known beans at application startup, the pluggable DI container support for Struts2 works different. It is based on the assumption that

Re: Accessing properties set in struts.xml and/or struts.properties

2009-02-28 Thread Jeromy Evans
Hi Andreas, The perfect place to filter the URLs is before they reach the Container at all. The next-best place is within a custom ActionMapper as Jelmer suggested as that's what it's designed for. I don't think you'll gain much performance filtering before the ActionMapper and it will con