Re: Calling the GWT entry module from a servlet

2010-03-09 Thread rjcarr
For your situation, I think using the redirect makes the most sense. This tells the browser to request another resource (i.e., the gwt html). The other option is to use a request dispatcher. This is basically a servlet calling another servlet, but it sounds like your gwt is using plain-old html,

Re: GWT Eclipse Hosting mode relative path issue

2010-03-09 Thread Chris Lercher
Hi, you should be able to use GWT.getModuleBaseURL() or maybe in your case GWT.getHostPageBaseURL() Chris On Mar 9, 3:29 am, San sarav...@gmail.com wrote: Hello, I use Eclipse 3.5 (Galileo) and google plugin to develop my project. I'm having an issue while accessing static files from

GWT 1.7 - GWT 2.0 - compiled size significantly increased

2010-03-09 Thread swxoz
Hi, After migration form GWT 1.7 to 2.0.1 we've noticed increased size of result .cache. file. OBFUSCATED size incresed from 500kB - 1 MB - almost twice. GWT 2.0 introduced turned on by default stack traces in web mode http://code.google.com/p/google-web-toolkit/wiki/WebModeExceptions You can

Re: Performance

2010-03-09 Thread Chris Lercher
Hi Raj, I think that I _may_ be seeing the same thing - however, I'm still not sure, if this is really caused by GWT hosted mode, it could be something else. But it also appears to me, that it usually occurs, when I leave the GWT development mode (formerly called hosted mode) running for some

Re: Google Plugin for Eclipse 1.3 Preview is now available

2010-03-09 Thread olivier nouguier
Hi Keith On Mon, Mar 8, 2010 at 10:06 PM, Keith Platfoot kplatf...@google.comwrote: Hi Olivier, No new issues with this release (eclipse 3.5.1 + maven + sts + aspectj + wtp). * Same classloader (than GEP 1.2) issues with spring namespace handler in dev mode. I'm not familiar with

HTML tag in GWT

2010-03-09 Thread raj
hi everyone! i've used ListGrid to create a table and i want a cell to have two widgets(a button and textbox)...is it possible? and i've a alternate solution with setting a HTML code as value of the cell using Cell formatter but i don't know how to get the value from the textbox which is

Opinions on GWT as a platform for web based development

2010-03-09 Thread Portal Developer
Hi, I would like to get people's opinions around the adoption of GWT as a web application development platform. Most of our development is carried out using java / php and we are looking to standardise on a new framework for developing web based applications. We have a mixture of portal based

Re: HTML tag in GWT

2010-03-09 Thread mariyan nenchev
I think by ListGrid he is referring to the Widget from Smart GWT. In that widget you may add widgets in the table, there are examples in the showcase. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Converting GWT Compiled JS to Readable JS

2010-03-09 Thread Mark
Hi Thomas, Sorry for the late reply; other work caught up. The link you provided looks very interesting. This is probably what we need. Will take a detailed look on this. On Mar 2, 9:38 pm, Thomas Broyer t.bro...@gmail.com wrote: On Mar 1, 12:35 pm, Mark mi...@serbizyo.com wrote: Thanks

Re: HTML tag in GWT

2010-03-09 Thread raj
thanks! But i've surfing through showcase for a week or twicei couldn't find the page for listgrid-cell having more than one widgets.. if it all it is possible what'' be the editortype of the field or cell? thanks and regards! On Mar 9, 5:37 pm, mariyan nenchev nenchev.mari...@gmail.com

Re: Opinions on GWT as a platform for web based development

2010-03-09 Thread mikedshaf...@gmail.com
My .02... To Chris's point or if they're written in JavaScript, you won't have much lock-in...true. But you won't exactly be using GWT to it's strength. IMHO the advantage that GWT has over other frameworks is that it's not really a framework like YUI, Scriptaculous, jquery or whatever. Those

Re: GWT Eclipse Hosting mode relative path issue

2010-03-09 Thread San
Thanks, GWT.getHostPageBaseURL helps. On Mar 9, 4:04 am, Chris Lercher cl_for_mail...@gmx.net wrote: Hi, you should be able to use GWT.getModuleBaseURL() or maybe in your case GWT.getHostPageBaseURL() Chris On Mar 9, 3:29 am, San sarav...@gmail.com wrote: Hello, I use Eclipse 3.5

Re: HTML tag in GWT

