Re: Gwt Multiple Language

2008-10-30 Thread Thomas Broyer
On 29 oct, 17:15, Thomas Broyer [EMAIL PROTECTED] wrote: On 29 oct, 12:51, jagadesh [EMAIL PROTECTED] wrote: Hi Guys , Iam Working On Gwt 1.5.3 . My Requirement is Iam Using 2 languages  one is English and other is Chines [ Traditional] i have written 2 constants file for both. now

Re: FormPanel: is it only for sending data to server?

2008-10-30 Thread Muhannad
On Oct 30, 12:12 pm, Thomas Broyer [EMAIL PROTECTED] wrote: (I'm really wondering what use case you have to need reloading your module *and* get a hint about the reload count) Well, my application needs to do the following: 1. OnModuleLoad() a. load data from data base into data structure

Re: FormPanel: is it only for sending data to server?

2008-10-30 Thread Thomas Broyer
On 30 oct, 10:35, Muhannad [EMAIL PROTECTED] wrote: On Oct 30, 12:12 pm, Thomas Broyer [EMAIL PROTECTED] wrote: (I'm really wondering what use case you have to need reloading your module *and* get a hint about the reload count) Well, my application needs to do the following: 1.

Problem with extracting the zipped file for gwt-windows-1.5.2.zip

2008-10-30 Thread abdu9999
greeting i want to start using [google web toolkit] but i meet problem with extracting the zipped file (gwt-windows-1.5.2.zip) in my computer windows , i used Winzip and Winrar which give me error massage that the compressed file is defective or somthing like that pls help me to solve this

gwt-windows-1.5.2.zip Problem

2008-10-30 Thread Google King
Hi, i want to start using [google web toolkit] but i meet problem with extracting the zipped file (gwt-windows-1.5.2.zip) in my computer windows , i used Winzip and Winrar which give me error massage that the compressed file is defective or somthing like that pls help me to solve this problem

Re: Facebook Bottom Menu

2008-10-30 Thread walden
lstenes, That menu on facebook is a div with fixed positioning, anchored to the bottom right, There is no reason you would not be able to implement the same sort of thing using GWT. Walden On Oct 29, 1:19 pm, Istenes [EMAIL PROTECTED] wrote: Hi, I am new to gwt and been testing some panels

Re: Gears 0.4 features in GWT Google API Library

2008-10-30 Thread Eric Ayers
Further code review comments posted here: I'm going to look @ the demo now. http://code.google.com/p/gwt-google-apis/source/branch?spec=issue202 On Wed, Oct 29, 2008 at 6:03 PM, rakesh wagh [EMAIL PROTECTED] wrote: Mark, I took your servlet as is and replaced with mine and it worked! I

Re: session creation

2008-10-30 Thread kavuri
Hi Joe, first of all thank you for ur reply acutually i don't know how and where i have to change that cookie path...could u post some sample code here.. On Oct 24, 6:32 pm, Joe Cole [EMAIL PROTECTED] wrote: I just had the same problem on a new play site we are doing. Check your cookie

Drawing MultiColumnFormPanel with HTML Editor or RichTextArea

2008-10-30 Thread Manish Kumar
Hi EveryBody, Sorry for a basic problem. I tried to do this myself but I have no way to proceed. My problem is that I am try a get a MulticolumnFormPanel including HTML editor or RichTextArea Which is displayed on a PopUpPanel. Please make a note that I don't want to use any external html

Re: FormPanel and FileUpload help

2008-10-30 Thread mon3y
do u get the window alert popping up after u click on submit? On Oct 29, 8:24 pm, grasshopper [EMAIL PROTECTED] wrote: I am trying to set up file uploading in an app and I am having trouble with no sign of what is wrong. My trouble is that when I click a button to submit a FormPanel,

Re: Popups and dialogs appear below Java applets

2008-10-30 Thread El Mentecato Mayor
There's nothing like answering your own post! I went ahead and implemented the shim solution referenced below. It works great in IE6 and 7. In Firefox, only the area covered by the iframe is on top of the applet, meaning that if you move the dialog, it goes behind the applet as soon as it is

Re: fileupload not submitting (SOLVED)

2008-10-30 Thread grasshopper
YB, I was making the same rookie mistake you were. However, attaching my FormPanel to the RootPanel does not display/show it. Any ideas what problem I might be running into? On Oct 10, 2:05 am, YB [EMAIL PROTECTED] wrote: AHHH progress. Found the problem. Rookie mistake, i was attaching the

Re: FormPanel and FileUpload help

2008-10-30 Thread mon3y
How have you attached the panel? RootPanel.get().add(uploadPanel ); On Oct 30, 4:35 pm, grasshopper [EMAIL PROTECTED] wrote: mon3y, No. Not getting alert popping up after i click on submit. Looking through GWT Group discussions i found a discussion/thread which helped me realize i was

Re: gwt rpc vs json

2008-10-30 Thread Damon Lundin
I will probably write up a summary of my experience with this, but my application just switched from using JSON to RPC as the payload for the initial data set embedded in the original HTML sent from the server on the first request. We've also been slowly converting our JSON HTTP requests to RPC

Rounded corners in DecoratedTabPanel fail to display in IE 6

2008-10-30 Thread omsrobert
The upper left and upper right corners are missing under IE 6. Is this a bug? How can I work around it? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: case expressions must be constant expressions

2008-10-30 Thread Lothar Kimmeringer
seven.reeds schrieb: index.otherClass.JOE However, I am now getting errors of the form: case expressions must be constant expressions You're not following the coding style guidlines being published by SUN, so it's hard to say. I assume that otherClass is not a static inner class of

Re: Rounded corners in DecoratedTabPanel fail to display in IE 6

2008-10-30 Thread grasshopper
This is not a bug. You need a special way to tell IE 6 where the corner images are for those two corner table cells. This is the css file I use for DecoratedTabBar to work in any IE browser. The css styles for DecoratedTabPanel should be similar. Look at DecoratedTabPanel api for css style

Generating web.xml

2008-10-30 Thread [EMAIL PROTECTED]
This question has been asked several times: How can I generate a web.xml out of *.gwt.xml module files. Here is a simple class that solved the problem for us: package com.ifbag.gwtbase.base; import java.io.*; import com.google.gwt.core.ext.TreeLogger; import

run application with eclipse problem

2008-10-30 Thread rodrigo
hello, i am new with gwt and i want to run a project in host mode... its a big project and normaly i run it with the command ant all from shell how can i do it? thank you very much --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

GWT Applications - Industry Awards?

2008-10-30 Thread Anthony O
Does anyone know of any GWT or RIA based application contests? We are about to release a pretty significant product that has been built with GWT. Wanted to know if there were any awards to be nominated for. Thanks Anthony O --~--~-~--~~~---~--~~ You received

GWT, generated HTML and the W3C validator?

2008-10-30 Thread Peter Krantz
Hi! I am currently investigating GWT but can not find information on the possibilities of GWT creating markup that is according to spec. The examples presented on the website [1] seem to create a lot of old-school HTML (nested tables etc.). Is there any work going on in making sure generated

web mode: (TypeError) ... is not a function with generic interfaces and abstract implementations

2008-10-30 Thread Stefan Hübner
Hi all, I encountered some odd behaviour of GWT's compiler regarding generic interfaces and abstract implementations. I had compiled JavaScript-code failing with com.google.gwt.core.client.JavaScriptException: (TypeError): foo.set is not a function It took a while to hunt the problem down.

how to close browser window

2008-10-30 Thread arnaud
Hello eveyone, i just want to know how to close the window browser with the button.Does somebody know it? I hope youy response Arnaud --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: case expressions must be constant expressions

2008-10-30 Thread seven.reeds
On Oct 30, 11:07 am, Lothar Kimmeringer [EMAIL PROTECTED] wrote: seven.reeds schrieb: You're not following the coding style guidlines being published by SUN, so it's hard to say.[...] lol! no disagreement on this. I'm just happy to have [mostly] working code. Most real jave/OO coders

Re: how to close browser window

2008-10-30 Thread Jason Essington
it is really pretty easy using JSNI public static native closeWindow(JavascriptObject myWindow)/*- { myWindow.close(); }-*/; HOWEVER, you can only close windows that you open, and to close them, you have to have a reference to the window object. Since GWTs Window.open() doesn't return

hot code replacement in external module

2008-10-30 Thread [EMAIL PROTECTED]
Hi I am writing an application that consists of two modules : a main one, and a toolkit module which is inherited by the first one. The entry- point used for running and debugging my application is therefore the one found in the main module. My problem is, when I modify at runtime a client

1.5.3 not overwriting static resources for inherited modules

2008-10-30 Thread Sultan
Hello. Upgrading from 1.4.60 to 1.5.3 I can see the following compiler output difference. I have a module (let's name it ChildModule) that inherits from another module (let's name it ParentModule). ChildModule has some files in its public folder named the same as files in public folder of the

Download App on GWT using RPC

2008-10-30 Thread Eduardo Cardoso
Hello guys, I want to create a application thats prompts to user a file to download. I just create a service for that. My method code: Document document = new Document(); ByteArrayOutputStream baos = new ByteArrayOutputStream(); PdfWriter.getInstance(document, baos); document.open();

Refreshing page with javascript

2008-10-30 Thread swordfishy
Hi Im trying to refresh a page using javascript after clicking a submit button. here is the method //refreshes the page on submit private native void reload() /*-{ $wnd.location.reload(); }-*/; it works fine in FF, but doesnt seem to work in ie..any ideas? Thanks.

Re: Download App on GWT using RPC

2008-10-30 Thread Jason Essington
you don't do it that way ... you've got a bunch of bytes returned to your RPC that you can do nothing with ... I have a service that builds reports like this, and it opens a new window (has to do this as a direct result of a user action otherwise it'll be blocked by popup blockers), sends

Re: Cast Element to Widget

2008-10-30 Thread Sumit Chandel
Hi Mathew, You shouldn't need to cast the retrieved DOM element as a Widget. You can add an Event Listener directly on the Element through the DOM.setEventListener(Element elem, EventListener listener) method. Check out the Javadoc link below for more details. DOM API:

Re: Download App on GWT using RPC

2008-10-30 Thread Eduardo Cardoso
Ops, only one more question. You said , which you put that file on somewhere in your server. Theres some default place to put that on server? On Thu, Oct 30, 2008 at 4:02 PM, Eduardo Cardoso [EMAIL PROTECTED]wrote: Hmm thats ok , thanks for the prompt help! On Thu, Oct 30, 2008 at 3:59 PM,

Re: Download App on GWT using RPC

2008-10-30 Thread Jason Essington
That is up to you ... you could write it to the file system, store it in the session, stuff it in the database, what ever seems to be the best option in your case. there really is no right answer to this one for every case. your other option of course is to simply have a regular servlet

Re: Download App on GWT using RPC

2008-10-30 Thread Eduardo Cardoso
Hmm thats ok , thanks for the prompt help! On Thu, Oct 30, 2008 at 3:59 PM, Jason Essington [EMAIL PROTECTED]wrote: you don't do it that way ... you've got a bunch of bytes returned to your RPC that you can do nothing with ... I have a service that builds reports like this, and it opens

Re: Download App on GWT using RPC

2008-10-30 Thread Eduardo Cardoso
Thats ok!, Thank you so much! regards Eduardo On Thu, Oct 30, 2008 at 4:12 PM, Jason Essington [EMAIL PROTECTED]wrote: That is up to you ... you could write it to the file system, store it in the session, stuff it in the database, what ever seems to be the best option in your case. there

Re: GWT+Maps JS conflict

2008-10-30 Thread ivovnenko
yeah, I know, but it worked like yesterday +I have 3 different servers dev, staging and production and before, I was just making 1 build and then modefied HTML (different api key) for each server. Now I guess I'll have to do 3 different builds.. On Oct 30, 8:06 pm, Eric Ayers [EMAIL PROTECTED]

Re: Internalization problem with gwt1.5

2008-10-30 Thread Sumit Chandel
Hi Aksa, It seems that the problem you're encountering lies in one of the libraries you are using. Specifically, com.extjs.gxt.ui.client.messages.MyMessages seems to be part the Ext GWT library. The compiler is having trouble finding the appropriate deferred binding rules for the MyMessages

Re: GWT+Maps JS conflict

2008-10-30 Thread Eric Ayers
Hmm, if it was working before... I don't think you are doing anything wrong. Have you upgraded GWT in the time since it was working? On Thu, Oct 30, 2008 at 2:17 PM, ivovnenko [EMAIL PROTECTED] wrote: yeah, I know, but it worked like yesterday +I have 3 different servers dev, staging and

Re: GWT+Maps JS conflict

2008-10-30 Thread Ivan Vovnenko
Maybe gmaps js's are updated? Any workarround on deployment for 3 different servers? (different ip key) Regards, Ivan Vovnenko On Oct 30, 2008, at 8:32 PM, Eric Ayers [EMAIL PROTECTED] wrote: Hmm, if it was working before... I don't think you are doing anything wrong. Have you upgraded

client side xpath alternatives?

2008-10-30 Thread mwaschkowski
Hi, I've got a lot of XML that I would like to do some fairly straightforward manipulation of that would be greatly helped by using xpath in the client. I realize that gwt doesn't include support for xpath, can anyone offer some client side alternatives? Best, Mark

Re: how to close browser window

2008-10-30 Thread arnaud
ok thank u, see you On 30 oct, 17:40, Jason Essington [EMAIL PROTECTED] wrote: it is really pretty easy using JSNI    public static native closeWindow(JavascriptObject myWindow)/*- { myWindow.close(); }-*/; HOWEVER, you can only close windows that you open, and to close them,   you have to

Java Developer - GWT, AJAX, Struts, Apache

2008-10-30 Thread Carrie
Apex Systems, Inc. is currently seeking to fill a Software Engineer opportunity (Junior, Mid and Senior) with our client located in Annapolis Junction, MD. Our client delivers technical expertise and operational support in seven core service areas. They provide leading edge research and

Re: web mode: (TypeError) ... is not a function with generic interfaces and abstract implementations

2008-10-30 Thread Stefan Hübner
Isaac, see my comments below: Isaac Truett [EMAIL PROTECTED] writes: 1. What version of GWT are you using when this happens? The described behaviour is reproducable with GWT 1.5.2 both on Debian GNU/Linux (lenny) and Windows XP. 2. Would you mind opening an issue in the issue tracker and

Re: Is there a widget/panel that mimics the zoom/scroll functions that are used in google maps?

2008-10-30 Thread naterator
Sorry to bump my own topic, but does anyone have any ideas? Are there any widgets/libraries that would help me out with data like this? Thanks, ~N On Oct 8, 3:03 pm, naterator [EMAIL PROTECTED] wrote: I'm looking to put together some pedigree building software, much like that used at sites

Re: Gears 0.4 features in GWT Google API Library

2008-10-30 Thread rakesh wagh
Mark, jsut a quick question. Did you test your demo code for IE and firefox? I am having issues with IE. request complete callback is not triggered. Works great with firefox. On Oct 29, 5:03 pm, rakesh wagh [EMAIL PROTECTED] wrote: Mark, I took your servlet as is and replaced with mine and

can the gwt compiler compile files outside the module

2008-10-30 Thread AB
I have a module and tried to include a .java file that is on the gwt compile cp but not in the module (ie, not under com.mycompany.mymodule.client). I reference the class in my module. The compiler cannot find the .java file. Is the only way to include it by building another module and including

Re: Gears 0.4 features in GWT Google API Library

2008-10-30 Thread rakesh wagh
FYI: Existing code with error in IE: public native void setCallback(RequestCallback handler) /*-{ var request = this; this.onreadystatechange = function() { if (request.readyState == 4) { @com.google.gwt.gears.client.httprequest.HttpRequest::fireRequestComplete(Lcom/

Math.rint broken in web mode ?

2008-10-30 Thread Dobes
It appears that Math.rint() is not working correctly inside the web browser. I ran the following test in hosted mode and in web mode: StringBuffer sb = new StringBuffer(); sb.append(4200 * 1.0825 = ).append(4200 * 1.0825).append('\n'); sb.append(4200 * 0.0825 = ).append(4200 *

Re: Math.rint broken in web mode ?

2008-10-30 Thread Dobes
Actually I took a second look and decided that Math.rint() is really the best rounding mode for my purposes ... I reported this bug in the GWT issue tracker, however. On Oct 30, 7:19 pm, Dobes [EMAIL PROTECTED] wrote: It appears that Math.rint() is not working correctly inside the web browser.

setaccesskey not work FireFox

2008-10-30 Thread jhpark
Sorry I can't write english well... GWT ver : 1.5.3 os : window xp FireFox ver : 3.0.3 IE, Chrome work very well.. FF is not work.. thank you. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: com.google.gwt.core.client.JavaScriptException: (TypeError): '$wnd.Ext.StatusBar' is null or not an object

2008-10-30 Thread Manish Kumar
Hi Lother, Can you please elaborate this You have only installed the Wrapper-Classes around ext, but not ext itself. Since I have put everything in classpath including ext jar. Though, I have not done anyting with ext2.0.2.Can you please let me know to put this in path. Thanks Regards

NumberFormat currency format - number of decimal places based on currency code?

2008-10-30 Thread Dobes
I'm trying to format international currency values all in the same application, and I'm switching from using my home-baked solution to using GWT's NumberFormat. What I can't figure out is how to determine and change the number of decimal places for each currency. For example, dollars would be

[gwt-contrib] RPC and Fileuploads

2008-10-30 Thread stuckagain
Hi, Some time ago I reported a request for enhancement about somehow getting FileUploads to be better integrated with RPC. http://code.google.com/p/google-web-toolkit/issues/detail?id=2538q=fileupload In our project, we need to upload files, expand it and create some records that contain data

[gwt-contrib] Re: Bug fixes have any priority ?

2008-10-30 Thread stuckagain
Hi John, When I run the application in the browser it works. In hosted mode I see requests for different #MD5#.png files than when running in the browser. David On Oct 29, 9:21 pm, John Tamplin [EMAIL PROTECTED] wrote: On Wed, Oct 29, 2008 at 3:56 PM, David [EMAIL PROTECTED] wrote: And also

[gwt-contrib] Re: Updated WAR design for GWT 1.6

2008-10-30 Thread Miguel Méndez
Can we get a patch? On Wed, Oct 29, 2008 at 5:55 PM, Scott Blum [EMAIL PROTECTED] wrote: Hearing no objections, we implemented this. :) On Wed, Oct 29, 2008 at 11:00 AM, BobV [EMAIL PROTECTED] wrote: Scott, Miguel, Kelly, and I sat down today to try to resolve some of the problems with

[gwt-contrib] Re: Updated WAR design for GWT 1.6

2008-10-30 Thread John Tamplin
On Thu, Oct 30, 2008 at 9:38 AM, Miguel Méndez [EMAIL PROTECTED] wrote: Can we get a patch? svn sw http://google-web-toolkit.googlecode.com/svn/releases/1.6 -- John A. Tamplin Software Engineer (GWT), Google --~--~-~--~~~---~--~~

[gwt-contrib] Re: Bug fixes have any priority ?

2008-10-30 Thread John Tamplin
On Thu, Oct 30, 2008 at 5:33 AM, stuckagain [EMAIL PROTECTED] wrote: When I run the application in the browser it works. In hosted mode I see requests for different #MD5#.png files than when running in the browser. Do you see this problem when running hosted mode from a sample that uses

[gwt-contrib] [google-web-toolkit commit] r3898 - changes/spoon/runAsync/dev/core/src/com/google/gwt/dev/jjs/impl

2008-10-30 Thread codesite-noreply
Author: [EMAIL PROTECTED] Date: Thu Oct 30 07:47:33 2008 New Revision: 3898 Modified: changes/spoon/runAsync/dev/core/src/com/google/gwt/dev/jjs/impl/ReplaceRunAsyncs.java Log: Fix the log message when specifying where a runAsync loader is assigned. Modified:

[gwt-contrib] Re: why are Hyperlinks divs?

2008-10-30 Thread Alex Rudnick
I've had to use that same workaround -- I'll put this one on my list. Also, I'd like to look at folding HyperlinkOverride behavior (cmd-click and friends do the default browser thing, like opening a tab) into Hyperlink. Perhaps that could be a constructor argument too? On Wed, Oct 29, 2008 at

[gwt-contrib] Re: RR: runAsync merge to trunk

2008-10-30 Thread BobV
The cast to (T) is JsVisitor.accept() is necessary for javac 1.5.0_13 as shipped on OS X to compile the code. Otherwise, LGTM. What are your current thoughts on making runAsync work with XS and SSO linkers, since they use function closures? I'll follow up with an updated SOYC reports CL

[gwt-contrib] [google-web-toolkit commit] r3899 - releases/1.6/user/test/com/google/gwt/user/server/rpc

2008-10-30 Thread codesite-noreply
Author: [EMAIL PROTECTED] Date: Thu Oct 30 08:31:18 2008 New Revision: 3899 Modified: releases/1.6/user/test/com/google/gwt/user/server/rpc/RemoteServiceServletTest.java Log: Build break fix: MockServletConfig needed to implement getServletName() to construct a log message. Review by:

[gwt-contrib] Re: why are Hyperlinks divs?

2008-10-30 Thread Ray Ryan
On Thu, Oct 30, 2008 at 8:15 AM, Alex Rudnick [EMAIL PROTECTED] wrote: I've had to use that same workaround -- I'll put this one on my list. Cool, I've assigned it to you. Also, I'd like to look at folding HyperlinkOverride behavior (cmd-click and friends do the default browser thing,

[gwt-contrib] Re: Bug fixes have any priority ?

2008-10-30 Thread stuckagain
Hi John, Yes, I have the same problem with the showcase application. How are these filenames generated for the ImageBundles ... there must be something that is platform specific ? The RPC problem I was able to circumvent by using my own SerializationPolicy implementation, that is basically the

[gwt-contrib] Re: RR: runAsync merge to trunk

2008-10-30 Thread Lex Spoon
On Wed, Oct 29, 2008 at 4:26 PM, Ray Cromwell [EMAIL PROTECTED] wrote: Lex, I can just hack it for now. Long term, I would prefer a solution that addresses in a general purpose fashion, the needs of GWT to be aware of the container it is in, such as the ability to fetch external resources, or

[gwt-contrib] [google-web-toolkit commit] r3900 - in releases/1.6: dev/core/src/com/google/gwt/dev/shell user/test/com/google/gwt/user/serv...

2008-10-30 Thread codesite-noreply
Author: [EMAIL PROTECTED] Date: Thu Oct 30 08:45:11 2008 New Revision: 3900 Modified: releases/1.6/dev/core/src/com/google/gwt/dev/shell/HostedModeServletConfigProxy.java releases/1.6/dev/core/src/com/google/gwt/dev/shell/HostedModeServletContextProxy.java

[gwt-contrib] Re: Bug fixes have any priority ?

2008-10-30 Thread John Tamplin
On Thu, Oct 30, 2008 at 11:38 AM, stuckagain [EMAIL PROTECTED] wrote: Yes, I have the same problem with the showcase application. How are these filenames generated for the ImageBundles ... there must be something that is platform specific ? I can't reproduce this problem on Windows or Linux.

[gwt-contrib] Re: RPC and Fileuploads

2008-10-30 Thread John Tamplin
On Thu, Oct 30, 2008 at 11:58 AM, BobV [EMAIL PROTECTED] wrote: MyServiceAsync async = GWT.create(MyRpcService.class); StreamWriter w = ((SerializationStreamFactory) async).createStreamWriter(); w.writeObject(any object that the async interface could send to the server); String payload =

[gwt-contrib] Re: why are Hyperlinks divs?

2008-10-30 Thread Alex Rudnick
On Thu, Oct 30, 2008 at 11:35 AM, Ray Ryan [EMAIL PROTECTED] wrote: Maybe, we can hash that out when the time comes. Is there an issue on that one? If not, can you write it up for milestone_1_6_RC? Sounds like a plan! Entered issue 3061.

[gwt-contrib] Re: RR: runAsync merge to trunk

2008-10-30 Thread Lex Spoon
On Thu, Oct 30, 2008 at 11:28 AM, BobV [EMAIL PROTECTED] wrote: The cast to (T) is JsVisitor.accept() is necessary for javac 1.5.0_13 as shipped on OS X to compile the code. Otherwise, LGTM. Excellent. I put back the (T), with a comment, and committed at revision 3901. What are your

[gwt-contrib] Re: RR: Patch for ConstantMap

2008-10-30 Thread Scott Blum
On Wed, Oct 29, 2008 at 8:45 PM, Amit Manjhi [EMAIL PROTECTED] wrote: Thanks for the feedback, Scott. On Wed, Oct 29, 2008 at 8:22 PM, Scott Blum [EMAIL PROTECTED] wrote: I18NSuite: why is the test commented out? Since ConstantMap now uses Jsni, it needs a Gwt environment. There did not

[gwt-contrib] Re: RR: Patch for ConstantMap

2008-10-30 Thread Amit Manjhi
Hi Scott, I have attached the next version of the patch which incorporates all your feedback except changes to Collections.unmodifiableMap. I will send a separate patch for that shortly. Thanks, Amit On Wed, Oct 29, 2008 at 8:59 PM, John Tamplin [EMAIL PROTECTED] wrote: On Wed, Oct 29, 2008

[gwt-contrib] Re: RR: Patch for ConstantMap

2008-10-30 Thread Amit Manjhi
ConcurrentModificationException. I will handle the exception :). On second thoughts, I did see the utility of adding equals check in the other direction. The most recent patch contains the checks. I also discovered the missing equals and hashCode methods, which I also added in the patch. I will

[gwt-contrib] Re: RR: Patch for ConstantMap

2008-10-30 Thread Scott Blum
Sweet. On Thu, Oct 30, 2008 at 12:32 PM, Amit Manjhi [EMAIL PROTECTED] wrote: ConcurrentModificationException. I will handle the exception :). On second thoughts, I did see the utility of adding equals check in the other direction. The most recent patch contains the checks. I also

[gwt-contrib] Re: Updated WAR design for GWT 1.6

2008-10-30 Thread Scott Blum
Yeah, sorry.. we checked it into the 1.6 branch. On Thu, Oct 30, 2008 at 9:38 AM, Miguel Méndez [EMAIL PROTECTED] wrote: Can we get a patch? On Wed, Oct 29, 2008 at 5:55 PM, Scott Blum [EMAIL PROTECTED] wrote: Hearing no objections, we implemented this. :) On Wed, Oct 29, 2008 at 11:00

[gwt-contrib] [google-web-toolkit commit] r3902 - in changes/spoon/runAsync/dev/core/src/com/google/gwt/dev/jjs: . impl

2008-10-30 Thread codesite-noreply
Author: [EMAIL PROTECTED] Date: Thu Oct 30 10:13:18 2008 New Revision: 3902 Modified: changes/spoon/runAsync/dev/core/src/com/google/gwt/dev/jjs/JavaToJavaScriptCompiler.java changes/spoon/runAsync/dev/core/src/com/google/gwt/dev/jjs/impl/CodeSplitter.java Log: When splitting code,

[gwt-contrib] [google-web-toolkit commit] r3903 - changes/spoon/runAsync

2008-10-30 Thread codesite-noreply
Author: [EMAIL PROTECTED] Date: Thu Oct 30 10:18:48 2008 New Revision: 3903 Modified: changes/spoon/runAsync/branch-info.txt Log: Updating branch-info.txt. Modified: changes/spoon/runAsync/branch-info.txt == ---

[gwt-contrib] Re: RR: Patch for ConstantMap

2008-10-30 Thread John Tamplin
On Thu, Oct 30, 2008 at 12:21 PM, Scott Blum [EMAIL PROTECTED] wrote: Ahh... hmm. Well, ConstantMapTest isn't doing much right now, because it needs to implement makeFullMap() to really do anything. I played around with the idea of subclassing ConstantMap and overriding the JSNI methods to

[gwt-contrib] Re: RR: Patch for ConstantMap

2008-10-30 Thread Amit Manjhi
Updated patch: (a) incorporates ConstantMapTest, (b) Reverts the mappings change I introduced. Amit On Thu, Oct 30, 2008 at 12:38 PM, Scott Blum [EMAIL PROTECTED] wrote: Sweet. On Thu, Oct 30, 2008 at 12:32 PM, Amit Manjhi [EMAIL PROTECTED]wrote: ConcurrentModificationException. I will

[gwt-contrib] [google-web-toolkit commit] r3905 - branches/1_6_events/reference/code-museum/src/com/google/gwt/museum/c lient/defaultmuseum

2008-10-30 Thread codesite-noreply
Author: [EMAIL PROTECTED] Date: Thu Oct 30 10:44:27 2008 New Revision: 3905 Added: branches/1_6_events/reference/code-museum/src/com/google/gwt/museum/client/defaultmuseum/VisualsForCheckBoxAndRadioButtonEvents.java Log: Adding test for radio and checkboxes including setValue and

[gwt-contrib] [google-web-toolkit commit] r3907 - branches/1_6_events/reference/code-museum/src/com/google/gwt/museum/c lient/common

2008-10-30 Thread codesite-noreply
Author: [EMAIL PROTECTED] Date: Thu Oct 30 11:01:35 2008 New Revision: 3907 Modified: branches/1_6_events/reference/code-museum/src/com/google/gwt/museum/client/common/EventReporter.java Log: Missing file update. Modified:

[gwt-contrib] Re: Updated WAR design for GWT 1.6

2008-10-30 Thread Ray Cromwell
On Wed, Oct 29, 2008 at 8:00 AM, BobV [EMAIL PROTECTED] wrote: 3) The GWT module servlet tag is deprecated; it only works in legacy mode and is ignored (or generates a warning) in WAR mode. Instead, you should configure servlets in your web.xml. Does WAR mode offer the same inheritance

[gwt-contrib] RR: simple patch for caching of keySet, entrySet, and values in UnmodifiableMap

2008-10-30 Thread Amit Manjhi
Hi Scott, Please review the attached patch. Thanks, Amit Index: user/super/com/google/gwt/emul/java/util/Collections.java === --- user/super/com/google/gwt/emul/java/util/Collections.java (revision 3908) +++

[gwt-contrib] RR: runAsync with the leftovers pulled out of the initial download

2008-10-30 Thread Lex Spoon
The version of runAsync that just went into trunk includes a basic code-splitting strategy from a few weeks ago. This patch adds a better strategy. Instead of lumping all non-exclusive code atoms into the initial download, the initial download only includes the initially needed code.

[gwt-contrib] [google-web-toolkit commit] r3909 - in branches/1_6_events: reference/code-museum/src/com/google/gwt/museum/client/common ref...

2008-10-30 Thread codesite-noreply
Author: [EMAIL PROTECTED] Date: Thu Oct 30 12:53:54 2008 New Revision: 3909 Added: branches/1_6_events/reference/code-museum/src/com/google/gwt/museum/client/defaultmuseum/VisualsForMenuEvents.java Modified:

[gwt-contrib] Re: RR: The new event system (and its documentation) need your scrutiny

2008-10-30 Thread Ray Ryan
Another spot for some scrutiny, in addition to the logical events mapping, is event sinking in Composite. Are we doing the right thing there? On Thu, Oct 30, 2008 at 1:18 PM, Ray Ryan [EMAIL PROTECTED] wrote: Hello, esteemed contributors! We have gotten to the point that our 1.6 event

[gwt-contrib] RR: The new event system (and its documentation) need your scrutiny

2008-10-30 Thread Ray Ryan
Hello, esteemed contributors! We have gotten to the point that our 1.6 event branchhttp://google-web-toolkit.googlecode.com/svn/branches/1_6_events/ (http://google-web-toolkit.googlecode.com/svn/branches/1_6_events/) is stable enough to be more globally banged on, so this is a call for

[gwt-contrib] Re: RR: Patch for ConstantMap

2008-10-30 Thread Scott Blum
On Thu, Oct 30, 2008 at 1:25 PM, John Tamplin [EMAIL PROTECTED] wrote: On Thu, Oct 30, 2008 at 12:21 PM, Scott Blum [EMAIL PROTECTED] wrote: Ahh... hmm. Well, ConstantMapTest isn't doing much right now, because it needs to implement makeFullMap() to really do anything. I played around with

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

2008-10-30 Thread codesite-noreply
Author: [EMAIL PROTECTED] Date: Thu Oct 30 16:12:46 2008 New Revision: 3913 Modified: releases/1.6/dev/core/src/com/google/gwt/dev/GWTShell.java Log: Fix broken JUnit web mode; we were incorrectly returning the compiler work directory rather than the compiler output directory. Review by:

[gwt-contrib] [google-web-toolkit commit] r3915 - in releases/1.6/user: src/com/google/gwt/i18n/client/impl src/com/google/gwt/i18n/rebind ...

2008-10-30 Thread codesite-noreply
Author: [EMAIL PROTECTED] Date: Thu Oct 30 17:44:52 2008 New Revision: 3915 Modified: releases/1.6/user/src/com/google/gwt/i18n/client/impl/ConstantMap.java releases/1.6/user/src/com/google/gwt/i18n/rebind/ConstantsMapMethodCreator.java

[gwt-contrib] [google-web-toolkit commit] r3916 - releases/1.6/user/super/com/google/gwt/emul/java/util

2008-10-30 Thread codesite-noreply
Author: [EMAIL PROTECTED] Date: Thu Oct 30 17:51:19 2008 New Revision: 3916 Modified: releases/1.6/user/super/com/google/gwt/emul/java/util/Collections.java Log: Cache the entry set, key set, and values collection for unmodifiable maps to reduce object creation on repeated calls. Patch

[gwt-contrib] Re: Updated WAR design for GWT 1.6

2008-10-30 Thread Scott Blum
Ray, it's a great point you raise. And it's possible my wanting to deprecate it is in some way related to not wanting to solve the problem of merging into a user's existing web.xml. For parity between hosted and web mode, I feel like if we continue to support servlets, the compiler needs to hand

[gwt-contrib] [google-web-toolkit commit] r3917 - releases/1.6/user

2008-10-30 Thread codesite-noreply
Author: [EMAIL PROTECTED] Date: Thu Oct 30 18:24:44 2008 New Revision: 3917 Modified: releases/1.6/user/build.xml Log: Build fix: gwt-user uses the 2.4 servlet API spec. Modified: releases/1.6/user/build.xml == ---

[gwt-contrib] [google-web-toolkit commit] r3918 - in releases/1.6/dev/core/test/com/google/gwt: core/ext/typeinfo dev/resource/impl/testdat...

2008-10-30 Thread codesite-noreply
Author: [EMAIL PROTECTED] Date: Thu Oct 30 18:40:16 2008 New Revision: 3918 Removed: releases/1.6/dev/core/test/com/google/gwt/core/ext/typeinfo/TypeOracleGenericsSupportTest.java Modified:

[gwt-contrib] [google-web-toolkit commit] r3919 - releases/1.6/user

2008-10-30 Thread codesite-noreply
Author: [EMAIL PROTECTED] Date: Thu Oct 30 18:40:36 2008 New Revision: 3919 Modified: releases/1.6/user/build.xml Log: Reorder deps. Modified: releases/1.6/user/build.xml == --- releases/1.6/user/build.xml

[gwt-contrib] Re: Updated WAR design for GWT 1.6

2008-10-30 Thread Bruce Johnson
perhaps the solution to the security concern is just to somehow be more clear what your actual endpoints are as a function of the modules you've inherited. maybe some sort of click-through acknowledgment? the compiler could even dump out the list when you compile. On 10/30/08, Scott Blum [EMAIL