|
From: Roberto C. <rob...@in...> - 2004-11-28 08:50:45
|
Matt Raible wrote: > I think Spring has an awesome MVC framework. The things I find > missing at its core are client-side validation and a rich JSP tag > library. You can solve #1 with Commons Validator and #2 with JSP 2.0 > Tag files - neither of which are distributed with Spring. Right....jsp....Springs is View technology independent. It may not be specialized on one view tech but that's your choice > > I like all the ones I wrote about in the comparison and I will > continue to use them all. I think Spring is better than Struts, but > on par with WebWork. I just wish Spring had easier ways to do > <select>s and multi-select <select>s. Have you seen the Spring-Velocity macros? Selects are really not a problem. /roberto |