[gwt-contrib] Session Management in the gwt-ext

2011-04-22 Thread Sanjay Jain
Hello All I am working on the gwt-ext application.On the server side I am using Hibernate.I am mantaining session on the server side.it's time out is 5 minute (In action class). Now take a secenario in which a user logged in remains it open for five minute.After five minutes expires it do a click

[gwt-contrib] Re: Create a utility class for checking assignability of types for use (issue1420808)

2011-04-22 Thread t . broyer
I wrote it down yesterday evening, and the method is now gone, but anyway: http://gwt-code-reviews.appspot.com/1420808/diff/1/user/src/com/google/gwt/uibinder/rebind/TypeOracleUtils.java File user/src/com/google/gwt/uibinder/rebind/TypeOracleUtils.java (right):

[gwt-contrib] Re: MobileWebApp sample. Showcases GWT providing a single app providing specialized views for Deskto... (issue1427803)

2011-04-22 Thread jlabanca
Or CloudTasks. @rchandia - please hold off on any big refactor until I get my changes in. I'll try to send them for review today. http://gwt-code-reviews.appspot.com/1427803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: MobileWebApp sample. Showcases GWT providing a single app providing specialized views for Deskto... (issue1427803)

2011-04-22 Thread Rodrigo Chandia
No problem. On Fri, Apr 22, 2011 at 8:20 AM, jlaba...@google.com wrote: Or CloudTasks. @rchandia - please hold off on any big refactor until I get my changes in. I'll try to send them for review today. http://gwt-code-reviews.appspot.com/1427803/ --

[gwt-contrib] Re: Create a utility class for checking assignability of types for use (issue1420808)

2011-04-22 Thread John Tamplin
On Fri, Apr 22, 2011 at 3:45 AM, t.bro...@gmail.com wrote: I wrote it down yesterday evening, and the method is now gone, but anyway: http://gwt-code-reviews.appspot.com/1420808/diff/1/user/src/com/google/gwt/uibinder/rebind/TypeOracleUtils.java File

[gwt-contrib] [google-web-toolkit] r10055 committed - Edited wiki page RequestFactoryMovingParts through web user interface.

2011-04-22 Thread codesite-noreply
Revision: 10055 Author: b...@google.com Date: Fri Apr 22 06:18:48 2011 Log: Edited wiki page RequestFactoryMovingParts through web user interface. http://code.google.com/p/google-web-toolkit/source/detail?r=10055 Modified: /wiki/RequestFactoryMovingParts.wiki

[gwt-contrib] Re: Add RequestContext.append() to allow actions across different domain service types to be combine... (issue1423805)

2011-04-22 Thread BobV
Which to me leaves the question: is our usage described at [1] an intended use case, that's here to stay? or simply a fortunate unspecified behavior, and we should change our code to this new append() feature? For now, I'm going to call it a fortunate unspecified behavior. At some point in

[gwt-contrib] [google-web-toolkit] r10056 committed - Edited wiki page RequestFactoryMovingParts through web user interface.

2011-04-22 Thread codesite-noreply
Revision: 10056 Author: b...@google.com Date: Fri Apr 22 07:44:46 2011 Log: Edited wiki page RequestFactoryMovingParts through web user interface. http://code.google.com/p/google-web-toolkit/source/detail?r=10056 Modified: /wiki/RequestFactoryMovingParts.wiki

[gwt-contrib] [google-web-toolkit] r10057 committed - Edited wiki page RequestFactoryMovingParts through web user interface.

2011-04-22 Thread codesite-noreply
Revision: 10057 Author: b...@google.com Date: Fri Apr 22 08:12:24 2011 Log: Edited wiki page RequestFactoryMovingParts through web user interface. http://code.google.com/p/google-web-toolkit/source/detail?r=10057 Modified: /wiki/RequestFactoryMovingParts.wiki

[gwt-contrib] Documentation review requested: RequestFactoryMovingParts

2011-04-22 Thread BobV
http://code.google.com/p/google-web-toolkit/wiki/RequestFactoryMovingParts The RFMP doc is targeted at potential contributors or those with non-trivial integration schemes. For those who have been using RequestFactory, what implementation details would you like to have more documentation on?

[gwt-contrib] Re: Create a utility class for checking assignability of types for use (issue1420808)

2011-04-22 Thread jat
http://gwt-code-reviews.appspot.com/1420808/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Create a utility class for checking assignability of types for use (issue1420808)

2011-04-22 Thread rjrjr
LGTM++ http://gwt-code-reviews.appspot.com/1420808/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: MobileWebApp sample. Showcases GWT providing a single app providing specialized views for Deskto... (issue1427803)

