[gwt-contrib] Re: branches oophm does not compile

2009-02-11 Thread Sebastien
Hi, Oooh it's great ! It works well. Now I can debug and use firebug in the same time ! Can you confirm me that the trunk will be used for the 1.6 M2 ? (It seems the 1.6 M1 does not contains the gwt-*oophm jar). Note: During the compilation of GWT, there are lot of logs indicating problem of

[gwt-contrib] Re: branches oophm does not compile

2009-02-11 Thread Cameron Braid
On Wed, Feb 11, 2009 at 11:46 PM, Sebastien chassa...@gmail.com wrote: Hi, Oooh it's great ! It works well. Now I can debug and use firebug in the same time ! Can you confirm me that the trunk will be used for the 1.6 M2 ? (It seems the 1.6 M1 does not contains the gwt-*oophm jar). As

[gwt-contrib] Re: How to force a class into the SerializationPolicy file?

2009-02-11 Thread Scott Blum
It's not quite a bug, but I agree it is odd. Basically, it would be nice if CustomeSerializers could declare additional types. Since they can't, one solution is to add that type to class A. Just add a dummy field: /** * Force B to be serializable. */ private final B serializeElement = null;

[gwt-contrib] Re: RR: Implementation of SingleJsoImpl

2009-02-11 Thread BobV
On Tue, Feb 10, 2009 at 7:38 PM, Ray Cromwell cromwell...@gmail.com wrote: Bob, you are awesome. I'm excited this went from design to implementation so quickly, since it solves a lot of headache in my current codebase. I only wish it made it into 1.6. :) s/Bob/GWT team/ Thanks Ray. I'm sure

[gwt-contrib] anyone trying code splitting on an open-source app?

2009-02-11 Thread Lex Spoon
I would like to do a brief case study or two on how code splitting is working in practice. Studying Showcase has already been helpful, but Showcase might or might not be a typical application. Is anyone trying code splitting on an open-source project that would be willing to have your app's

[gwt-contrib] Re: Deprecate JSNI references to and TypeOracle reflection of anonymous classes for 1.6?

2009-02-11 Thread Amit Manjhi
(2) sounds reasonable. But, what are the consequences of disallowing (1)? Would it mean that anonymous classes can no longer have jsni code? Amit On Wed, Feb 11, 2009 at 2:41 PM, John Tamplin j...@google.com wrote: On Wed, Feb 11, 2009 at 2:19 PM, Scott Blum sco...@google.com wrote: Some of

[gwt-contrib] Re: Deprecate JSNI references to and TypeOracle reflection of anonymous classes for 1.6?

2009-02-11 Thread John Tamplin
On Wed, Feb 11, 2009 at 3:02 PM, Ray Cromwell cromwell...@gmail.com wrote: Just out of curiousity, how does one reference an anonymous inner class from JSNI (or do you mean Local classes?) Since it has no concrete type name, the only thing I can think of referencing it via a

[gwt-contrib] Re: Deprecate JSNI references to and TypeOracle reflection of anonymous classes for 1.6?

2009-02-11 Thread Matthew Mastracci
Yeah, I agree with Ray - that's just plain crazy (and brittle). :) I can't think of any way you'd get into that, even if you were auto- generating code. Considering that anonymous classes don't have any static type literals that you could pass into GWT.create(), I'd say this is a pretty

[gwt-contrib] Re: anyone trying code splitting on an open-source app?

2009-02-11 Thread Ray Cromwell
I haven't tried it yet, but I will be doing it soon to the Showcase at http://timefire.com/showcase. It's 150k OBF+gzip, ~400-500k OBF, and 1+M PRETTY. Takes about 2-3 seconds to load, which I want to get down below 1 second. I've been thinking of two strategies for doing this, since there are

[gwt-contrib] Re: Deprecate JSNI references to and TypeOracle reflection of anonymous classes for 1.6?

2009-02-11 Thread John Tamplin
On Wed, Feb 11, 2009 at 3:38 PM, Matthew Mastracci matt...@mastracci.comwrote: Yeah, I agree with Ray - that's just plain crazy (and brittle). :) I can't think of any way you'd get into that, even if you were auto- generating code. Considering that anonymous classes don't have any static

