ohk i got it that means whenever i wish to deploy an application in developement mode the extra parameter for gwt plugin eg 'gwt=something' is required and at that time browser is using Java code instead of javascript. and in case of production mode it doesnt refer to java it just refer to the javascript which has been loaded into the browser which requires a compile. I hope what i m assuming is right. Thanks for ur replies and helping me to sort out queries. plz ignore any spelling and punctuation mistakes. -- Chatak
On Fri, May 21, 2010 at 9:30 PM, Thomas Broyer <[email protected]> wrote: > > > On 21 mai, 17:31, KeremTiryaki <[email protected]> wrote: > > and I want to add something... > > Development mode doesn't care about optimization, It is showing the > > results as quick as possible > > Actually, dev mode runs Java whereas prod mode compiles to JavaScript. > This means that un dev mode you're using the true java.lang.String or > java.util.ArrayList for instance, whereas in prod mode it's the > emulated version that's being used. It sometimes lead to different > results (Java's Date is quite not the same as JavaScript's one) > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
