Spring just required simple pojo and their controller known as
ModelViewController have a formBackingObject.
But in struts1 we need to provide class that extends ActionForm class.


On 12/1/09, Gérald Quintana <gerald.quint...@gmail.com> wrote:
>
> 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 <rwright.li...@gmail.com>:
> > 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
> > Stripes-users@lists.sourceforge.net
> > 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
> Stripes-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/stripes-users
>
------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to