|
From: Oliver H. <Ol...@ou...> - 2005-09-12 04:32:39
|
=20 > > Hi Paul, > >=20 > > Have you looked at Valang already? > >=20 > >=20 > http://opensource2.atlassian.com/confluence/spring/display/MODULES/Usi > > ng+Valang+validator > >=20 > > It's a declarative validation language that has some powerful=20 > > constructs and its feature set is growing. It's build on top of=20 > > Spring's validation package. It currently isn't released=20 > yet but the=20 > > code is stable and a lot of people use it in production. >=20 > I can second this recommendation. For one, Valang is much=20 > 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 |