Re: [Stripes-users] is this correct?

2009-11-30 Thread azizi yazit
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 wrote: > > I think in Struts1 and Spring MVC, you have the Controller (call it > ActionB

Re: [Stripes-users] is this correct?

2009-11-30 Thread Gérald Quintana
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 Contr

Re: [Stripes-users] is this correct?

2009-11-30 Thread azizi yazit
I am got experience using Stripes, Struts and Spring, and I prefer Stripes over those framework because Stripes is easy and required only web.xml instead of Spring (a lots of xml) and same goes with Struts. However, using Stripersist that have integration with Spring (AOP and DI framework) is prett

Re: [Stripes-users] is this correct?

2009-11-29 Thread Rusty Wright
Great; thanks for taking the time to read it. Mike McNally wrote: > That looks OK to me (though the thing about separate methods for GET > and POST is not really true for my application anywhere). > > The coolness of Stripes parameter-property mapping is (for me) easier > to appreciate on the in

Re: [Stripes-users] is this correct?

2009-11-29 Thread Mike McNally
That looks OK to me (though the thing about separate methods for GET and POST is not really true for my application anywhere). The coolness of Stripes parameter-property mapping is (for me) easier to appreciate on the input side, especially when there's something akin to Stripersist to handle impl

[Stripes-users] is this correct?

2009-11-29 Thread Rusty Wright
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 Crysta