The Kaptain on … stuff

Posts Tagged ‘Hibernate

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 […]

14 Apr, 2009

Groovy and Bash – can scripting get much easier?

Posted by: TheKaptain In: Development

The ability to execute pretty much any bash statement embedded in a Groovy script is great, don’t get me wrong, but with the advent of Grape – and provided that you’re an Ivy/Maven user – adding the abilities of just about any Java library to your scripting language is easy. So what does Groovy add […]