Notes from TheServerSide Java Symposium March 2009
What’s the point of a bean validation framework? I’ve been wondering that for a while now. Emmanuel points out that it’s mostly to keep from repeating yourself in code.
Validation itself is obvious … keep crap out of the database, apply constraints to data fields, give […]