Saturday, October 11, 2014

Re: Validation-api

For the time being GWT only supports Validation API 1.0 + Hibernate Validator 4.1.

As you seem to use Gradle I would recommend creating a multi module project so you have three distinct projects: frontend (your GWT UI), shared (used by frontend and backend), backend (your drop wizard service). That way your frontend project will never know anything about your backend libraries and you don't have any version mismatch trouble.

-- J.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment