[gwt-contrib] Re: Comment on RequestFactory_2_1_1 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 RequestFactory_2_1_1 in google-web-toolkit

2010-12-26 Thread codesite-noreply
Comment by matt2224: http://code.google.com/p/google-web-toolkit/issues/detail?id=5394 Make type references in JSON payloads compact For more information: http://code.google.com/p/google-web-toolkit/wiki/RequestFactory_2_1_1 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

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

2010-12-13 Thread codesite-noreply
Comment by rj...@google.com: @dominik.mayer, thanks for the report: http://code.google.com/p/google-web-toolkit/issues/detail?id=5755 For more information: http://code.google.com/p/google-web-toolkit/wiki/RequestFactory_2_1_1 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

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

2010-12-11 Thread codesite-noreply
Comment by dominik.mayer: There are no exceptions thrown if the Proxy uses boolean and the Entity Boolean. It just doesn't work. I found the error by switching back to 2.1.0 which does throw the exceptions. For more information:

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

2010-12-03 Thread codesite-noreply
Comment by dain.kaplan: Is there an expected release date for 2.1.1? I very much want to use the server-side AutoBean code. For more information: http://code.google.com/p/google-web-toolkit/wiki/RequestFactory_2_1_1 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

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

2010-11-24 Thread codesite-noreply
Comment by vinays.work: From the examples at: http://code.google.com/webtoolkit/doc/latest/DevGuideRequestFactory.html The domain class Employee: class Employee { public void persist() { EntityManager em = entityManager(); try { em.persist(this); } finally {

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

2010-11-24 Thread codesite-noreply
Comment by vinays.work: BlazeDS: Please also take a look at BlazeDS project to see how they have kept themselves to simply transporting Value Object to and from the server tier. While doing that if a framework helps avoid the LazyLoad exceptions, well and good. But beyond that, if you try