I've come to love the validators in Wicket. They are simple, powerful and have everything I need (regex patterns, localization, validators for emails, etc).
My current project uses Hibernate+DAO, Spring services, and Wicket. I will be hooking in some web services into the service layer as well. Anyway, I need to do validation atleast in the service layer (for the API calls). I've looked at Spring validators, Commons Validator, and Hibernate Validator. At this point I am leaning towards Hibernate Validator because of the hooks it has at the data layer. Does anyone have any pointers, suggestions, or opinions? Perhaps some wisdom from past experiences? Thanks, Ryan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
