17 Apr, 2010
Groovy and Hibernate Validator for Dynamic Constraints
Posted by: TheKaptain In: Development
I was reading this article about hibernate validator today and it inspired me to apply a little Groovy to the problem of validating a bean. More specifically, finding out how hard it would be to apply different validation rules to the same classes at runtime. Turns out it’s really pretty simple. Hibernate validator, if you […]
Tags: Grails, Groovy, Hibernate, Java, JBoss Seam, kellyrob99.com, Languages, Programming, Source code, theKaptain, User interface, validator, web