[gwt-contrib] Re: Internal compiler error with GWT 2.1.0 RC1 when using generics

2010-11-12 Thread yves
@Jeff As you suggested me, I tried the followig without success (same OOME problem): public class ResultNodeT extends IResultNode implements IResultNode and public interface IResultNode extends Result Again this is syntaxically correct and compiles sucessfully with javac, BUT gives again the

[gwt-contrib] static findEntity method cannot access jndi resources

2010-11-12 Thread Cory
Hi, The static findEntity methods required by RequestFactory in 2.1.0 seem to prevent looking up JNDI resources? I am not using a normal persistence layer in my JEE server side code, and instead need to access a JNDI resource and marshal my entity objects without the aid of JPA or JDO. So I

[gwt-contrib] Would GWT and/or incubator be interested in Run Time UiBinding

2010-11-12 Thread TedM
Hi, I made a run time UiBinding prototype. This allows for the creation of forms or screens without having to recompile. Let me know if GWT or the incubator is interested. If so I will release the code as an open source project on google source. Here is the prototype hosted on Google App

Re: [gwt-contrib] static findEntity method cannot access jndi resources

2010-11-12 Thread BobV
If anything I'm putting this out there in the hopes there's a better way, or that at least it's considered within the upcoming design of RequestFactory in 2.1.1 The code is starting to make its way into trunk. The request processing code is now separated from all of the reflection /

[gwt-contrib] Re: Add README step to use the Google Web Toolkit SDK in the gwt-user project so that users can run ... (issue966802)

2010-11-12 Thread pdr
http://gwt-code-reviews.appspot.com/966802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Re: Internal compiler error with GWT 2.1.0 RC1 when using generics

2010-11-12 Thread Miguel Méndez
On Fri, Nov 12, 2010 at 5:34 AM, yves yves.ko...@gmail.com wrote: @Jeff As you suggested me, I tried the followig without success (same OOME problem): public class ResultNodeT extends IResultNode implements IResultNode and public interface IResultNode extends Result Again this is

Re: [gwt-contrib] Re: Internal compiler error with GWT 2.1.0 RC1 when using generics

2010-11-12 Thread Miguel Méndez
[+zhuyi] On Fri, Nov 12, 2010 at 9:52 AM, Miguel Méndez mmen...@google.com wrote: On Fri, Nov 12, 2010 at 5:34 AM, yves yves.ko...@gmail.com wrote: @Jeff As you suggested me, I tried the followig without success (same OOME problem): public class ResultNodeT extends IResultNode implements

[gwt-contrib] [google-web-toolkit] r9218 committed - Add README step to use the Google Web Toolkit SDK in the gwt-user proj...

2010-11-12 Thread codesite-noreply
Revision: 9218 Author: p...@google.com Date: Fri Nov 12 04:18:43 2010 Log: Add README step to use the Google Web Toolkit SDK in the gwt-user project so that users can run GWT tests. Also, fixes duplicate step 2 in the README. Review at http://gwt-code-reviews.appspot.com/966802

[gwt-contrib] Re: Removing references to gecko user agent in favor of gecko1_8. gecko refers to very old versions... (issue1081801)

2010-11-12 Thread jlabanca
committed as r9216 http://gwt-code-reviews.appspot.com/1081801/diff/1/8 File user/src/com/google/gwt/user/CaptionPanel.gwt.xml (right): http://gwt-code-reviews.appspot.com/1081801/diff/1/8#newcode26 user/src/com/google/gwt/user/CaptionPanel.gwt.xml:26: any On 2010/11/08 14:50:43, pdr wrote:

[gwt-contrib] Switching CellList to trigger selection on click instead of mousedown. Selection causes the cell... (issue1102801)

2010-11-12 Thread jlabanca
Reviewers: sbrubaker, Description: Switching CellList to trigger selection on click instead of mousedown. Selection causes the cell to be redrawn, which interrupts the click event sequence and prevents click from ever firing to the Cell. This is particularly annoying for Cells that contain

[gwt-contrib] Re: Switching CellList to trigger selection on click instead of mousedown. Selection causes the cell... (issue1102801)

2010-11-12 Thread sbrubaker
LGTM http://gwt-code-reviews.appspot.com/1102801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Internal compiler error with GWT 2.1.0 RC1 when using generics

2010-11-12 Thread yves
@All I replaced the array T[] by a ListT and I still get the same OOME. Summary : 1) when you break the self-referenced generics ResultNodeT extends ResultNode? by public class ResultNodeT extends IResultNode implements IResultNode and public interface IResultNode extends Result = this still

[gwt-contrib] Re: Internal compiler error with GWT 2.1.0 RC1 when using generics