[gwt-contrib] [google-web-toolkit commit] r4693 - releases/1.6/dev/core/src/com/google/gwt/dev/shell/jetty

2009-02-11 Thread codesite-noreply
Author: sco...@google.com Date: Wed Feb 11 12:55:00 2009 New Revision: 4693 Modified: releases/1.6/dev/core/src/com/google/gwt/dev/shell/jetty/JettyLauncher.java Log: Typo fix. Modified: releases/1.6/dev/core/src/com/google/gwt/dev/shell/jetty/JettyLauncher.java

[gwt-contrib] [google-web-toolkit commit] r4696 - wiki

2009-02-11 Thread codesite-noreply
Author: sp...@google.com Date: Wed Feb 11 13:51:00 2009 New Revision: 4696 Added: wiki/CodeSplitting.wiki Log: Added a code-splitting user manual to the wiki. Added: wiki/CodeSplitting.wiki == --- (empty file) +++

[gwt-contrib] code-splitting user manual

2009-02-11 Thread Lex Spoon
At long last, I have started a wiki page on how to use GWT.runAsync. It covers the basics, how to use SOYC to iterate to something better, and a couple of recommended coding patterns. http://code.google.com/p/google-web-toolkit/wiki/CodeSplitting Thoughts welcome. Or, gee, it's a wiki. Just

[gwt-contrib] Re: Deprecate JSNI references to and TypeOracle reflection of anonymous classes for 1.6?

2009-02-11 Thread Matthew Mastracci
On 11-Feb-09, at 1:58 PM, John Tamplin wrote: Well, we have tests that verify it and I think I have seen it once in the wild, but I agree it is pretty worthless and trying to support it complicates our life significantly. For the TypeOracle case, the main thing I worry about is

[gwt-contrib] [google-web-toolkit commit] r4697 - in trunk: . dev/core/src/com/google/gwt/dev/jjs/impl user/src/com/google/gwt/core/client ...

2009-02-11 Thread codesite-noreply
Author: sp...@google.com Date: Wed Feb 11 14:53:37 2009 New Revision: 4697 Modified: trunk/ (props changed) trunk/dev/core/src/com/google/gwt/dev/jjs/impl/FragmentLoaderCreator.java trunk/user/src/com/google/gwt/core/client/GWT.java

[gwt-contrib] Re: [google-web-toolkit commit] r4695 - releases/1.6/user/src/com/google/gwt/core/client

2009-02-11 Thread Scott Blum
Did you update branch-info.txt to avoid merging this back to trunk? On Wed, Feb 11, 2009 at 4:12 PM, codesite-nore...@google.com wrote: Author: sp...@google.com Date: Wed Feb 11 13:04:43 2009 New Revision: 4695 Removed:

[gwt-contrib] Re: Deprecate JSNI references to and TypeOracle reflection of anonymous classes for 1.6?

2009-02-11 Thread Scott Blum
Matthew is correct, anonymous classes (and actually, local classes in general) are barred from participating in serialization. I think it would be cleaner just to remove them from TypeOracle altogether... they are an implementation detail if you will.

[gwt-contrib] [google-web-toolkit commit] r4698 - in trunk: dev/core/src/com/google/gwt/dev/jjs/impl user/src/com/google/gwt/core/client

2009-02-11 Thread codesite-noreply
Author: sp...@google.com Date: Wed Feb 11 14:55:57 2009 New Revision: 4698 Modified: trunk/dev/core/src/com/google/gwt/dev/jjs/impl/FragmentLoaderCreator.java trunk/user/src/com/google/gwt/core/client/AsyncFragmentLoader.java Log: Fixes issue 3277. The lightweight metrics for runAsync()

[gwt-contrib] [google-web-toolkit commit] r4699 - changes/spoon/pending

2009-02-11 Thread codesite-noreply
Author: sp...@google.com Date: Wed Feb 11 15:04:54 2009 New Revision: 4699 Removed: changes/spoon/pending/ Log: Removes an unneeded changes branch. --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors