Thanks for the link; we have sort of decided to let hibernate do it, I thought of web services layer validation as to avoid unnecessary data layer hits, but it may be not such a big deal.
Josef Dabernig-4 wrote: > > 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 >> > > -- View this message in context: http://old.nabble.com/CXF-bean-property-validation-tp26482127p26490248.html Sent from the cxf-user mailing list archive at Nabble.com.