2010-03-09 Thread mariyan nenchev
Use the technique that Pardeep Sood told you. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to

Re: Perhaps a clue to the IE layoutPanel blank window issue

2010-03-09 Thread Paul Stockley
Some more weirdness to report. If you have an application that has some screens that are layoutPanel based and some that use standard layout added to RootPanel you can get some very strange interactions. Sometimes if I switch between screens, when I get to a standard layout screen I cannot type in

Google Maps V3 use with the GWT (JSNI)

2010-03-09 Thread Joe
Hello everybody! I try to usethe Google Maps API V3 with the GWT, but it doesn't work. In a class I have the following method: public static native JavaScriptObject getMap()/*-{ ar latlng = new google.maps.LatLng(50.940872, 6.937888); var myOptions = { zoom: 15,

Re: Adding the google maps showMore button to a Map

2010-03-09 Thread Eric Ayers
You can create custom controls using gwt-maps by extending the CustomControl class as shown in the custom control demo that is a part of the HelloMaps application shipped with the source code. http://gwt.google.com/samples/HelloMaps-1.0.4/HelloMaps.html#Custom%20Map%20Controls The gmaps-utility

Re: Opinions on GWT as a platform for web based development

2010-03-09 Thread mariyan nenchev
Every thing depends on how you develop with gwt. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to

Re: HTML tag in GWT

2010-03-09 Thread Pardeep Sood
Hi, If I understand your question right, then here is what to do. Create a HorizontalPanel and add the two widgets to the horizontal panel. Add the horizontal panel to the table cell. Thanks. Pardeep On Tue, Mar 9, 2010 at 3:43 PM, raj raj.cowbo...@gmail.com wrote: hi everyone! i've used

Re: Google Maps V3 use with the GWT (JSNI)

2010-03-09 Thread Eric Ayers
Some folks have started a library for Google Maps v3. You can browse some sample cod here: http://code.google.com/p/gwt-google-maps-v3/source/browse/#hg/src/com/google/gwt/maps/client From what you describe, it looks like your app is not loading the maps API before calling this code.

standard.css with non-standard CSS

2010-03-09 Thread Chris Lercher
Hi, the standard.css I get by using inherits name='com.google.gwt.user.theme.standard.Standard'/ in my module XML contains non-standard CSS attributes like zoom: 1; This is clearly the best way to set hasLayout in IE8, but it's an invalid attribute for other browsers. I'd like to keep my CSS

Perhaps a clue to the IE layoutPanel blank window issue

2010-03-09 Thread Paul Stockley
I recently wrote a modal working mask (for use during RPC calls) that blocks input to all controls and slowly fades in an animated working message in the middle of the screen. This is implemented in a very similar way to the glass panel used by PopupPanel using an absolutely positioned div with

Re: Opinions on GWT as a platform for web based development

2010-03-09 Thread Chris Lercher
Hi, I don't have an answer on the portal part of your question, but a few thoughts on the other parts: Are there limitations to using GWT, for example can you use, hibernate, spring, and spring security? GWT runs on the client (except for the parts from gwt-servlet.jar, which run on the

Re: Google Maps V3 use with the GWT (JSNI)

2010-03-09 Thread Joe
Thank's for the fast reply! The library for Google Maps v3 isn't finished I think and who has to be the script tag when I want to use the Javascript library with JSNI? I tried script type=text/javascript src=http://maps.google.com/ maps/api/js?sensor=false/script but that doesn't work?!

Re: Serializing a List

2010-03-09 Thread Eric
On Mar 9, 2:41 am, mmoossen mmoos...@gmail.com wrote: i found the problem inhttp://code.google.com/p/google-web-toolkit/source/browse/trunk/user/... line 114: TODO: make the unmodifiable collections serializable so i think i will forget trying to use my server-side beans for client code.

Re: Calling the GWT entry module from a servlet

2010-03-09 Thread jayanth
Thanks for the response. I however do not understand what you mean by sounds like your gwt is using plain-old html, and not a jsp. The redirect I am performing is to the host page (initial html page that invokes the GWT application). Can this be a jsp instead of a html? Also, the difficulty I am

Re: AsyncCallback Memory Leak

2010-03-09 Thread Thomas Broyer
On 8 mar, 01:05, dolcra...@gmail.com dolcra...@gmail.com wrote: Does it still happen if you define the callback and assign it to a final variable and use it that way? And how about scheduling the timer from the onSuccess/onFailure? Is the leak also experienced when scheduling every, say, 10

