Re: What are some of the most valuable frameworks in your project?

2010-08-27 Thread jocke eriksson
Gin :) love it 2010/8/27 Jeff Larsen > I'm about to embark on a new GWT app and am curious what you all think > about some of the following utilities. > > I don't think I will be able to use Roo, but I am looking into 2.1. I > must admit that I do not fully understand how all the new MVP pieces

Re: GWT-JQuery

2010-08-27 Thread gopal bhalala
Thanks philippe and Thomas i really need it thanks again Best Regards & Thanking you, Gopal Dhanjibhai Bhalala On Fri, Aug 27, 2010 at 7:10 PM, Thomas Broyer wrote: > > > On 27 août, 12:58, gopal bhalala wrote: > > Hi Thomas, > > > > Thanks for reply. > > > > i have research on that but i ha

Re: Can not download gwt developer plugin

2010-08-27 Thread delightwjk
I encountered the same problem, eventually I found a workaround by using this link: http://gwt.google.com/samples/MissingPlugin/MissingPlugin.html I think this issue has P1 priority, there may be many users being blocked by this simple issue. -Jiakuan On Aug 28, 5:47 am, Chris Ramsdale wrote: >

Re: GWT Flash Killer (beta)

2010-08-27 Thread Nathan Wells
For those waiting for a tutorial, you can always look at Flash's here: http://tv.adobe.com/show/learn-flash-professional-cs5/ On Aug 27, 3:03 pm, darkflame wrote: > Very impressive indeed. > (A little cheeky too with some of it being very close to Flash's > interface). > > Got a long way to go,

Re: Handling too many locales in a large scale real life app

2010-08-27 Thread Gal Dolber
Checkout this plugin: http://sourceforge.net/projects/epfe/ 2010/8/27 Fernando > So, in my company we face a problem where we have too many properties > files to handle, and they are all large, every now and then one > properties is left outdated and is missing some translations. > > I wanna kno

Handling too many locales in a large scale real life app

2010-08-27 Thread Fernando
So, in my company we face a problem where we have too many properties files to handle, and they are all large, every now and then one properties is left outdated and is missing some translations. I wanna know if there's an easy way (app, library, anything...) to deal with them besides a strict pro

Re: Dev plugin for firefox 3.7

2010-08-27 Thread csillag
Hi, I am using 64-bit Debian lenny/sid hybrid. GWT plugin works all right with distribution's iceweasel 3.6. Now I have downloaded FF 4.0 b4 (from mozilla), and I can not get the plugin working. >From current SVN, I can build the plugin, and installation works fine, it shows up in addons (as 1.0

What are some of the most valuable frameworks in your project?

2010-08-27 Thread Jeff Larsen
I'm about to embark on a new GWT app and am curious what you all think about some of the following utilities. I don't think I will be able to use Roo, but I am looking into 2.1. I must admit that I do not fully understand how all the new MVP pieces fit together or the new dispatching mechanism. So

Re: Google Web Toolkit Developer Plugin for Firefox - where is it?

2010-08-27 Thread Rich
Hello, OK. This doesn't quite work. I saved it to a file. From http://code.google.com/p/google-web-toolkit/source/browse/trunk/plugins/xpcom/prebuilt/?r=7211 I then did Open File | the xpi file It says "Firefox could not install the file at file:///C:/download/gwt-dev-plugin.xpi because: Not

Re: Can not download gwt developer plugin

2010-08-27 Thread Chris Ramsdale
You can also use this link in the interim: http://gwt.google.com/samples/MissingPlugin On Fri, Aug 27, 2010 at 10:45 AM, David Chandler (Google) < drfibona...@google.com> wrote: > Oops, there is a broken URL mapping. This will be fixed shortly. > > /dmc > David Chandler > Developer Programs Eng

Re: Difficulty with GWT Developer Plugin Chrome & Firefox

2010-08-27 Thread Chris Ramsdale
Here's a temporary link while we wait for update to propagate. Let me know if it still doesn't work. http://gwt.google.com/samples/MissingPlugin -- Chris On Wed, Aug 25, 2010 at 2:25 PM, Chris Rowland < chris.robert.rowl...@gmail.com> wrote: > I'm doing some work with the most recent version o

Re: Manually fire a mouseout event?