2011-04-22 Thread Ray Ryan
I'm getting up to my elbows in there too, trying to narrow the exposure of ClientFactory. John, are there particular spots I should avoid? On Fri, Apr 22, 2011 at 5:27 AM, Rodrigo Chandia rchan...@google.comwrote: No problem. On Fri, Apr 22, 2011 at 8:20 AM, jlaba...@google.com wrote: Or

[gwt-contrib] Re: MobileWebApp sample. Showcases GWT providing a single app providing specialized views for Deskto... (issue1427803)

2011-04-22 Thread Rodrigo Chandia
+1 on CloudTasks, I'll defer the CL 'til John finishes so that the merge onus is on me. On Fri, Apr 22, 2011 at 12:03 PM, Ray Ryan rj...@google.com wrote: I'm getting up to my elbows in there too, trying to narrow the exposure of ClientFactory. John, are there particular spots I should avoid?

[gwt-contrib] [google-web-toolkit] r10058 committed - Create a utility class for checking assignability of types for use...

2011-04-22 Thread codesite-noreply
Revision: 10058 Author: j...@google.com Date: Fri Apr 22 09:21:14 2011 Log: Create a utility class for checking assignability of types for use in finding compatible constructors/methods. Review at http://gwt-code-reviews.appspot.com/1420808 Review by: rj...@google.com

[gwt-contrib] Re: Create a utility class for checking assignability of types for use (issue1420808)

2011-04-22 Thread jat
Committed at r10058 http://gwt-code-reviews.appspot.com/1420808/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Introducing CustomScrollPanel, a subclass of ScrollPanel that lets users define their own scroll... (issue1427804)

2011-04-22 Thread rchandia
LGTM. with nit http://gwt-code-reviews.appspot.com/1427804/diff/1/user/test/com/google/gwt/user/client/ui/CustomScrollPanelTest.java File user/test/com/google/gwt/user/client/ui/CustomScrollPanelTest.java (right):

[gwt-contrib] Re: Create a utility class for checking assignability of types for use (issue1420808)

2011-04-22 Thread t . broyer
Sorry, I'm a bit late... http://gwt-code-reviews.appspot.com/1420808/diff/6004/user/src/com/google/gwt/uibinder/rebind/TypeOracleUtils.java File user/src/com/google/gwt/uibinder/rebind/TypeOracleUtils.java (right):

[gwt-contrib] [google-web-toolkit] r10060 committed - First step of isolating a bunch of code that is used for generating...

2011-04-22 Thread codesite-noreply
Revision: 10060 Author: j...@google.com Date: Fri Apr 22 13:21:48 2011 Log: First step of isolating a bunch of code that is used for generating code, both within a GWT generator or as a separate build step for building server-side implementations. Also, this improves

[gwt-contrib] Fix cast normalizer to properly deal with multidimensional JSO arrays. (issue1428803)

2011-04-22 Thread cromwellian
Reviewers: scottb, Description: Fix cast normalizer to properly deal with multidimensional JSO arrays. Please review this at http://gwt-code-reviews.appspot.com/1428803/ Affected files: M dev/core/src/com/google/gwt/dev/jjs/impl/CastNormalizer.java M

[gwt-contrib] LazyPanel parser should be enabled only if useLazyWidgetBuilders is (issue1423806)

2011-04-22 Thread hermes
Reviewers: rjrjr, jat, Description: LazyPanel parser should be enabled only if useLazyWidgetBuilders is enabled. Please review this at http://gwt-code-reviews.appspot.com/1423806/ Affected files: M user/src/com/google/gwt/uibinder/rebind/UiBinderWriter.java Index:

[gwt-contrib] Re: Create a utility class for checking assignability of types for use (issue1420808)

2011-04-22 Thread jat
http://gwt-code-reviews.appspot.com/1420808/diff/6004/user/src/com/google/gwt/uibinder/rebind/TypeOracleUtils.java File user/src/com/google/gwt/uibinder/rebind/TypeOracleUtils.java (right):

[gwt-contrib] [google-web-toolkit] r10062 committed - LazyPanel parser should be enabled only if useLazyWidgetBuilders is...

2011-04-22 Thread codesite-noreply
Revision: 10062 Author: her...@google.com Date: Fri Apr 22 14:55:03 2011 Log: LazyPanel parser should be enabled only if useLazyWidgetBuilders is enabled. Review at http://gwt-code-reviews.appspot.com/1423806 http://code.google.com/p/google-web-toolkit/source/detail?r=10062

[gwt-contrib] [google-web-toolkit] r10063 committed - Somehow this file didn't committed with the rest.

2011-04-22 Thread codesite-noreply
Revision: 10063 Author: j...@google.com Date: Fri Apr 22 15:15:13 2011 Log: Somehow this file didn't committed with the rest. http://code.google.com/p/google-web-toolkit/source/detail?r=10063 Modified: /trunk/user/test/com/google/gwt/i18n/shared/DateTimeFormatTestBase.java