GWT War File Sizes

2009-09-28 Thread David G
Hi everyone, I'm currently uploading our latest war files to our server for deployment. I've noticed even though the JS files are only about 400Kb, all my war files (we have multiple war files for our deployment) are around 30MB each. Closer inspection with winzip shows that the majority of

Problems rendering a simple panel!!

2008-10-18 Thread David G
Hi everyone, I know this works as I've done this extremely simple task on GWT several times (I am using GWT-Ext but I think this is a GWT issue) but for some reason, the default GWT project produced in NetBeans works when I run it. However, as soon as I move the button and the label into an

Re: Problems rendering a simple panel!!

2008-10-18 Thread David G
I'm kicking myself now...that was obvious! Thanks for pointing it out Ian and for your quick reply. On Oct 18, 3:06 pm, Ian Bambury [EMAIL PROTECTED] wrote: Get rid of the 'void' and turn the Space() method into a constructor Ian http://examples.roughian.com

RunAsynch Rest - when will they be available?

2008-10-09 Thread David G
Hi everyone, For a while now I've been trying to find an elegant solution to dynamically load widgets/code into a running GWT application, and finally I've stumbled across RunAsynch(), which is in the GWT SVN repository, but has no indication on when it will finally be release as part of GWT. My