Git repository for GWT

2011-11-06 Thread Jesper Rønn-Jensen
Has somebody made a git clone of GWT source repository? That would be faster for me to git clone an existing git repos, rather than "git svn clone" the entire GWT source repos. /Jesper Rønn-Jensen www.justaddwater.dk -- You received this message because you are subscribed to the Goo

Re: is code using DateTimeFormat not testable?

2011-10-19 Thread Jesper Rønn-Jensen
In my opinion, your question is extremely relevant > is code using DateTimeFormat not testable? I found your thread here because I converted some code from SimpleDateFormat to gwt DateTimeFormat. And this provoked the error when running the tests java.lang.NullPointerException at com.goo

Re: GWT Developer Plugin for Firefox 6

2011-08-17 Thread Jesper Rønn-Jensen
ait for a release Please keep us informed in this thread of: * official updates to the gwt-dev-plugin.xpi * any unofficial releases that work for FF6 Thanks! /Jesper Rønn-Jensen www.justaddwater.dk -- You received this message because you are subscribed to the Google Groups "Google Web Tool

Upgrading from GWT 1.4 to 2.0

2010-09-07 Thread Jesper Christensen
I am trying to upgrade a GWT 1.4 application to 2.0 but I am having a problem with the welcome file. The 1.4 application uses a servlet as the welcome file. The servlet checks the user credentials and forwards to the HTML page that loads the GWT application if the user has the right credentials.

Re: Is IsSerializable depreciated?

2010-01-17 Thread Jesper
class as serializable. IsSerializable is not requiring a public no-arg constructor, therefore it works in your example. Jesper On Jan 17, 9:25 am, Paul Grenyer wrote: > Hi All > > I was under the impression that IsSerializable was depreciated in > favor of Serializable. Howeve

Re: Window on top

2009-12-11 Thread Jesper
The "newWindow" parameter is that browser window identifier as seen from JavaScript. To get more browser windows, you have to change that token each time you call Window.open() Jesper On Dec 11, 3:36 pm, Mike wrote: > Hi all, > > My application frequently needs to open a ne

Bandwidth simulation

2009-10-31 Thread Jesper
() on RPC services to simulate slowness on those, but the gathering of image bundles and other http- requests i have no control over. Please tell me about your experiences. Jesper Terkelsen --~--~-~--~~~---~--~~ You received this message because you are subscribed

Development mode (OOPHM) in a console version

2009-10-17 Thread Jesper
Hi All I just opened this issue. http://code.google.com/p/google-web-toolkit/issues/detail?id=4139 I just want to hear if anyone has input or any other ideas to this subject. Here is the summery from the issue: Detailed description (please be as specific as possible): Now that development mo

Re: Problems creating new project with gwt and Eclipse on Mac

2009-10-14 Thread Jesper
Getting same error on mac running 10.5 just trying to run a a newly createt emprty web project... any pointers? On 11 Okt., 05:41, circaeng wrote: > Hi, > > I installed Eclipse and the GWT plugin on a Mac running OSX 10.4.11 > and when I create a new project and then select debug as->Web > appl