Re: Custom Bean validation

2017-01-03 Thread Jens
> But beware, Bean Validation support is deprecated! > http://www.gwtproject.org/release-notes.html#Release_Notes_2_8_0_RC1 > https://github.com/ManfredTremmel/gwt-bean-validators as a successor -- J. -- You received this message because you are subscribed to the Google Groups "GWT Users" g

Re: Custom Bean validation

2017-01-03 Thread Thomas Broyer
On Tuesday, January 3, 2017 at 10:37:50 AM UTC+1, 129pierre wrote: > > Hi, > > I am looking at validation in > http://www.gwtproject.org/doc/latest/DevGuideValidation.html but I didnot > see anything for custom validation. > Because there's nothing specific to GWT about it. > Let's say my

Custom Bean validation

2017-01-03 Thread 129pierre
Hi, I am looking at validation in http://www.gwtproject.org/doc/latest/DevGuideValidation.html but I didnot see anything for custom validation. Let's say my Person class has 2 fields : private Date birthDate; private Date graduationDate; How to add a validation inforcing that graduationDate i