Monday, July 1, 2013

How to write a custom Spring validator

Recently, I'm working on a project where Strut2 and Spring are integrated. And I have to write a validation, but the challenge is that I couldn't use the strut2 validation framework nor Spring validation bundle since the project obviousely doesn't use Spring MVC.
So I have to write a custom validator that implements the Validator provided by Spring.

No comments:

Post a Comment