[gwt-contrib] Custom UiBinder attribute parsers

2010-07-02 Thread Daniel Bell
Hello, I've been investigating UiBinder with a view to creating a custom attribute parser. I was hoping to be able to add my own attributes to existing Widgets' elements in a similar way to the ui:field attribute. From the discussions I've seen, it seems that the only way to do it at the moment

[gwt-contrib] JSIO vs Overlay Types

2010-07-06 Thread Daniel Bell
Hi Guys, I have a question for you about Overlay Types and the JSIO library. I'm working on a GWT interface to the Google Maps JavaScript API, and am wondering about the difference in performance between the two approaches. With JSIO I've been using wrapper objects that each contain an instance of

Re: [gwt-contrib] JSIO vs Overlay Types

2010-07-06 Thread Daniel Bell
: Overlay types are the way to go. The gwt-maps API use jsio because it predates overlay types. On Jul 6, 2010 11:18 AM, John Tamplin j...@google.com wrote: On Tue, Jul 6, 2010 at 3:08 AM, Daniel Bell daniel.r.b...@gmail.com wrote: I have a question for you about Overlay Types and the JSIO

Re: [gwt-contrib] JSIO vs Overlay Types

2010-07-07 Thread Daniel Bell
at 10:08 PM, Daniel Bell daniel.r.b...@gmail.com wrote: Thanks for the feedback. The reason I'm not using the official Maps API is that I need to use version 3 of the JavaScript API, which isn't supported by the GWT Google APIs project yet. The more developed of the GWT Maps Libraries

Re: [gwt-contrib] JSIO vs Overlay Types

2010-07-07 Thread Daniel Bell
and me? Thanks! -- Vinay Sekhri Google India +91.124.451.2822 Direct +91.9910.195.609 Mobile On Wed, Jul 7, 2010 at 7:24 PM, Daniel Bell daniel.r.b...@gmail.comwrote: Thanks Eric, Vinay. Which project would you prefer I contributed the code to? So far I've I've been working with a clone

Re: [gwt-contrib] JSIO vs Overlay Types

2010-07-07 Thread Daniel Bell
does if you wanted the delayed load of the Maps API from GWT code. The simplest thing to do is to just add the script tag in your hosted page, though. On Wed, Jul 7, 2010 at 8:49 PM, Daniel Bell daniel.r.b...@gmail.com wrote: Hi Vinay, That sounds good. I'll probably start with converting

Re: [gwt-contrib] [google-web-toolkit] r8369 committed - Update 2.1 M2 Maven repo with updated M2 artifacts.

2010-07-08 Thread Daniel Bell
Hi Guys, I just noticed that there was an update to the Maven artefacts for M2. Without meaning to be presumptuous, I just wanted to check that you know that current users of M2 with Maven won't receive the updates from the repository because the artefacts aren't snapshots. To receive the updates,

Re: [gwt-contrib] JSIO vs Overlay Types

2010-07-09 Thread Daniel Bell
know what you would like to start with and whats the best way to sync-up between you and me? Thanks! -- Vinay Sekhri Google India +91.124.451.2822 Direct +91.9910.195.609 Mobile On Wed, Jul 7, 2010 at 7:24 PM, Daniel Bell daniel.r.b...@gmail.comwrote: Thanks Eric, Vinay. Which project

[gwt-contrib] Re: Adds method to customise ServiceLocator instantiation in ServiceLayerDecorator (issue1427801)

2011-04-18 Thread Daniel Bell
Hi All, I just submitted a patch to Rietveld, but wasn't sure who to add to review it. Would somebody mind reviewing it for me? Cheers, Daniel On 19 April 2011 03:11, daniel.r.b...@gmail.com wrote: Reviewers: , Description: Issue 6264: We require a way to override default instantiation of

Re: [gwt-contrib] Re: Adds method to customise ServiceLocator instantiation in ServiceLayerDecorator (issue1427801)

2011-04-18 Thread Daniel Bell
Thanks! On 19 April 2011 03:30, BobV b...@google.com wrote: On Mon, Apr 18, 2011 at 1:26 PM, Ray Ryan rj...@google.com wrote: This looks like a job for…bobv! Will check this out tonight. -- Bob Vawter Google Web Toolkit Team --

[gwt-contrib] Re: Adds support to EditorDrivers for boolean accessors (issue1427802)

2011-04-19 Thread Daniel Bell
Hi All, I've uploaded another patch to Rietveld at http://gwt-code-reviews.appspot.com/1427802/ . Could somebody please review this for me? Also, is asking for a review on here the correct protocol for new (unassigned) issues? Cheers, Daniel On 20 April 2011 02:38, daniel.r.b...@gmail.com wrote:

[gwt-contrib] Re: Adds support to EditorDrivers for boolean accessors (issue1427802)

2011-04-19 Thread Daniel Bell
Ah, I missed that one when I searched the issues. Glad it's been covered! On 20 April 2011 04:50, t.bro...@gmail.com wrote: On 2011/04/19 17:01:54, Daniel wrote: Hi All, I've uploaded another patch to Rietveld at http://gwt-code-reviews.appspot.com/1427802/ . Could somebody please review

Re: [gwt-contrib] GWT SDK 2.3.0.RC1

2011-04-27 Thread Daniel Bell
We just upgraded 3 apps too, with one gotcha: it turns out that you need to do a find/replace on com.google.gwt.requestfactory.client. - com.google.web.bindery.requestfactory.gwt.client. before you do com.google.gwt.requestfactory. - com.google.web.bindery.requestfactory.. After that, it seems to

Re: [gwt-contrib] How to build large apps with GWT/GAE?

2011-08-16 Thread Daniel Bell
Could you serve the static content (including GWT permutations) from a different web server (could be one of those free PHP web servers), and still host the Java code in App Engine? On 16 August 2011 20:20, dflorey daniel.flo...@gmail.com wrote: Are there any plans to provide tools to support

Re: [gwt-contrib] Re: Changes setters/clearers com.google.gwt.dom.client.Style to return Style instead of void (issue1530803)

2011-08-22 Thread Daniel Bell
Just out of curiosity, does this have to defeat the compiler optimisations? Isn't it known at compile time that those setters will always return the same Style instance? In that sense, from the compiler's point of view, isn't the situation with the setter returning the Style the same as the

Re: [gwt-contrib] maven source jars

2011-08-29 Thread Daniel Bell
Hey Guys, I just noticed this thread, and wanted to suggest Maven Ant Tasks ( http://maven.apache.org/ant-tasks/index.html). It includes Ant tasks for installing build artifacts to local Maven repositories, or deploying them to remote Maven repositories, both with arbitrary POMs. It can also

[gwt-contrib] GWT 2.4 Download

2011-09-07 Thread Daniel Bell
In case it was missed, the download link on the Google Code site for what appears to be v2.4.0 says GWT 2.4.0 RC1 (for all platforms) ( http://code.google.com/p/google-web-toolkit/downloads/list). -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Design Time Access to UiBinder Model

2011-10-01 Thread Daniel Bell
Hello Contrib, I'm interested in the UiBinder design time hooks ( https://groups.google.com/d/topic/google-web-toolkit-contributors/ooHIH1GBgUM/discussion , https://groups.google.com/d/topic/google-web-toolkit-contributors/Ppshk1MfsLQ/discussion). Is there any documentation available for it?

[gwt-contrib] Re: Design Time Access to UiBinder Model

2011-10-09 Thread Daniel Bell
Thanks Konstantin, I'll take a look at it. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors