Re: PlaceHistoryHandler for URL with multiple args

2011-10-04 Thread Ashton Thomas
Sorry for the rough form but this may help: public abstract class AppPlace extends Place { /** * Method that allows us to create a simple AppPlaceHistroyMapper. Allows * the AppPlaceHistoryMapper to just call the AppPlace's getToken in order * to build the url from the place object * *

Re: GWT Tutorial, and then ? How to learn reald world GWT development

2011-10-04 Thread Dennis Haupt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 i'd say the best way to learn it is to do something with it. doesn't really matter what it is. you'll stumble over a lot of small random problems (i did) that are written down nowhere, but the answers are scattered everywhere. Am 04.10.2011 07:51,

CEll Table Sorting

2011-10-04 Thread gangurg gangurg
I use Async Data provider for my cell Table . The pagination part seems to be work fine . But somehow I am not able to figure out how to get Column sorting working . Is there any working example for this . I tried to follow the Showcase method , but it does not seem to work . Can anybody provide a

Create custom callbacks to achieve synchronous code execution

2011-10-04 Thread Alexander Orlov
It seems that Dev Mode code runs synchronously... Otherwise I can't explain a bug that occurs only in production mode where the results are already there before a table has been cleaned to receive those new results and still has its outdated results. So both are mixed, although I call

Re: LocalHost and Same Origin Policy Question

2011-10-04 Thread Thomas Broyer
On Monday, October 3, 2011 3:55:38 PM UTC+2, coffeMan wrote: I set up a java servlet and run it through tomcat. I set it up on the same network but just on a different machine. I am trying to access that servlet through gwt request builder but keep getting a statuscode of 0. Is this

Developers, please don't ignore reported GWT issues.

2011-10-04 Thread Martin Ždila
Hello GWT is a perfect toolkit but there are still many small but frustrating issues open in bug-tracker and GWT developer team seems to be ignoring them for many months or even years. GWT issues seems not to be maintained very well as there are many of them not closed but are already fixed in

GWT remote Logging

2011-10-04 Thread Raja Shekhar
Hi http://code.google.com/webtoolkit/doc/latest/DevGuideLogging.html#Remote_Logging As per the document, if i wish to have remoteLogging, do i need to write a servlet class remoteLoggingServlet? if so, could someone please provide me an example how it will look like? if not, what do i need to

javac problem in annotation when moving from GWT 2.3 to GWT 2.4.

2011-10-04 Thread stuckagain
Hi, After I switched to GWT 2.3 I suddenly have a custom annotation that fails to compile with the Oracle javac I'm totally puzzled on how this can happen but maybe the GWT team have some insight on what might me happening in GWT that could cause this ? could this be caused by a

GWT CELLTABLE : How to set descending icon to column on celltable header ?

2011-10-04 Thread vaibhav bhalke
Hi all, How to set column in descending i.e DESC icon on top header ? On celltable loading.. I want to set sorting order to column i.e. previously sorted column/sorting order by user (In last login , before logout) I tried following way table.getColumnSortList().push(testColumn); i.e setting

Re: GWT remote Logging

2011-10-04 Thread Thomas Broyer
The servlet is already there, you just need to map it in your web.xml: http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/logging/server/RemoteLoggingServiceImpl.html -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group.

Re: Firefox Made Me Sad

2011-10-04 Thread Filipe Sousa
done -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/HrAxR7q1pigJ. To post to this group, send email to google-web-toolkit@googlegroups.com. To

Is there a way to use SplitLayoutPanel/DockLayoutPanel in panel other than RootLayoutPanel e.g RootPanel or SimplePanel

2011-10-04 Thread saurabh saurabh
Hi everyone, what I know is DockLayoutPanel and SplitLayoutPanel resize width and heigth of div according to available space, thats why adding them to panel like RootPanel causes problem, like most of the time east and west components do not show up as because of not having

Re: GWT CELLTABLE : How to set descending icon to column on celltable header ?

2011-10-04 Thread Sudhakar Abraham
Edit cellTableHeader property in cellTableStyle.css file. Implement the CellTable.Resources interface. Add your header icon at background- image(your_background_icon) tag in CellTableStyle.css file. //client side code. interface TableResources extends CellTable.Resources {

Re: Using Multiple Panels

2011-10-04 Thread Sudhakar Abraham
Wrap your VerticalPanel1, VerticalPanel 2 into a HorizontalPanel . Finally, add your HorizontalPanel into your RootLayoutPanel. Set the size for HorizontalPanel in gwt unit. //example code. public class MyProject implements EntryPoint { private Label firstNameLabel = new Label(First

Re: Is there a way to use SplitLayoutPanel/DockLayoutPanel in panel other than RootLayoutPanel e.g RootPanel or SimplePanel

2011-10-04 Thread saurabh saurabh
I think I got it SimpleLayoutPanel or anyone that implements 'ProvidesResize' can work. -- 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-toolkit@googlegroups.com. To unsubscribe from this

How to intercept GWT RPC

2011-10-04 Thread Costa
Hi, I would like to encode information of the current session, such as the session Id, current user for each GWT RPC call, how can I add this in the RPC request and response? Thanks, Costa -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group.

Inviting you to NEXT interfaces (GWT Touch framework)

2011-10-04 Thread Atanas Roussev
Hi Folks, I happy to announce the creation of NEXT interfaces http://nextinterfaces.com NEXT is an open source GWT/HTML5 framework with focus on Native and Astonishing Looking web interfaces for smartphones and tablets(soon). Feel free to fork it on GitHub and contribute. NEXT is based on

Re: HasEditorErrors and HasDataEditor

2011-10-04 Thread WERDEX
Hi, Are there any updates on this? Is it possible to get CellTable working with HasEditorErrors? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

GWT RequestFactory validation tool and AOP-enabled code

2011-10-04 Thread loki2302
I have all my domain classes heavily using AspectJ to introduce new methods, implement interfaces, intercept some calls, etc. When I run RF validation tool, it fails, with errors like there's no method called qwerty. Sure, there's no method with such name, it gets introduced by AspectJ. Are there

Re: I made a few simple screencast tutorials.

2011-10-04 Thread Z.A Jafari
cheers mate for these tutorial,keep up the good work,it is very helpful On 29 September 2011 16:54, Brandon Donnelson branflake2...@gmail.comwrote: Thanks for the positive feedback. :) I'm happy you liked it. I've got a list I'm aiming to make and appreciate letting me know. I've added client

GWT Request Factory JSON specification, Delphi integration

2011-10-04 Thread Boris
I really like GWT and RF. I would like to connect a client Delphi application with Hibernate, but I haven't found a good way yet. I am thinking of using Request Factory. So basically Delphi app has to parse and build JSON responses, requests. I have set up a java app with hibernate, Request

Re: Developers, please don't ignore reported GWT issues.

2011-10-04 Thread Stanislav Ievlev
+1 04.10.2011 12:40 пользователь Martin Ždila m.zd...@gmail.com написал: Hello GWT is a perfect toolkit but there are still many small but frustrating issues open in bug-tracker and GWT developer team seems to be ignoring them for many months or even years. GWT issues seems not to be

PagingScrollTable Javascript error

2011-10-04 Thread Sumeet Chakraborty
Hello Techies, I am a newbie to GWT and have recently started exploring the GWT API's. I am running into a problem with the PagingScrollTable in which If I select rows in quick succession, it throws the javascript error. The PagingScrollTable which I am using has a RowSelectionHandler method

The data in Sub-Editors not saved in the database with using Editors and RequestFactory

2011-10-04 Thread Andrey Kadatsky
Hi all! I am beginning programmer, learning GWT, the first link on request GWT forum led here, so I decided to ask here. English is not my native language, but I hope that you will understand the essence. Individually each simple Editor successfully stored in the database:

Re: Developers, please don't ignore reported GWT issues.

2011-10-04 Thread Juan Pablo Gardella
+1 2011/10/4 Stanislav Ievlev stanislav.iev...@gmail.com +1 04.10.2011 12:40 пользователь Martin Ždila m.zd...@gmail.com написал: Hello GWT is a perfect toolkit but there are still many small but frustrating issues open in bug-tracker and GWT developer team seems to be ignoring them

Re: GWT Developer Plugin for Firefox 7

2011-10-04 Thread mjfan80
Yes there's still problem with firefox 7.01 The worst thik is that i can't make work the plugin with chrome too On 3 Ott, 15:48, Kees de Kooter kdekoo...@gmail.com wrote: This plugin is failing on FF 7.0.1: Sorry, the GWT Developer Plugin only supports Firefox 3.0 - 6.0 at present

Re: Inviting you to NEXT interfaces (GWT Touch framework)

2011-10-04 Thread Thomas Broyer
Er, native looking? really? looks to me rather like iPhone-looking. (I'm by no mean criticizing your technical work, it's just that I launched the demo on my Android and it doesn't look native at all; same in the blackberry picture on the website) Other than that, it looks really good and is

Re: Inviting you to NEXT interfaces (GWT Touch framework)

2011-10-04 Thread Gal Dolber
Looks and works amazing! good job! On Tue, Oct 4, 2011 at 9:38 AM, Thomas Broyer t.bro...@gmail.com wrote: Er, native looking? really? looks to me rather like iPhone-looking. (I'm by no mean criticizing your technical work, it's just that I launched the demo on my Android and it doesn't look

Re: Inviting you to NEXT interfaces (GWT Touch framework)

2011-10-04 Thread Alfredo Quiroga-Villamil
Well done, looks really nice and the API seems very intuitive. Nice work. On Tue, Oct 4, 2011 at 1:07 AM, Atanas Roussev atanas.rous...@gmail.comwrote: Hi Folks, I happy to announce the creation of NEXT interfaces http://nextinterfaces.com NEXT is an open source GWT/HTML5 framework with

Re: GWT4Touch Official Release!

2011-10-04 Thread Alfredo Quiroga-Villamil
Moved the thread to our forum. http://www.emitrom.com/node/41 We'll look into it. Regards, Alfredo On Tue, Oct 4, 2011 at 1:22 AM, Konstantin Zolotarev konstantin.zolota...@gmail.com wrote: A little bug:

Saving a file under my GWT project's '/war' path - Security Exception

2011-10-04 Thread Berkan
Hello, I am designing a web application using GWT. I use an OWL ontology, stored under the 'war/WEB-INF/Ontology' path in my war folder. I can access this ontology through my UI on the clientside wihtout any problems. When a user modifies the details of an ontology entry through my UI and clicks

Re: Inviting you to NEXT interfaces (GWT Touch framework)

2011-10-04 Thread toont...@googlemail.com
On my Android (2.2 - Dell Streak) when I visit the URL I get Data connectivity problem The page contains too many server redirects. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

[SOLUTION] Re: Create custom callbacks to achieve synchronous code execution

2011-10-04 Thread Alexander Orlov
Use code like: RunAsyncCallback getResourceItems = new RunAsyncCallback() { @Override public void onFailure(Throwable reason) { GWT.log(reason.getMessage()); } @Override public void onSuccess() { System.out.println(THIRD);

Missing Browser Scroll Bars

2011-10-04 Thread walker1c
Hi, I'm working on an application built with Uibinder. The screen consists mostly of a DeckPanel, each visible surface of which contains an HTML table with Uibinder widgets in each cell. Most of the child Uibinder widgets consist of a Grid, and perhaps one or two buttons. The Grids are

Re: Create custom callbacks to achieve synchronous code execution

2011-10-04 Thread Ashton Thomas
Hey Alexander, I am not sure you are going about this the correct way. Dev Mode is NOT synchronous and it functions just like production mode. There is another reason why you are getting your results. It may be because the requests take longer in Dev Mode and your client has time to send the

Re: Create custom callbacks to achieve synchronous code execution

2011-10-04 Thread Alexander Orlov
On Tue, Oct 4, 2011 at 5:59 PM, Ashton Thomas ash...@acrinta.com wrote: Hey Alexander, I am not sure you are going about this the correct way. Dev Mode is NOT synchronous and it functions just like production mode. There is another reason why you are getting your results. It may be because the

Re: [SOLUTION] Re: Create custom callbacks to achieve synchronous code execution

2011-10-04 Thread Jens
You shouldn't use this solution. GWT.runAsync is used to create a code split point and not to execute things asynchronously. As far as I know these code split points act synchronously in dev mode but asynchronous in production/compiled mode. I think this is because in dev mode there are no .js

Re: [SOLUTION] Re: Create custom callbacks to achieve synchronous code execution

2011-10-04 Thread Alexander Orlov
On Tue, Oct 4, 2011 at 6:37 PM, Jens jens.nehlme...@gmail.com wrote: You shouldn't use this solution. GWT.runAsync is used to create a code split point and not to execute things asynchronously. I don't want to execute things asynchronously. I want to execute things * synchronously*. As far

problem with async sequence...

2011-10-04 Thread Navindian
I have the following code, operation2() is not showing correct value properly unless i make window alert . operation0(,(*new* AsyncCallback(){ *public* *void* onFailure(Throwable caught) {} %7B%7D@Override *public* *void* onSuccess() {operation1();}})); Window.*alert*('halt');

Re: Create custom callbacks to achieve synchronous code execution

2011-10-04 Thread Ashton Thomas
My understanding is that the simple solution below would work. Is this correct? service.getStuff(new AsyncCallbackThisThat(){ public void onSuccess(result){ updateStuff(result); } } public void updateStuff(ThisThat obj){ //execute A //execute B } -- You received this message

Re: problem with async sequence...

2011-10-04 Thread Ashton Thomas
Sounds like the same issue here: https://groups.google.com/forum/#!topic/google-web-toolkit/CByX2YBQwek -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: Inviting you to NEXT interfaces (GWT Touch framework)

2011-10-04 Thread Atanas Roussev
Thank you all. Feedback seems positive. Re Android theme.It's coming soon. Contributions are more than welcome ;) -atanas http://nextinterfaces.com On Oct 4, 7:08 am, Alfredo Quiroga-Villamil laww...@gmail.com wrote: Well done, looks really nice and the API seems very intuitive. Nice work.

How do I develop a large GWT application with generally correct architecture?

2011-10-04 Thread Анатолий Ручка
I already ask questions here http://stackoverflow.com/questions/7638524/how-do-i-develop-a-large-gwt-application-with-generally-correct-architecture/7638746#7638746 that was very awful, but i need answers Exists video lessons about mvp arhitecture? http://habrahabr.ru/blogs/gwt/113121/

Re: [SOLUTION] Re: Create custom callbacks to achieve synchronous code execution

2011-10-04 Thread Jens
Yeah ok maybe I missunderstood your solution example. But your general idea is correct: 1.) do the first async request 2.) in the callbacks onSuccess method of the first request execute the second async request. So basically you are chaining async requests. Thats the way to go, or try to fix

Re: Create custom callbacks to achieve synchronous code execution

2011-10-04 Thread Alexander Orlov
On Tue, Oct 4, 2011 at 6:53 PM, Ashton Thomas ash...@acrinta.com wrote: My understanding is that the simple solution below would work. Is this correct? service.getStuff(new AsyncCallbackThisThat(){ public void onSuccess(result){ updateStuff(result); } } public void

I need suggestions for compositeCell selection

2011-10-04 Thread frog
I have a cellList of composite cells. Each cell consist of an imageCell and a checkBoxCell that depends on selection and doesn't handle selection. I have custom SelectionEventManager that selects the composite cell if user clicks on the imageCell or the checkBox. Now I want to extend it to have 3

Re: [SOLUTION] Re: Create custom callbacks to achieve synchronous code execution

2011-10-04 Thread Alexander Orlov
On Tue, Oct 4, 2011 at 7:53 PM, Jens jens.nehlme...@gmail.com wrote: Yeah ok maybe I missunderstood your solution example. But your general idea is correct: 1.) do the first async request 2.) in the callbacks onSuccess method of the first request execute the second async request. So

Re: I made a few simple screencast tutorials.

2011-10-04 Thread Brandon Donnelson
Thank you. :) Have a good day, Brandon Donnelson c.gawkat.com On Tue, Oct 4, 2011 at 12:37 AM, Z.A Jafari zjaff...@gmail.com wrote: cheers mate for these tutorial,keep up the good work,it is very helpful On 29 September 2011 16:54, Brandon Donnelson branflake2...@gmail.comwrote: Thanks

Using window.open(), Chrome and extensions in GWT project..

2011-10-04 Thread Ben
As a part of a larger GWT project we have some native JavaScript in which we use window.open to create a new Chrome instance. So far so good. But we have some Chrome extensions (e.g., a screenshot extension - 'Awesome Screenshot', or 'Screen capture (by Google)') that we want available to this new

ActivitiesPlaces with GXT

2011-10-04 Thread Jonathan Aubuchon
I tried to use ActiviesPlaces with GXT 2.2.5 and it failed . PlacesController.goTo(..) crashed the application when the view contained a GXT FormPanel The problem is from me or we can't use Places with GXT for the moment? We have to wait for the GXT 3.0 version? Thank you -- Jonathan

Re: GWT Community size ?

2011-10-04 Thread Jonathan Aubuchon
Thank you David On 3 oct, 11:58, David Chandler drfibona...@google.com wrote: Hi Jonathan, There are a couple ways to gauge this. You can see the number of times each version of GWT is downloaded here: http://code.google.com/p/google-web-toolkit/downloads/list This does not include

Re: How to intercept GWT RPC

2011-10-04 Thread Bruno Sandivilli
You dont need this, just use: HttpServletRequest request = this.getThreadLocalRequest(); 2011/10/4 Costa costa...@gmail.com Hi, I would like to encode information of the current session, such as the session Id, current user for each GWT RPC call, how can I add this in the RPC request and

problem with upload/download of file

2011-10-04 Thread Rodrigue Lagoue
Hi All, I have a problem with the use of the FileUpload widget in my current project. When submit the form, the request is correctly sent to the server (I can see it with the help of firebug), but the corresponding servlet is never called. It seems like the http post request goes and pends

Re: problem with upload/download of file

2011-10-04 Thread Bruno Sandivilli
Waht is the response you see in firebug? If its ok(e.g.: 200), it reached the servlet. 2011/10/4 Rodrigue Lagoue rlag...@googlemail.com Hi All, I have a problem with the use of the FileUpload widget in my current project. When submit the form, the request is correctly sent to the server

Re: Using window.open(), Chrome and extensions in GWT project..

2011-10-04 Thread Bruno Sandivilli
Adding another question to this: How can i get the handler for this opened window? 2011/10/4 Ben ben.falc...@gmail.com As a part of a larger GWT project we have some native JavaScript in which we use window.open to create a new Chrome instance. So far so good. But we have some Chrome

Re: Using Multiple Panels

2011-10-04 Thread paschn
It still doesn't work. The problem it that between the div elements in the HTML file I have some HTML elements (that cannot be implemented with GWT, like a captcha field), so I have to make those two panels (mainPanel1 and mainPanel2) work independently in 2 different RootPanels. On 4 Οκτ, 14:04,

Re: Firefox v. Dev Plugin

2011-10-04 Thread Gregory Dougherty
Well, good luck. I've gone over to the Firefox forums and joined in the why the heck are you doing this chorus, FWIW. Greg On Oct 3, 7:09 pm, Alan Leung acle...@google.com wrote: What would be involved in automating the plugin build process?  Are we talking Maven + Ant + shell scripting?

Re: I need suggestions for compositeCell selection

2011-10-04 Thread George Agiasoglou
MultiselectionModel means that more than one item on your cellList can be selected. Is this what you want? I have tackled a similar problem, meaning that my compsiteCell consists of a couple of other cells and each is performing its own action when clicked. Have a look at

Re: Create custom callbacks to achieve synchronous code execution

2011-10-04 Thread Jens
What I sometimes do is to provide a callback parameter for methods that do async requests if I want to be notified once the async request finishes. So basically: void executeAllTheseStuff() { doAsyncStuff(new Callback() { @Override public void onSuccess() {

Re: Permutation, code splitting and deferred property

2011-10-04 Thread David Chandler
Hi Pierre, Response from Ray Cromwell on our internal mailing list: Could this be a result of the new PersistentUnitCache / generator caching stuff? Typically in GWT, people have two different Generator implementations, so there would be a MyGeneratorFirefoxImpl and a MyGeneratorDefaultImpl.

iframe with GWT

2011-10-04 Thread CSchulz
I'm wondering how I can create and iframe with GWT and inject some style type=text/css body{background-color: red;} /style type of stuff into the head and then inject a bunch of divs into the body. I don't need to be able to link to them at all or apply any handlers, so I would think this would be

Re: [gwt-contrib] Re: Hosted mode without plugin

2011-10-04 Thread Ray Cromwell
We've considered it, but all of the benefit of DevMode (avoiding recompile) goes out the window. If you change code, you have to recompile, so the whole edit-refresh cycle takes a lot longer. If you really just want source-level debugging of compiled GWT apps, this can be done with SourceMaps:

Re: [gwt-contrib] Hosted mode without plugin

2011-10-04 Thread Ray Cromwell
And doing continuation transformations for loop constructs is extra difficult. One possibility is to just use Rhino/HtmlUnit for everything and proxy all browser API calls, not to an emulated DOM, but do C++ DOM IDL bindings. This is sort of like Python-WebKit/Pyjamas. So we don't emulate the

[gwt-contrib] [google-web-toolkit] r10679 committed - Firefox 7 xulrunner Darwin gcc3

2011-10-04 Thread codesite-noreply
Revision: 10679 Author: acle...@google.com Date: Tue Oct 4 01:08:31 2011 Log: Firefox 7 xulrunner Darwin gcc3 http://code.google.com/p/google-web-toolkit/source/detail?r=10679 Added: /plugin-sdks/gecko-sdks/gecko-7.0.0/Darwin-gcc3

[gwt-contrib] [google-web-toolkit] r10680 committed - Firefox 7 libxpcomglue_s.a for Mac

2011-10-04 Thread codesite-noreply
Revision: 10680 Author: acle...@google.com Date: Tue Oct 4 01:20:51 2011 Log: Firefox 7 libxpcomglue_s.a for Mac http://code.google.com/p/google-web-toolkit/source/detail?r=10680 Added: /plugin-sdks/gecko-sdks/gecko-7.0.0/Darwin-gcc3/lib/libxpcomglue_s.a

[gwt-contrib] javac problem in annotation when moving from GWT 2.3 to GWT 2.4.

2011-10-04 Thread stuckagain
Hi, After I switched to GWT 2.3 I suddenly have a custom annotation that fails to compile with the Oracle javac I'm totally puzzled on how this can happen but maybe the GWT team have some insight on what might me happening in GWT that could cause this ? could this be caused by a

[gwt-contrib] [google-web-toolkit] r10681 committed - Removed unneeded files from Firefox 7 x86 plugin sdk

2011-10-04 Thread codesite-noreply
Revision: 10681 Author: acle...@google.com Date: Tue Oct 4 02:13:50 2011 Log: Removed unneeded files from Firefox 7 x86 plugin sdk http://code.google.com/p/google-web-toolkit/source/detail?r=10681 Deleted: /plugin-sdks/gecko-sdks/gecko-7.0.0/Linux_x86-gcc3/include/nsAlgorithm.h

[gwt-contrib] [google-web-toolkit] r10682 committed - Firefox 7 x86 Linux plugin SDK

2011-10-04 Thread codesite-noreply
Revision: 10682 Author: acle...@google.com Date: Tue Oct 4 02:15:10 2011 Log: Firefox 7 x86 Linux plugin SDK http://code.google.com/p/google-web-toolkit/source/detail?r=10682 Added: /plugin-sdks/gecko-sdks/gecko-7.0.0/Linux_x86_64-gcc3

[gwt-contrib] [google-web-toolkit] r10683 committed - Firefox 7 Windows Plugin SDK

2011-10-04 Thread codesite-noreply
Revision: 10683 Author: acle...@google.com Date: Tue Oct 4 02:17:41 2011 Log: Firefox 7 Windows Plugin SDK http://code.google.com/p/google-web-toolkit/source/detail?r=10683 Added: /plugin-sdks/gecko-sdks/gecko-7.0.0/WINNT_x86-msvc

[gwt-contrib] [google-web-toolkit] r10684 committed - Add missing Firefox 7 common include/ns*.h

2011-10-04 Thread codesite-noreply
Revision: 10684 Author: acle...@google.com Date: Tue Oct 4 02:31:04 2011 Log: Add missing Firefox 7 common include/ns*.h http://code.google.com/p/google-web-toolkit/source/detail?r=10684 Added: /plugin-sdks/gecko-sdks/gecko-7.0.0/include/nsAlgorithm.h

[gwt-contrib] Firefox 7 DevMode Plugin (issue1560803)

2011-10-04 Thread acleung
Reviewers: conroy, Description: Firefox 7 DevMode Plugin Please review this at http://gwt-code-reviews.appspot.com/1560803/ Affected files: M plugins/xpcom/Makefile M plugins/xpcom/VisualStudio/FirefoxPlugins.sln A plugins/xpcom/VisualStudio/ff70-xpcom.vcproj M

[gwt-contrib] Re: Firefox 7 DevMode Plugin (issue1560803)

2011-10-04 Thread t . broyer
LGTM. Tried it in Firefox 7.0.1 on Ubuntu 11.04 x86_64. Thanks a lot! http://gwt-code-reviews.appspot.com/1560803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Comment on RequestFactoryInterfaceValidation in google-web-toolkit

2011-10-04 Thread codesite-noreply
Comment by dahl...@gmail.com: Hello, Is anyone can help me ? I import this project below from svn site : http://code.google.com/p/google-web-toolkit/source/browse/trunk/samples/dynatablerf/ and I try to configure my gwt-maven-plug and eclipse environment to run the project after that , I

[gwt-contrib] Re: Comment on RequestFactoryInterfaceValidation in google-web-toolkit

2011-10-04 Thread codesite-noreply
Comment by dahl...@gmail.com: Hello, Is anyone can help me ? I import a example project from the svn site : http://code.google.com/p/google-web-toolkit/source/browse/trunk/samples/dynatablerf/ . and I try to configure my gwt-maven-plugin and eclipse environment to run the project. after

[gwt-contrib] Re: Comment on RequestFactoryInterfaceValidation in google-web-toolkit

2011-10-04 Thread codesite-noreply
Comment by dahl...@gmail.com: Hello, Can anyone help me ? I import a example project from the svn site : http://code.google.com/p/google-web-toolkit/source/browse/trunk/samples/dynatablerf/ . and I try to configure my gwt-maven-plugin and eclipse environment to run the project. after

Re: [gwt-contrib] Re: Hosted mode without plugin

2011-10-04 Thread Eric Ridge
Do you actually use DevMode? :) It's really slow as it is, especially if you make heavy use of RPC. Granted, it's orders of magnitude faster than doing even a -draftCompile, but the benefit starts to wear away the more frequently you have to hit F5. And the general plugin problem is pretty big

[gwt-contrib] Re: Serialization of Final Fields in RPC (issue1380807)

2011-10-04 Thread stephen . haberman
I meant to comment; this would all be a lot simpler if GWT-RPC could serialize final fields as the default/only behavior (basically remove any configuration variables to turn it on/off). I understand this isn't viable for the next release, as it's a breaking change, and users might be putting

[gwt-contrib] Re: Comment on AutoBean in google-web-toolkit

2011-10-04 Thread codesite-noreply
Comment by alexpor...@gmail.com: Regarding Categories: This is probably loosely implied by the definition of simple autobean interfaces, but it may be worth noting that category methods do not seem to work if they begin with the phrase get, as it seems like it causes the decoder to try

[gwt-contrib] Re: Comment on AutoBean in google-web-toolkit

2011-10-04 Thread codesite-noreply
Comment by alexpor...@gmail.com: Regarding Categories: This is probably loosely implied by the definition of simple autobean interfaces, but it may be worth noting that category methods do not seem to work if they begin with the phrase get, as it seems like it causes the decoder to try

[gwt-contrib] Segregate JRE Resource tests for more targeted testing (issue1561804)

2011-10-04 Thread rjrjr
Reviewers: skybrian, Description: Segregate JRE Resource tests for more targeted testing Review by: skybr...@google.com Please review this at http://gwt-code-reviews.appspot.com/1561804/ Affected files: A user/test/com/google/gwt/resources/ResourcesJreSuite.java M

[gwt-contrib] Re: Segregate JRE Resource tests for more targeted testing (issue1561804)

2011-10-04 Thread skybrian
LGTM http://gwt-code-reviews.appspot.com/1561804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Serialization of Final Fields in RPC (issue1380807)

2011-10-04 Thread Ray Ryan
Not really practical. On Tue, Oct 4, 2011 at 10:35 AM, stephen.haber...@gmail.com wrote: I meant to comment; this would all be a lot simpler if GWT-RPC could serialize final fields as the default/only behavior (basically remove any configuration variables to turn it on/off). I understand

[gwt-contrib] Re: Firefox 7 DevMode Plugin (issue1560803)

2011-10-04 Thread acleung
http://gwt-code-reviews.appspot.com/1560803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Firefox 7 DevMode Plugin (issue1560803)

2011-10-04 Thread conroy
http://gwt-code-reviews.appspot.com/1560803/diff/3001/plugins/xpcom/Makefile File plugins/xpcom/Makefile (right): http://gwt-code-reviews.appspot.com/1560803/diff/3001/plugins/xpcom/Makefile#newcode125 plugins/xpcom/Makefile:125: ifeq ($(BROWSER),ff70) so, i'm responsible for starting the

[gwt-contrib] Add stub support for AutoBeanFactorySource to GWT emul code. (issue1562803)

2011-10-04 Thread mbx
Reviewers: rjrjr, Description: Add stub support for AutoBeanFactorySource to GWT emul code. Allows generation of factories in shared GWT/Java code: GWT.isClient() ? GWT.create(Factory.class) : AutoBeanFactorySource.create(Factory.class); Review by: rj...@google.com Please review this at