|
From: Paul S. <tk...@tk...> - 2005-09-12 08:06:03
|
I'll definitely investigate Valang in depth. Thanks. Just the existence of some documentation puts it ahead of the commons validator integration support in Spring modules. :) Valang looks pretty powerful, although it's still missing some basic functionality like email, credit card validation. Perhaps that sort of stuff probably belongs more in the ValidatorUtils since Valang seems to be a general purpose tool. Regular expressions were alluded to (customizing date parser), but I didn't see them specifically listed. At some point I hope a validation framework gets integrated into Spring MVC. Thanks again. I'll go into lurker mode now. :) Paul Sundling On Mon, 2005-09-12 at 14:32 +1000, Oliver Hutchison wrote: > > > Hi Paul, > > > > > > Have you looked at Valang already? > > > > > > > > http://opensource2.atlassian.com/confluence/spring/display/MODULES/Usi > > > ng+Valang+validator > > > > > > It's a declarative validation language that has some powerful > > > constructs and its feature set is growing. It's build on top of > > > Spring's validation package. It currently isn't released > > yet but the > > > code is stable and a lot of people use it in production. > > > > I can second this recommendation. For one, Valang is much > > easier to read than the commons-validator XML file. > > I'm also using Valang in production and love it. The only reason I can > see why you'd want to use commons-validator is for the automatic > JavaScript validation support but within the week I hope to make the > code for my Valang to JavaScript translator available which will allow > you to have your server side Valang rules automatically translated into > client side JavaScript. > > Ollie > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer |