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
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,
>
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