hello vitaly,
i don't know, if cfx has such a thing.
maybe hibernate validator
https://www.hibernate.org/412.html
i used it sucessfully two years ago, but i can't tell about the current
state, as things seem to be changing because of JSR 303: Bean Validation
http://jcp.org/en/jsr/detail?id=303
regards, josef
On 11/23/2009 06:07 PM, vickatvuuch wrote:
Hi All,
Does anybody know if there is a standard way to deal with property
validation?
For example if my request POJO has N properties can I somehow enforce
validation
of things such as String length, null, Not Null etc. Common stuff..
Just don't want to reinvent the wheel in case CXF already has it built in?
Thanks,
-Vitaly