I once came across a validation framework for java, where you wrote one method that protected the integrity of the data-type and any CRUD operations on that data-type automatically called this method.
Does anyone know what this framework is?
|
1
|
I once came across a validation framework for java, where you wrote one method that protected the integrity of the data-type and any CRUD operations on that data-type automatically called this method. Does anyone know what this framework is?
|
||
|
|
|
Don't know. Apache Commons has a validation framework. |
||
|
|
|
|
Spring has a very nice validation and binding API. |
||
|
|
|
|
Thanks Guys. Sorry I have been very vague. I simply want to avoid repetitive validation on every CRUD method attached to a data-type. |
||||||||||
|