Re: XWork maven-shade-plugin configuation

2011-02-15 Thread Lukasz Lenart
Hi, I also like the idea to extract the View from the Core to external plugins - jsp, velocity, freemarker. Then the Core can be merged with Xwork and play the role of an universal Controller. Right now, when you're using REST plugin, JSP is included in your project anyway. Kind regards -- Łuka

Re: getting the container (or Configuration/ConfigurationManager) in a non-container-instantiated object

2011-02-15 Thread Wes Wannemacher
Chris, That is exactly what I see. Does anyone have a problem with changing the declaration of the Dispatcher instance, and providing some visibility of the Dispatcher instance (such as shoving it into the ApplicationContext)? -Wes On Tue, Feb 15, 2011 at 8:48 AM, musomesa wrote: > Hi Wes, >  

Re: getting the container (or Configuration/ConfigurationManager) in a non-container-instantiated object

2011-02-15 Thread musomesa
Hi Wes, Here is what I see: StrutsPrepareFilter init method: creates InitOperations init calls init.initDispatcher initDispatcher calls createDispatcher which returns a new Dispatcher The new Dispatcher is given to PrepareOperations's constructor whic