I've read in the 2.8rc1 release notes that JSR 303 Bean Validation in GWT is unmaintaned and marked as deprecated. For me, the client and server side validation is a killer feature and I've already solve the problems I had and also improved the client side bean validation in my gwt-bean-validators project on github. In three weeks I can invest some time in working into the gwt implementation of bean validation and try to port it to 1.1 api. If you are interested I would also include the improvements of my project into GWT.Let me know if you are interested in my help or have any question.
I thought, removal would not be done before gwt 3.0...
For your information, I've just commited a new gwt-bean-validators snapshot, it now:
What to do to let a project use it?
<dependency>
<groupId>de.knightsoft-net</groupId>
<artifactId>gwt-bean-validators</artifactId>
<version>0.19.0-SNAPSHOT</version>
</dependency><inherits name="org.hibernate.validator.HibernateValidator" /><inherits name="de.knightsoftnet.validators.GwtBeanValidators" />
--
You received this message because you are subscribed to the Google Groups "GWT Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit-co...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/ffe8a4b9-fb83-4f38-94d5-2fcb63b026e8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
What maven repo has the SNAPSHOT in it?