I’ve just included a new library in my project and it’s dependent on some classes in javax.validation – which I can’t find an implementation of. Is there a free implementation available that can be licensed for commercial, closed-source use?
Share
Take a look at Hibernate Validator 4, it’s an implementation of JSR 303 and uses javax.validation too.
Some examples:-