2010-11-12 Thread yves
I've found a similar old problem : look at http://code.google.com/p/google-web-toolkit/issues/detail?id=2279 Yves On 12 nov, 19:52, yves yves.ko...@gmail.com wrote: @All I replaced the array T[] by a ListT and I still get the same OOME. Summary : 1) when you break the self-referenced

[gwt-contrib] Adding a new widget CellWidget that can wrap any Cell and turn it into a Widget. CellWidget can... (issue1103801)

2010-11-12 Thread jlabanca
Reviewers: sbrubaker, Description: Adding a new widget CellWidget that can wrap any Cell and turn it into a Widget. CellWidget can be used on its own (it isn't abstract) to wrap a widget. It can also be used inside a Composite to create a formal version of an existing Cell, such as creating

[gwt-contrib] Enum Ordinalization Optimization (revisited) (issue1104801)

2010-11-12 Thread jbrosenberg
Reviewers: cromwellian, Description: Enum Ordinalization Optimization (revisited) Please review this at http://gwt-code-reviews.appspot.com/1104801/show Affected files: M dev/core/src/com/google/gwt/dev/jjs/JavaToJavaScriptCompiler.java M

[gwt-contrib] Re: Adding a new widget CellWidget that can wrap any Cell and turn it into a Widget. CellWidget can... (issue1103801)

2010-11-12 Thread sbrubaker
LGTM, just one nit. http://gwt-code-reviews.appspot.com/1103801/diff/1/2 File user/src/com/google/gwt/user/cellview/client/CellWidget.java (right): http://gwt-code-reviews.appspot.com/1103801/diff/1/2#newcode54 user/src/com/google/gwt/user/cellview/client/CellWidget.java:54: * The cell being

[gwt-contrib] Re: Add a permissions model to the Chrome NPAPI plugin. (issue1084801)

2010-11-12 Thread fabiomfv
http://gwt-code-reviews.appspot.com/1084801/diff/28001/29020 File plugins/npapi/VisualStudio/npapi-plugin.vcproj (left): http://gwt-code-reviews.appspot.com/1084801/diff/28001/29020#oldcode1 plugins/npapi/VisualStudio/npapi-plugin.vcproj:1: ?xml version=1.0 encoding=UTF-8? not sure how you are

[gwt-contrib] Adding a new CommonResources class that provides access to commonly used styles in GWT. For now,... (issue1106801)

2010-11-12 Thread jlabanca
Reviewers: sbrubaker, Description: Adding a new CommonResources class that provides access to commonly used styles in GWT. For now, the only style defined is a cross browser implementation of inline block, but we can expand to include more common styles later. Please review this at

[gwt-contrib] Re: Adds overflow-x and overflow-y to Style since they have at least partial (issue1100801)

2010-11-12 Thread jgw
On 2010/11/11 23:22:56, knorton wrote: LGTM http://gwt-code-reviews.appspot.com/1100801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Adding a new CommonResources class that provides access to commonly used styles in GWT. For now,... (issue1106801)

2010-11-12 Thread sbrubaker
LGTM http://gwt-code-reviews.appspot.com/1106801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Add a permissions model to the Chrome NPAPI plugin. (issue1084801)

2010-11-12 Thread conroy
http://gwt-code-reviews.appspot.com/1084801/diff/28001/29020 File plugins/npapi/VisualStudio/npapi-plugin.vcproj (left): http://gwt-code-reviews.appspot.com/1084801/diff/28001/29020#oldcode1 plugins/npapi/VisualStudio/npapi-plugin.vcproj:1: ?xml version=1.0 encoding=UTF-8? On 2010/11/12

[gwt-contrib] Re: Add a permissions model to the Chrome NPAPI plugin. (issue1084801)

2010-11-12 Thread fabiomfv
http://gwt-code-reviews.appspot.com/1084801/diff/28001/29020 File plugins/npapi/VisualStudio/npapi-plugin.vcproj (left): http://gwt-code-reviews.appspot.com/1084801/diff/28001/29020#oldcode1 plugins/npapi/VisualStudio/npapi-plugin.vcproj:1: ?xml version=1.0 encoding=UTF-8? On 2010/11/12

[gwt-contrib] [google-web-toolkit] r9220 committed - Switching CellList to trigger selection on click instead of mousedown....

2010-11-12 Thread codesite-noreply
Revision: 9220 Author: jlaba...@google.com Date: Fri Nov 12 11:57:52 2010 Log: Switching CellList to trigger selection on click instead of mousedown. Selection causes the cell to be redrawn, which interrupts the click event sequence and prevents click from ever firing to the Cell. This is

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

2010-11-12 Thread codesite-noreply
Revision: 9221 Author: b...@google.com Date: Fri Nov 12 20:08:46 2010 Log: Edited wiki page AutoBean through web user interface. http://code.google.com/p/google-web-toolkit/source/detail?r=9221 Modified: /wiki/AutoBean.wiki === --- /wiki/AutoBean.wiki Fri