Am Donnerstag, 4. August 2016, 14:19:31 schrieb Colin Alworth: > What maven repo has the SNAPSHOT in it?
It's in Sonatype Nexus Snapshots: https://oss.sonatype.org/content/repositories/snapshots/de/knightsoft-net/gwt-bean-validators/0.19.0-SNAPSHOT/ should be available in central without adding something special in the pom.xml. > Is https://github.com/ManfredTremmel/gwt-bean-validators the source > for this? Yes. Including bean validation routine from gwt project: https://github.com/ManfredTremmel/gwt-bean-validators/commit/c0bf4e57ea9200e41c23f1351636d92243c2c609 https://github.com/ManfredTremmel/gwt-bean-validators/commit/8d10e62ff666a499490a40b50bf8909ed01dafcb Migration of the api (yes, It was a real big commit): https://github.com/ManfredTremmel/gwt-bean-validators/commit/4600230efb15f176f91b15d06d0ffa39bfda1feb > Great work, looking forward to putting this to use, and > porting it to annotation processors for long-term GWT support! If interested, I can backport it to the GWT project for 2.8.1 or so. This was the Idea why I've started this thread a month ago. As I understood Thomas Broyer, there was no interest to update validation in gwt, as it should be removed in future versions > I'm working with Frank Hossfeld on porting Editors to APT as well, > perhaps we can work together to provide the extra functionality you > require to be exposed from drivers. I'm glad with Editor functionality. I've created my own driver (BeanValidationEditorDriver) to automate validation, as you can read on the wiki page (Topic "Client side validation") on https://github.com/ManfredTremmel/gwt-bean-validators-example/wiki/Client-Implementation and test on https://www.knightsoft-net.de/validationexample/ If you are interested in adding some of the functionality, I'm glad to help you -- Machs gut | http://www.iivs.de/schwinde/buerger/tremmel/ | https://github.com/ManfredTremmel Manfred | http://www.knightsoft-net.de -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/4339603.dh9jQgXjca%40thinkpad. For more options, visit https://groups.google.com/d/optout.
