Revision: 9443
Author: [email protected]
Date: Wed Dec 15 17:44:56 2010
Log: Add some best practices.
http://code.google.com/p/google-web-toolkit/source/detail?r=9443

Modified:
 /wiki/BeanValidation.wiki

=======================================
--- /wiki/BeanValidation.wiki   Wed Dec 15 17:35:14 2010
+++ /wiki/BeanValidation.wiki   Wed Dec 15 17:44:56 2010
@@ -58,7 +58,12 @@
 </replace-with>
 }}}

-== What is not supported ==
+
+= Best Practices =
+  * Use Groups to specify what constraints to run on the client
+ * Super source Validator that are not GWT compatible using NotGwtCompatibleValidator (see [http://code.google.com/p/google-web-toolkit/source/browse/trunk/user/src/org/hibernate/validator/super/org/hibernate/validator/constraints/impl/FutureValidatorForCalendar.java FutureValidatorForCalendar.java])
+  *
+= What is not supported =
   * XML configuration
   * Validating non GWT compatible classes like Calendar

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to