I searching in web for find a validation framework at java. I found several choice such as:
- iScreen
- Apache Common Validator
- Spring Validation Framework (I don't known more about it)
All those framework have several benefits and options, also those cover my requirements.
My question is :
Is there any API
for validation framework?
(I needed this requirement in 'Script Language Invocation' and solve by 'Apache BSF (Bean Scripting Framework)', it is an abstraction layer for invoking script in java)
I don't know about validation framework in java, if my question is wrong sorry.