I think in Struts1 and Spring MVC, you have the Controller (call it ActionBean or Controller) and the Model (call it FormBean or Model) are separated. On the contrary, in Struts2 and Stripes both of them have merged.
Given that Business Service or Data Access Services are usually injected in Controller, there could be a performance loss if controllers are injected (and potentially aspectized) on each request. I imagine it's the reason why Spring MVC is done like this. Gérald 2009/11/29 Rusty Wright <[email protected]>: > Thinking out loud; did I make any mistakes about how Stripes works? > > http://lumpynose.wordpress.com/2009/11/29/action-based-frameworks-vs-spring-mvc-under-the-hood/ > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Stripes-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/stripes-users > ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
