Meta
Categories
Tags
Recent Comments
- Lucas Frisbie on About
- Migrating Drupal and WordPress sites using Docker | Ron Smith’s Blog – Radix Codex on Migrating Drupal and WordPress sites using Docker
- Patrick Oberdorf on Migrating Drupal and WordPress sites using Docker
- Norbert F. Rhodes on Easy Grails hosting
- ron on Making Eclipse run configurations portable
Tag Archives: validation
JSR 303 & Hibernate validation framework
I was recently looking for a validation framework, and came across the work that has been done lately for JSR 303 (latest version of the spec here). JSR 303 defines a standard meta-data model and API for validation of JavaBeans/POJOs. … Continue reading