Re: Calling the GWT entry module from a servlet

2010-03-09 Thread Robert J. Carr
Thanks for the response. I however do not understand what you mean by sounds like your gwt is using plain-old html, and not a jsp. The redirect I am performing is to the host page (initial html page that invokes the GWT application). Can this be a jsp instead of a html? Sure, your gwt doesn't

JS slimbox lib doesnt execute

2010-03-09 Thread Petein
Hello. I want to be able to import the html code of another web page which is on my web server to my gwt web app. I use this code to download the content of a html page on my web server: http://codepad.org/aiVlWCt2 . This is my entry point html (top part) http://codepad.org/k5zMcqJ2 where i load

Equivalent method in GWT?

2010-03-09 Thread sean
Hi, I am currently implementing an application making use of GWT although I am encountering a problem, i.e. I would like to impelement this line of code parent.document.getElementsByTagName in GWT. I know that I can make use of the getParent(Element) method, but is there a method which does not

Unable to see GWT.log messages

2010-03-09 Thread yves
I am using GWT 2.0.3 with Eclipse on W7 I installed the GWT development mode plugin in Chrome to have access to development mode. I ma I want so see my GWT.log messages in development mode When I start my project and paste the URL ending with gwt.codesrvr=127.0.0.1:9997 the application works

Re: How can I read/create kml file using java using GWT

2010-03-09 Thread siham
All you need to use all these techniques in your sites is just the Java and will leave for Eclipse and GWT Ocuadk converted to Javascript and will leave for the library Ext GWT vaccination great software interfaces less and less as a professional!. -- You received this message because you are

Re: AsyncCallback Memory Leak