2010-08-27 Thread Gal Dolber
NativeEvent nativeEvent = Document.get().createMouseOutEvent(detail, screenX, screenY, clientX, clientY, ctrlKey, altKey, shiftKey, metaKey, button, relatedTarget); MouseOutEvent.fireNativeEvent(nativeEvent, yourWidget); 2010/8/27 darkflame > How would I manually fire a mouseout event? > > I've

Re: GWT Flash Killer (beta)

2010-08-27 Thread darkflame
Very impressive indeed. (A little cheeky too with some of it being very close to Flash's interface). Got a long way to go, but if anything is a flash killer an online creator like this will be. I can just imagine a fully developed version of this, hocked up to a site like Newgrounds. Could catch o

Manually fire a mouseout event?

2010-08-27 Thread darkflame
How would I manually fire a mouseout event? I've tried a few things, but I'm clearly not hitting the mark; //closeIcon.fireEvent(GwtEvent); //DomEvent.fireNativeEvent( MouseOutEvent.getType(), (HasHandlers)closeIcon); //MouseOutEvent.fireNativeEvent(nativeEvent, closeIcon); None of those even

Re: Runtime.exec on sever side

2010-08-27 Thread Sripathi Krishnan
Hey Andrew, As I mentioned earlier, you have to remove GAE jars from your classpath - they conflict with jetty. The NoSuchMethod error indicates its a classpath issue. If its easier, you could just create a new project and disable GAE from the onset, and it would work as expected. --Sri On 28 A

Re: Runtime.exec on sever side

2010-08-27 Thread Andrew McCann
Hi Folks, Sorry to be bothering you with thisbut when I un-check the GAE..I get a bunch of errors trying to debug as web app see below Cheers Andrew [WARN] Server class 'com.google.appengine.repackaged.org.apache.commons.logging.impl.Log4JLogger' could not be found in the web app, but

Re: Memory Leak IE7 & GWT 2.0.4

2010-08-27 Thread chrisr
Hi Joel, i appreciate your help. I was running in development mode and it appears that this memory bloat goes away when not using development mode. We have been developing our application using older GWT (1.5.4 I belive) so I'm used to using the old hosted mode. I didn't realize the in browser de

Re: CellTable and CeckboxCell

2010-08-27 Thread jocke eriksson
I have a column of CheckboxCells. The use case is pretty like the one for gmail, you can check a checkbox without jumping in to the message. So if it is not supported then i think that it should be, or some good workaround at least. 2010/8/27 Thomas Broyer > > > On 27 août, 12:09, jocke eriksson

Re: Piriti xml read error

2010-08-27 Thread Deepak Singh
Hi Harald, Thank you very much. It worked fine. I am using piriti in my large project so if in future i get stuck sometime, i will ask again. Thanks Deepak On Thu, Aug 26, 2010 at 5:39 PM, Harald Pehl <.p...@googlemail.com> wrote: > Hi Deepak > > I finally managed to take a closer look to your

Re: GWT eat your own dogfood ? Future of GWT ?

2010-08-27 Thread Chris Ramsdale
This is true, you shouldn't be moderated on each post. Is this not the case? -- Chris On Fri, Aug 27, 2010 at 3:39 AM, Shawn Brown wrote: > >> Unfortunately, we have to manually approve posts from new members to > >>. We typically review postings from new members several > >> times a day. After

Re: Runtime.exec on sever side

2010-08-27 Thread Chris Conroy
You can certainly run development mode without using GAE. (read: it is not the case) On Fri, Aug 27, 2010 at 12:37 PM, Andrew McCann wrote: > > I should have added -- Disable GAE, and delete all GAE related jar files > > from you classpath. > > Disabling GAE doesn't automatically remove the jars

Re: Runtime.exec on sever side

2010-08-27 Thread Chad
Andrew, That is not the case. Disabling GAE has no effect on being able to debug in that manner. None of my projects use GAE and all are tested and debugged via Eclipse -> Debug As -> Web Application. HTH, Chad On Aug 27, 11:37 am, Andrew McCann wrote: > > I should have added --  Disable GAE, a

Re: Memory Leak IE7 & GWT 2.0.4

2010-08-27 Thread Joel Webber
Hmm... I've tried to reproduce this on IE7 and IE8 (both quirks & standards), to no avail. I doubt it's anything in the outer HTML file, but just in case, here's what I used: Hello The initial calls to getSomeText() were causing a huge number of slow- script warnings

Re: GWT and grid in 2.1 ?

2010-08-27 Thread Deepak Singh
Hi, How can i get the source code for http://gwt-bikeshed.appspot.com/Expenses.html Regards Deepak On Fri, Aug 27, 2010 at 8:08 PM, Thomas Broyer wrote: > > > On 27 août, 15:31, Gilles B wrote: > > Using GWT 2.0 there no pleasant grid controls pr

Re: Runtime.exec on sever side

2010-08-27 Thread Andrew McCann
> I should have added -- Disable GAE, and delete all GAE related jar files > from you classpath. > Disabling GAE doesn't automatically remove the jars, and they kind of > interfere with the inbuilt server. Is it not the case that if I disable the GAE I cannot run Eclipes->Debug As->Web application

Re: GWT Flash Killer (beta)

2010-08-27 Thread Thomas Dvornik
Very very awesome. Keep up the good work! Tom On Aug 26, 11:45 am, powwow wrote: > http://www.bluedojo.com/ > > I thought I'd like to share with the GWT Discussion Group of a "Flash > Killer" application that is written with GWT.  It's a work in > progress. :-) > > Build animations without Flash

Re: Runtime.exec on sever side

2010-08-27 Thread Andrew McCann
Hi Folks, Thanks for the help on this. > Or, more likely, you have enabled Google App Engine. Disable GAE, its a > preference under eclipse. GAE doesn't allow you to run system commands I have a feeling the issue is something like this. I am currently running the app with Eclipes->Debug As->Web

Re: Google Web Toolkit Developer Plugin for Firefox - where is it?

2010-08-27 Thread Sree ...
http://code.google.com/p/google-web-toolkit/source/browse/trunk/plugins/xpcom/prebuilt/?r=7211 Rt click on the gwt-dev-plugin and select save link as... On Fri, Aug 27, 2010 at 6:01 PM, chrisr wrote:

Re: Runtime.exec on sever side

2010-08-27 Thread Sripathi Krishnan
I should have added -- Disable GAE, and delete all GAE related jar files from you classpath. Disabling GAE doesn't automatically remove the jars, and they kind of interfere with the inbuilt server. --Sri On 27 August 2010 21:15, Andrew McCann wrote: > Hi Folks, > > Thanks for the help on this

Re: Runtime.exec on sever side

2010-08-27 Thread Sripathi Krishnan
Or, more likely, you have enabled Google App Engine. Disable GAE, its a preference under eclipse. GAE doesn't allow you to run system commands --Sri 2010/8/27 André Moraes > maybe the webserver that is hosting your file don't have permission to run > external programs. > > Or the path variable

Re: Chrome and Firefox plugins missing?

2010-08-27 Thread chrisr
A couple of threads about this in the last couple of days... http://groups.google.com/group/google-web-toolkit/browse_thread/thread/9f32dafcf6c0d551# http://groups.google.com/group/google-web-toolkit/browse_thread/thread/9e3a9e1446f55d62# On Aug 27, 9:18 am, sportrider wrote: > On a new instal

Re: Can not download gwt developer plugin

2010-08-27 Thread David Chandler (Google)
Oops, there is a broken URL mapping. This will be fixed shortly. /dmc David Chandler Developer Programs Engineer, Google Web Toolkit On Aug 26, 9:39 am, Guillaume Lasnier wrote: > Hi, > I have the same problem not being able to install the GWT developerpluginon > any browser because the link is

Re: Runtime.exec on sever side

2010-08-27 Thread André Moraes
maybe the webserver that is hosting your file don't have permission to run external programs. Or the path variable was reset to an empty value so the application cannot find the "cat" program. -- André Moraes Analista de Desenvolvimento de Sistemas andr...@gmail.com http://andredevchannel.blogsp

Re: GWT and grid in 2.1 ?

2010-08-27 Thread Thomas Broyer
On 27 août, 15:31, Gilles B wrote: > Using GWT 2.0 there no pleasant grid controls provided (compared to > classic SmartGWT, GWT-Ext...). So I include the FixedWidthFlexTable, > FlexTable, ScrollTable... updated widgets from google gwt-incubator > project. This is not perfect but these controls

Re: same code -> different compile plattforms -> different results???

2010-08-27 Thread Falcon
Also, see http://code.google.com/webtoolkit/doc/latest/DevGuideUiPanels.html#Standards Specifically, this paragraph: "HorizontalPanel is a bit trickier. In some cases, you can simply replace it with a DockLayoutPanel, but that requires that you specify its childrens' widths explicitly. The most

Re: same code -> different compile plattforms -> different results???

2010-08-27 Thread Falcon
The problem in the example code that you posted is that the width is getting set to 368px on the table in the inline style, which is overriding the width: 100% that you want. Now, I'm not looking at this with IE7, but with IE9 developer preview in IE7 standards mode, so it's possible that there's a

Runtime.exec on sever side

2010-08-27 Thread andrewjmccann
Hello all, I want to run a perl script on the server side and feed the output to the client. In my server side of the implementation of the RPC service I have the code which is posted below. When the boolean tryexec == false everything works fine. When it's true I get the following error: java.l

Making AJAX crawlable - return pdf instead of HTML

2010-08-27 Thread pm
Hello I am implementing a non-flash, html and javascript only epaper, that is based on a Pdf: www.patrickmueller.li/epaper . I am telling the google crawler that this is an AJAX page (with ) that is crawlable, according to the google specs "Making AJAX Applications Crawlable" (code.google.com/intl

Help With Eclipse Development ??

2010-08-27 Thread chalu
Hello folks, I am moving my GWT/GXT development from Netbeans to Eclipse (Helios), but I am still struggling to find my way around. I have read some tutorials and watched some videos on eclipse but I still have issues in some areas, for example the SLF4J docs says we have to add an implementation b

Event chaining

2010-08-27 Thread john nash
Hi , I am facing a problem related to firing of the events . Let me elaborate : When I change a value in a textBox and click on a button directly (without clicking elsewhere) , only onChange event is fired . But I expect that onClick event should also be fired followed by onChange event . I am no

Application Through Error while Loading

2010-08-27 Thread The Great
Application through JSON Error while Loading, I redeploy my application and I am getting following error. com.google.gwt.json.client.JSONException: com.google.gwt.core.client.JavaScriptException: (SyntaxError): Syntax error number: -2146827286 description: Syntax error at Unknown.$JSONExceptio

Re: Can not download gwt developer plugin

2010-08-27 Thread codonovan
http://gwt-dev-plugin-missing.appspot.com/ On Aug 26, 2:39 pm, Guillaume Lasnier wrote: > Hi, > I have the same problem not being able to install the GWT developer > plugin on any browser because the link is broken. Google please help, > this is critical!!! > > Please find below the install url f

Chrome and Firefox plugins missing?

2010-08-27 Thread sportrider
On a new install of Vista. Running the eclipse plugin, sdk for GWT and AppEngine. Fire up the app in debug mode, and open the localhost URL. Chrome and Firefox say they are unable to find the plugin. This page is given on Chrome, and it is now an invalid URL. http://gwt.google.com/missing-plug

Re: BlackBerry6 and GWT

2010-08-27 Thread Odili Charles Opute
I am interested in this ... On Thu, Aug 26, 2010 at 7:08 PM, myapplicationquestions < parag.bhag...@cgi.com> wrote: > Hi All, > > BlackBerry6 uses webkit so GWT webapp should work as it is but i > wanted to know if anyone has tried developing a web application > focused primarily for blackberry6?

Re: CellTable and CeckboxCell

2010-08-27 Thread Thomas Broyer
On 27 août, 12:09, jocke eriksson wrote: > That's correct I don't want the click to update the selectionModel. Creating > the Cell like new CheckboxCell(true); makes the SelectionModel to get no > events at all. On the other hand if I pass in false all events gets pass. I > guess I will have to

Re: Control how GWT.async load modules (on the server).

2010-08-27 Thread André Moraes
> I'd rather make two completely distinct modules (i.e. two apps), and > load the appropriate one (the appropriate *.nocache.js) depending on > the user. > > This solves the admin/normal user problem, but is complicated for a more fine grained problem. > In any case, there's no need to filter out

Re: GWT-JQuery

2010-08-27 Thread Thomas Broyer
On 27 août, 12:58, gopal bhalala wrote: > Hi Thomas, > > Thanks for reply. > > i have research on that but i have not successfully customize like this > slider > > please check this url: *http://jqueryui.com/demos/slider/#range if u have > any idea about this type of widget please tell me* Oh,

GWT and grid in 2.1 ?

2010-08-27 Thread Gilles B
Using GWT 2.0 there no pleasant grid controls provided (compared to classic SmartGWT, GWT-Ext...). So I include the FixedWidthFlexTable, FlexTable, ScrollTable... updated widgets from google gwt-incubator project. This is not perfect but these controls provide fixed header and footer (during scroll

Re: New in Eclipse + GWT Plugin and that lovely browser

2010-08-27 Thread Gustavo Insaurralde
dolcraith I have updated with the eclipse (Helios) GWT plugin, so i think it´s 2.0, right? On 25 ago, 12:37, "dolcra...@gmail.com" wrote: > What version of GWT are you using? The tutorial you are referencing is > for version 1.6.  In 2.0 the oophm mode replaced the hosted browser, > which allow

Re: Control how GWT.async load modules (on the server).

2010-08-27 Thread Thomas Broyer
On 27 août, 14:19, André Moraes wrote: > When using split points the code is loaded only when it is need, so > the application loads faster and the user don't need to download code > that is not used. This is very nice. > > But how can I control the code that the user can load, supose the > foll

Re: Property value with accent & requestFactoryServlet

2010-08-27 Thread Thomas Broyer
On 27 août, 15:03, julien wrote: > Hi all, > > With the scaffold demo app and using IE8, > > Creating a new employee by entering é as name makes the app crash. > > When the employee list is refreshed, the following exception appears > and the list is never shown. > Uncaught exception escaped > c

Re: GWT-JQuery

2010-08-27 Thread Philippe Laflamme
Hi Gopal, I wrote a plugin for gwtquery (a jQuery re-write in GWT) that you can use to get jQuery-UI widgets in GWT. You can find these projects here: GWTQuery: http://code.google.com/p/gwtquery/ GWTQuery-UI: http://code.google.com/p/gwtquery-ui The jQuery-UI slider widget is available (amongst

Re: Loading external JavaScript depending one on the other

2010-08-27 Thread Thomas Broyer
On 27 août, 12:05, Sebastian wrote: > Hi all, > > I run into a problem using a JavaScript Charting library which is > based on Prototype.  The requirement is that prototype.js is loaded > before the charting library. > > I could solve this by adding script tags to my host page in the proper > or

Property value with accent & requestFactoryServlet

2010-08-27 Thread julien
Hi all, With the scaffold demo app and using IE8, Creating a new employee by entering é as name makes the app crash. When the employee list is refreshed, the following exception appears and the list is never shown. Uncaught exception escaped com.google.gwt.core.client.JavaScriptException: (Synta

Re: Google Web Toolkit Developer Plugin for Firefox - where is it?

2010-08-27 Thread chrisr
I'm also having issues, win XP 32-bit, both firefox and chrome. Something is amiss... http://groups.google.com/group/google-web-toolkit/browse_thread/thread/9f32dafcf6c0d551/32897e6c8462e7bc#32897e6c8462e7bc On Aug 27, 12:33 am, Rich wrote: > Hello, > > I am trying to install Google Web Toolkit

Re: Memory Leak IE7 & GWT 2.0.4

2010-08-27 Thread chrisr
Sorry for posting this twice. If a moderator wants to/can remove the duplicate go ahead. On Aug 25, 2:56 pm, chrisr wrote: > I created a simple application in an attempt to reproduce a memory > leak issue in our decently large GWT application. > > This test application basically contains a split

Control how GWT.async load modules (on the server).

2010-08-27 Thread André Moraes
When using split points the code is loaded only when it is need, so the application loads faster and the user don't need to download code that is not used. This is very nice. But how can I control the code that the user can load, supose the following scenario: 1- Operational user: load the invoce

Re: Is there a searchbar widget for data presentation widgets?

2010-08-27 Thread Jambi
Well, that´s all i needed to hear ;)! Thanks a lot Thomas! -- 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

Re: GWT-JQuery

2010-08-27 Thread gopal bhalala
Hi Thomas, Thanks for reply. i have research on that but i have not successfully customize like this slider please check this url: *http://jqueryui.com/demos/slider/#range if u have any idea about this type of widget please tell me* Best Regards & Thanking you, Gopal Dhanjibhai Bhalala On Fri

Re: CellTable and CeckboxCell

2010-08-27 Thread jocke eriksson
That's correct I don't want the click to update the selectionModel. Creating the Cell like new CheckboxCell(true); makes the SelectionModel to get no events at all. On the other hand if I pass in false all events gets pass. I guess I will have to use the Event.NativePreviewHandler Regards Jocke 2

Loading external JavaScript depending one on the other

2010-08-27 Thread Sebastian
Hi all, I run into a problem using a JavaScript Charting library which is based on Prototype. The requirement is that prototype.js is loaded before the charting library. I could solve this by adding script tags to my host page in the proper order but I would like to distribute the library as GWT

Re: Is there a searchbar widget for data presentation widgets?

2010-08-27 Thread Thomas Broyer
On 27 août, 01:28, Jambi wrote: > Hej Folks, > > I´m pretty new to GWT so I´m still learning. So my question is, if > there is existing something like a interactive searchbar you can > combine with the new data presentation widgets? I think i´ve seen it > working before in some Google I/O video,

Re: GWT-JQuery

2010-08-27 Thread Thomas Broyer
On 27 août, 07:04, gopal bhalala wrote: > Hi to all, > > I want to use range slider (e.g. price range, time range etc) widget in my > application. > > I was tired to research on GWT Widget but i have not found any range slider > widget in GWT but  i have found range slider Widget in jQuery. See

Re: CellTable and CeckboxCell

2010-08-27 Thread Thomas Broyer
On 27 août, 10:45, jocke eriksson wrote: > I having trouble with a CheckboxCell, the problem is that if a user clicks > on the checkbox the event bubbles up to the row element. This behaver is not > what I want, what is the best way to cancel the event from bubbling up. Well, first, the event *h

Re: same code -> different compile plattforms -> different results???

2010-08-27 Thread Magnus
For convenience I uploaded a minimalistic live demo with source code: http://www.bavaria64.de:8080/LayoutProblem -- 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 u

Re: Reusing GWT Localization in Server Side Code

2010-08-27 Thread Shawn Brown
> all localisation should be done on client side in a clean > architecture, even notifications. > Localisation is presentation logic which belongs to the client > Server should only hold persistence and business logic. > > Send error/warning/information codes plus parameters to the client. That's

CellTable and CeckboxCell

2010-08-27 Thread jocke eriksson
I having trouble with a CheckboxCell, the problem is that if a user clicks on the checkbox the event bubbles up to the row element. This behaver is not what I want, what is the best way to cancel the event from bubbling up. -- You received this message because you are subscribed to the Google Gro

Re: GWT eat your own dogfood ? Future of GWT ?

2010-08-27 Thread Shawn Brown
>> Unfortunately, we have to manually approve posts from new members to >>. We typically review postings from new members several >> times a day. After that, your posts should appear immediately. >> > Please, consider removing this manual "control spam". It is slowing > down the community. We have

Store information in Cookies?

2010-08-27 Thread xworker
Hi How do I go about and save information between views on the client? I have a dropdown with values, when the user selects something I want to use that information when showing another view later on, but I dont want to switch to that view directyly. Is the only way to store the information in th

Re: GWT eat your own dogfood ? Future of GWT ?

2010-08-27 Thread Ulon
> Chris, > > Unfortunately, we have to manually approve posts from new members to > control spam. We typically review postings from new members several > times a day. After that, your posts should appear immediately. > Please, consider removing this manual "control spam". It is slowing down the co

Re: same code -> different compile plattforms -> different results???

2010-08-27 Thread Magnus
Hi Chris, I have found it!!! I now know what is happening, but I have not actual a solution. But I also think this should be interesting for you GWT developers! First of all, I found that the computer that compiled the "bad" version (with the bad layout), had GWT version 2.0.4, while the computer

Re: Updated maven strategy for GWT

2010-08-27 Thread Ulon
Thank you. Maven support is very needed. It is mandatory for all of us using GWT + MAVEN to have a working plugin for testing and compiling GWT. The reference plugin is "gwt- maven-plugin", but as you very well know, it is broken in the official maven repository (just too old and doesn't cope with