[gwt-contrib] Re: Comment on BeanValidation in google-web-toolkit

2011-09-15 Thread codesite-noreply
Comment by pclog...@gmail.com: The best poker blog http://poker-blogs-see.blogspot.com Best PokerStars blog http://pokerstars-blogs.blogspot.com Sexy, hot girls imagehttp://china-sexy-girl-images.blogspot.com/ For more information:

[gwt-contrib] Re: Comment on BeanValidation in google-web-toolkit

2011-05-16 Thread codesite-noreply
Comment by javierfe...@gmail.com: Does bean validation works if beans are JavaScriptObject? For more information: http://code.google.com/p/google-web-toolkit/wiki/BeanValidation -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Comment on BeanValidation in google-web-toolkit

2011-05-16 Thread codesite-noreply
Comment by ncha...@google.com: Javier * Does bean validation works if beans are JavaScriptObject? It should at least in the since of MyClass { @MyConstraint JavaScritObject myField } For more information: http://code.google.com/p/google-web-toolkit/wiki/BeanValidation --

[gwt-contrib] Re: Comment on BeanValidation in google-web-toolkit

2011-05-16 Thread codesite-noreply
Comment by javierfe...@gmail.com: I meant if validation works if the bean to validate is an overlay type that extends JavaScriptObject: public class MyClass extends JavaScriptObject { @Size(min=10) public final native String getTitle() /*-{ return this[title]; }-*/; }

[gwt-contrib] Re: Comment on BeanValidation in google-web-toolkit

2011-05-15 Thread codesite-noreply
Comment by pgtabo...@googlemail.com: Hi. Actually there is a very clean direction shown by the editor framework and the upcoming bean validation. Everyone I talk to seems to agree that bean validation is not what we need, and I am still very impressed by gwt-pecting on one side and by

[gwt-contrib] Re: Comment on BeanValidation in google-web-toolkit

2011-03-12 Thread codesite-noreply
Comment by ncha...@google.com: gwt validation is currently in SVN head only. For more information: http://code.google.com/p/google-web-toolkit/wiki/BeanValidation -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Comment on BeanValidation in google-web-toolkit

2011-03-09 Thread codesite-noreply
Comment by mail.mic...@googlemail.com: Where is the com.google.gwt.validation package? I cannot find it For more information: http://code.google.com/p/google-web-toolkit/wiki/BeanValidation -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Re: Comment on BeanValidation in google-web-toolkit

2011-03-09 Thread Ray Ryan
It's in svn only. We haven't included it in release jars yet, it's too raw. On Mar 9, 2011 4:47 AM, codesite-nore...@google.com wrote: Comment by mail.mic...@googlemail.com: Where is the com.google.gwt.validation package? I cannot find it For more information:

[gwt-contrib] Re: Comment on BeanValidation in google-web-toolkit

2010-12-21 Thread codesite-noreply
Comment by ncha...@google.com: Yes Date validation is supported, just not java.util.Calendar Validation, because the Calendar object is not supported in GWT. For more information: http://code.google.com/p/google-web-toolkit/wiki/BeanValidation --