2010-03-09 Thread dolcra...@gmail.com
public void onModuleLoad() { Timer t = new Timer() { public void run() { greetingService.greetServer( new AsyncCallbackInteger() { public

GWT writing files on server

2010-03-09 Thread Martin
I'm currently testing a GWT app in development mode. To enable search in the app, I'm using the Lucene 3.0 library. To update the search index I have to open the corresponding directory with write access. Trying this, I get a AccessControlException: java.security.AccessControlException: access

Contacts MVP Example -- getAssociatedType() override necessary?

2010-03-09 Thread scope
Hey there- I've been slowly going through all the GWT tutorials in an effort to understand the capabilities of the tool. Could someone please explain why the GwtEventT subclasses from the MVP article override getAssociatedType()? The article and code samples can be found here:

unable to display a pound sign

2010-03-09 Thread smiffy
Any bright ideas why my GWT app is unable to display the pound sign (U +00A3) ? I am using the standard style sheet which I think means my ToggleButton should use Arial Unicode MS, but in all browsers I have tried the text on the button appears as the 'Replacement Character' (U +FFFD - black

GWT application on OC4J

2010-03-09 Thread prash
Hi, I created a GWT application from eclipse (a simple RPC one) and deployed it on OC4j container which runs on UNIX box. When I hit the URL, I get the first page but it is incomplete. It does not display the text and button field and logs don't have any information about it. I am able to get

GWT Compilation Failed

2010-03-09 Thread Muthu
Hi, I'm new to GWT and I get the following error when I do a GWT compile Compiling module com.p2p.pcwebapp.pcWebApp.Pcwebapp Compiling 15 permutations Compiling permutation 0... Compiling permutation 1... Compiling permutation 2... Compiling permutation 3...

Problem with java.lang.Boolean constructor

2010-03-09 Thread Agustín Bartó
I need to check if a variable was defined in javascript and I tried with the following native method: private native Boolean isADefined() /*-{ return @java.lang.Boolean::valueOf(Z)($wnd.a != undefined); }-*/; but when it is called, the following exception is thrown:

GWT 2.0 + Hibernate + Gilead

2010-03-09 Thread Olivier
Hello, I am trying to integrate gilead in my GWT - Hibernate application. I followed this article to set up my project : http://code.google.com/intl/fr/webtoolkit/articles/using_gwt_with_hibernate.html. But at the compilation time I have the following error : [INFO] Compiling module

Unable to see GWT.log messages

2010-03-09 Thread yves
I am using GWT 2.0.3 with Eclipse on W7 I installed the GWT development mode plugin in Chrome to have access to development mode. I ma I want so see my GWT.log messages in development mode When I start my project and paste the URL ending with gwt.codesrvr=127.0.0.1:9997 the application works

Re: Google Plugin for Eclipse 1.3 Preview is now available

2010-03-09 Thread Fabio Kaminski
Ok Keith! I did the installation extracting de zip contents in the dropins folder of eclipse... in fact i install a newer version of eclipse 3.5 , the 20100218-1602 build for java EE it includes WST plugins already... and after extract the file.. looking in the details.. in the installed plugins

Re: Contacts MVP Example -- getAssociatedType() override necessary?

2010-03-09 Thread Fabio Kaminski
the client application.. that consumes this events dont really need this method as like in the example you implement TYPE as static.. e point it to the EventBus.. but i guess the GWT framework uses it anyway.. suppose that i provide you a framework and want to obligate you to implement a method

Trivial JSNI scneario results in ClasscastException (hosted mode only)

2010-03-09 Thread Eric
Host page has this: Call JSNI JavaScript function from HTML where function implementation was written in Java. Click here: a href='#' onClick='gwtJs2();'here/ a In EntryPoint, I have this: public void onModuleLoad() { defineGwtJs2(); } /** *

Re: Equivalent method in GWT?

2010-03-09 Thread mariyan nenchev
See DOM. methods. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For

Setting ClientBundle/CssResource output to human readable

2010-03-09 Thread opn
Hello! Im using a CssResource in my TestApplication and i am not able to set the css output to something i can read. I googled a bit and found this: !-- Human readable Style names. Comment out for production -- set-configuration-property name=CssResource.style value=pretty / !-- Disable

New window like Gmail has now

2010-03-09 Thread Dan
Gmail recently added the new fast new window functionality. See here if you are not familiar: http://gmailblog.blogspot.com/2010/03/fast-new-windows.html It doesn't seem that a script is being loaded from the server any more, it's so fast. Any way to do this in GWT? (I'm a newbie, have pity on

Re: Trivial JSNI scneario results in ClasscastException (hosted mode only)

2010-03-09 Thread Thomas Broyer
On 9 mar, 23:13, Eric ebatz...@gmail.com wrote: Host page has this: Call JSNI JavaScript function from HTML where function implementation was written in Java. Click here: a href='#' onClick='gwtJs2();'here/ a In EntryPoint, I have this:         public void onModuleLoad() {              

Re: Trivial JSNI scneario results in ClasscastException (hosted mode only)

2010-03-09 Thread Eric
Thanks Thomas. I tried your suggestion and it worked. (Sorry if I missed this in some previous discussion.) Thanks for the help, Eric On Mar 9, 4:09 pm, Thomas Broyer t.bro...@gmail.com wrote: On 9 mar, 23:13, Eric ebatz...@gmail.com wrote: Host page has this: Call JSNI JavaScript

Re: GWT Compilation Failed

2010-03-09 Thread Muthu
Any help with this?? I'm still stuck.. and the actual error is as follows [ERROR] Unable to compile. java.io.IOException: Cannot run program java: error=2, No such file or directory My project used to compile and deploy to the app engine properly. Then I separated the GWT project into 3

[ANN] Smart GWT Pro/EE 2.1 released

2010-03-09 Thread ckendrick
In addition to new client-side features already detailed here: http://www.jroller.com/sjivan/entry/smart_gwt_2_1_released New server features: * New built-in server-side validators isUnique makes it trivial to enforce common cases like having a unique user name.

Re: Smart GWT Pro/EE 2.1 released

2010-03-09 Thread ckendrick
Apologies for the second posting. Some links were mangled, they are corrected below. In addition to new client-side features already detailed here: http://www.jroller.com/sjivan/entry/smart_gwt_2_1_released New server features: * New built-in server-side validators isUnique

Re: server side internationalization

2010-03-09 Thread Sebastien
Hi I extracted the code to a dedicated project: http://code.google.com/p/gwt-i18n-server/ Now It supports Constants, ConstantsWithLookup, Messages (plural included). Regards, Seb On 8 fév, 13:42, Lucas de Oliveira lucasdeolive...@gmail.com wrote: Hi all, sorry to bring back the post but I'm

Re: HTML tag in GWT

2010-03-09 Thread raj
sorry folk! i couldn't find the way to add the horizontalpanel into listgridi surfed through showcase and i tried all possible way except the correct way,i think.. so friends... could any one help me in this.(if you could mention the location in the showcase would be fine and better)

How to integrate GWT application with IBM Websphere Portal

2010-03-09 Thread kbalasmile
Hi guys, I am new to GWT. I have understood that we can create RIA apps using GWT. Is it possbile to integrate these applications with Portal? Thanks in advance for your resopnse. Regards, Bala -- You received this message because you are subscribed to the Google Groups Google Web

setVisible(false) resp. UiBinder directive visible=false == CSS directive display: none;?

2010-03-09 Thread Alexander Orlov
Is the setVisible(false) method of a widget or the UiBinder equivalent visible=false a shortcut for the CSS directive display: none;? Or is setting the visible property to FALSE the equivalent to not loading the widget at all? -- You received this message because you are subscribed to the Google

Re: setVisible(false) resp. UiBinder directive visible=false == CSS directive display: none;?

2010-03-09 Thread Chris Lercher
Hi, the default implementation of setVisible() in the abstract UiObject class does just that: It sets elem.style.display = visible ? '' : 'none'; But the setVisible() method is overridden by some classes, in GWT 2.0.3 these are the classes PopupPanel and LazyPanel. PopupPanel currently sets

[gwt-contrib] Re: Remove caching of style sheets in IE6 (cache may be invalid when there are multiple modules)

2010-03-09 Thread jgw
On 2010/03/08 19:43:13, Dan Rice wrote: I added a new patch that caches the lengths but not the actual style sheet contents. In the worst case, if the lengths are wrong we will just append in a suboptimal way, but not lose any data. Benchmarking shows that the performance difference is

[gwt-contrib] Changes for crawling:

2010-03-09 Thread kprobst
Reviewers: amtimanjhi_google.com, Description: Changes for crawling: - CrawlableHyperlink - client-side changes to Showcase sample Review at http://gwt-code-reviews.appspot.com/161801 Please review this at http://gwt-code-reviews.appspot.com/163802 Affected files: M

[gwt-contrib] Re: Changes for crawling:

2010-03-09 Thread kprobst
http://gwt-code-reviews.appspot.com/161801/diff/1/3 File samples/showcase/war/Showcase.html (right): http://gwt-code-reviews.appspot.com/161801/diff/1/3#newcode4 Line 4: script language='javascript' The reason I add the title programmatically is because it changes to reflect the widget that is

[gwt-contrib] Issue 4586: DOMImpl.g/setInnerText() use unnecessarily expensive node manipulation

2010-03-09 Thread jgw
LGTM http://gwt-code-reviews.appspot.com/160805 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] 3 PopupPanel related bugs

2010-03-09 Thread Joel Webber
Thanks, George. I'll put these on our schedule to look at as soon as we can. On Fri, Mar 5, 2010 at 9:41 AM, ggeorg georgopoulos.georg...@gmail.comwrote: Hi, please have a look at: - http://code.google.com/p/google-web-toolkit/issues/detail?id=4720can=4 -

[gwt-contrib] Re: supporting java.io.InputStream/Reader in GWT's JRE

2010-03-09 Thread Eric B. Ridge
Hi Ray. Thanks for the pointer. That was exactly what I needed. Took about 20 minutes of work to get InputStream and Reader working in GWT. Also, my coworkers and I are wondering if GWT is single. eric On Mar 8, 5:18 pm, Ray Cromwell cromwell...@gmail.com wrote: Look at the

Re: [gwt-contrib] Re: supporting java.io.InputStream/Reader in GWT's JRE

2010-03-09 Thread Andi Mullaraj
Also, my coworkers and I are wondering if GWT is single.? I am not an English native (so I might have read smth you didn't mean :)), but this is very funny. I love her too. Andi On Tue, Mar 9, 2010 at 11:24 AM, Eric B. Ridge eeb...@gmail.com wrote: Hi Ray. Thanks for the pointer. That was

Re: [gwt-contrib] RFC : Soft permutations for the GWT compiler

2010-03-09 Thread BobV
As a more complicated example, an internal app has different translations for Latin-American Spanish from the rest of the Spanish translations, so they have es and es_419 as deferred binding properties.  Then they inherit CldrLocales, and automatically get the right set of runtime locales in

Re: [gwt-contrib] Re: supporting java.io.InputStream/Reader in GWT's JRE

2010-03-09 Thread Bruce Johnson
On Tue, Mar 9, 2010 at 11:29 AM, Andi Mullaraj andimulla...@gmail.comwrote: Also, my coworkers and I are wondering if GWT is single.? I am not an English native (so I might have read smth you didn't mean :)), but this is very funny. I love her too. ha ha -- i'm totally stealing that joke.

Re: [gwt-contrib] RFC : Soft permutations for the GWT compiler

2010-03-09 Thread John Tamplin
On Tue, Mar 9, 2010 at 11:29 AM, BobV b...@google.com wrote: As a more complicated example, an internal app has different translations for Latin-American Spanish from the rest of the Spanish translations, so they have es and es_419 as deferred binding properties. Then they inherit

[gwt-contrib] Re: Fix for KeyPressEvent.getCharCode and overall key events improvements

2010-03-09 Thread jgw
On 2010/03/03 16:47:02, jlabanca wrote: LGTM. http://gwt-code-reviews.appspot.com/154812 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] RFC : Soft permutations for the GWT compiler

2010-03-09 Thread BobV
What does runtime locales do, exactly? -- Bob Vawter Google Web Toolkit Team -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] RFC : Soft permutations for the GWT compiler

2010-03-09 Thread John Tamplin
On Tue, Mar 9, 2010 at 12:04 PM, BobV b...@google.com wrote: What does runtime locales do, exactly? Essentially what soft permutations do, for number/date/time formatting rules, currency details, and the default currency for a locale. They are implemented by doing a switch on the runtime

[gwt-contrib] Re: supporting java.io.InputStream/Reader in GWT's JRE

2010-03-09 Thread Eric B. Ridge
On Mar 9, 11:29 am, Andi Mullaraj andimulla...@gmail.com wrote: Also, my coworkers and I are wondering if GWT is single.? I am not an English native (so I might have read smth you didn't mean :)), but this is very funny. I love her too. You read it correctly! eric --

[gwt-contrib] Changes for crawling:

2010-03-09 Thread kprobst
Reviewers: amitmanjhi, Description: Changes for crawling: - CrawlableHyperlink - client-side changes to Showcase sample Review at http://gwt-code-reviews.appspot.com/161801 Please review this at http://gwt-code-reviews.appspot.com/165801 Affected files: M

[gwt-contrib] Re: Give a better error message when RunAsyncCode.runAsyncCode is passed something

2010-03-09 Thread scottb
Mostly LGTM, and a definitely improvement. That being said, there's an inconsistency between this and the the existing error reporting architecture. The general paradigm is that all potential user-errors are caught by the time GenerateJavaAST finishes. These lines in JavaToJavaScriptCompiler

[gwt-contrib] Re: Give a better error message when RunAsyncCode.runAsyncCode is passed something

2010-03-09 Thread scottb
I should have mentioned.. one of the important reasons to do the error checking early (and on the JDT AST rather than the GWT AST) is that at some point we want to share all user-error validation code with the Google Eclipse Plugin, and it'd be good if that migration is as painless as possible.

Re: [gwt-contrib] RFC : Soft permutations for the GWT compiler

2010-03-09 Thread BobV
Here's what John and I worked out over IM to get the existing runtime locales support migrated to soft permutations: - The existing locale property continues to work as it currently does. - The runtime.locales configuration property is eliminated in favor of a runtimeLocale deferred-binding

[gwt-contrib] [google-web-toolkit] r7688 committed - Fix the escaping of a String used in one of test methods of JsonpReque...

2010-03-09 Thread codesite-noreply
Revision: 7688 Author: amitman...@google.com Date: Tue Mar 9 09:29:14 2010 Log: Fix the escaping of a String used in one of test methods of JsonpRequestTest Patch by: amitmanjhi Review by: jat http://code.google.com/p/google-web-toolkit/source/detail?r=7688 Modified:

Re: [gwt-contrib] RFC : Soft permutations for the GWT compiler

2010-03-09 Thread Bruce Johnson
Since module-mutator amounts to an API change (and sounds pretty weird from a distance), please update the (nice) design doc and get unanimous consent from the SDK team (after getting contributor feedback from the group here). On Tue, Mar 9, 2010 at 3:31 PM, BobV b...@google.com wrote: Here's

Re: [gwt-contrib] RFC : Soft permutations for the GWT compiler

2010-03-09 Thread John Tamplin
On Tue, Mar 9, 2010 at 3:31 PM, BobV b...@google.com wrote: - The runtimeLocale property is defined and collapsed by a ModuleDefMutator which also defines additional rebind rules based on the defined locale values. - One or more ModuleDefMutators are installed by a module-mutator

Re: [gwt-contrib] RFC : Soft permutations for the GWT compiler

2010-03-09 Thread Bruce Johnson
Thanks for the explanation. Would be really useful to add to the design doc with enough formatting to make it easy to understand. It just seems like a very powerful feature that could interact in very hard-to-understand ways with various build systems, IDEs, etc. So it would need a lot of vetting.

[gwt-contrib] Re: Testing new GWT RPC implementation (aka deRPC)

2010-03-09 Thread Eric B. Ridge
On Jul 24 2009, 10:22 pm, BobV b...@google.com wrote: The deRPC code went into trunk a week or so ago, and no initial fires have been reported.  I'd like to get folks on GWTC to give it a shakedown. snip I'm mainly looking for the following kinds of feedback:   - If it doesn't work, please

[gwt-contrib] [google-web-toolkit] r7689 committed - Get rid of the jars in bikeshed/war/WEB_INF/lib, and fix style of Stor...

2010-03-09 Thread codesite-noreply
Revision: 7689 Author: rj...@google.com Date: Tue Mar 9 10:30:26 2010 Log: Get rid of the jars in bikeshed/war/WEB_INF/lib, and fix style of Storage Desk review by amitmanjhi No rietvled review due to upload script problemsb Review by: amitman...@google.com

Re: [gwt-contrib] RFC : Soft permutations for the GWT compiler

2010-03-09 Thread BobV
On Tue, Mar 9, 2010 at 4:26 PM, Bruce Johnson br...@google.com wrote: Thanks for the explanation. Would be really useful to add to the design doc with enough formatting to make it easy to understand. It just seems like a very powerful feature that could interact in very hard-to-understand ways

Re: [gwt-contrib] [google-web-toolkit] r7690 committed - Gflow framework with some local CFG-based optimizations....

2010-03-09 Thread Scott Blum
w00t! That's a lot of work that just landed! -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Test upload for soft permutations

2010-03-09 Thread scottb
(Just adding myself as a reviewer.) http://gwt-code-reviews.appspot.com/160801 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] First request factory call with params

2010-03-09 Thread rjrjr
Reviewers: amitmanjhi, Description: Pick an employee from the select, and see his expenses. Please review this at http://gwt-code-reviews.appspot.com/168801 Affected files: bikeshed/.classpath bikeshed/src/com/google/gwt/requestfactory/shared/Slot.java

[gwt-contrib] Re: First request factory call with params

2010-03-09 Thread rjrjr
Code review, please http://gwt-code-reviews.appspot.com/168801 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] [google-web-toolkit] r7690 committed - Gflow framework with some local CFG-based optimizations....

2010-03-09 Thread Bruce Johnson
very exciting! nice work. On Tue, Mar 9, 2010 at 7:20 PM, Scott Blum sco...@google.com wrote: w00t! That's a lot of work that just landed! -- http://groups.google.com/group/Google-Web-Toolkit-Contributors -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fix escaping

2010-03-09 Thread amitmanjhi
On 2010/03/09 02:56:39, jat wrote: LGTM Thanks. Commited http://code.google.com/p/google-web-toolkit/source/detail?r=7688 http://gwt-code-reviews.appspot.com/163801 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Changes for crawling:

2010-03-09 Thread amitmanjhi
On 2010/03/09 18:27:31, kathrin wrote: Continuing the code review here. The only remaining issue I have is with the 3 constructors in CrawlableHyperlink that don't do anything. Do you need to override all 3? Also, while you are at it, perhaps you can deprecate/refactor/cleanup some of the

[gwt-contrib] Fix JsDuplicateFunctionRemover to handle non-empty ctor/seed funcs

2010-03-09 Thread cromwellian
Reviewers: Lex, scottb, Description: Scott's new ctor patch violates some assumptions of the old duplicate remover. This new one uses a more general purpose mechanism for avoiding removal where it's not warranted, the algorithm, as Scott invented it: Any JsNameRef JsName that is *not* the