Grails

Validating emails, urls and date using Java API

Recently I was looking for a programmatic way for validating data against well known validation e.g. email and date. I have to use them inside custom validator and sometimes in controller/action. Creating Command objects for validating was not suitable in my case(overkilling solution). Writing/looking for regular expression was another...

by Bhagwat Kumar
Tag: GenericValidator
14-Nov-2011