Skip to content

Instantly share code, notes, and snippets.

View andrewsleeman24's full-sized avatar

Andrew Sleeman andrewsleeman24

View GitHub Profile
@jca02266
jca02266 / App.gwt.xml
Last active May 15, 2018 09:06
GWT validator sample
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.7.0//EN"
"http://gwtproject.org/doctype/2.7.0/gwt-module.dtd">
<module rename-to="App">
<inherits name="com.google.gwt.user.User"/>
<inherits name="org.hibernate.validator.HibernateValidator" />
<replace-with class="sample.webapp.client.ValidatorFactory">
<when-type-is class="javax.validation.ValidatorFactory" />
</replace-with>