Re: difference between hosted mode and development mode

2010-05-21 Thread aditya sanas
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  wrote:

>
>
> On 21 mai, 17:31, KeremTiryaki  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 google-web-tool...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com
> .
> 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 google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: difference between hosted mode and development mode

2010-05-21 Thread Thomas Broyer


On 21 mai, 17:31, KeremTiryaki  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 google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: difference between hosted mode and development mode

2010-05-21 Thread KeremTiryaki
and I want to add something...
Development mode doesn't care about optimization, It is showing the
results as quick as possible
Production mode makes all the optimization process and it is producing
fully optimized JS+HTML+.. codes.

On May 21, 1:41 pm, José González Gómez
 wrote:
> Hosted mode is the old name for development mode, they're the same.
> There are two modes, and they're currently named development mode and
> production mode
>
> Best regards
> José
>
> On 21 mayo, 11:58, Chatak <007aditya.b...@gmail.com> wrote:
>
>
>
> > hi,
>
> > i m quite new to gwt i m using eclipse for building GWT projects
>
> > my question is what is the difference between hosted mode and
> > development mode...?
>
> > and also how many modes of deployment actually exist...?
>
> > Thank you.
>
> > --
> > Chatak
>
> > --
> > 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-toolkit+unsubscr...@googlegroups.com.
> > For more options, visit this group 
> > athttp://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 google-web-tool...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://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 google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: difference between hosted mode and development mode

2010-05-21 Thread José González Gómez
Hosted mode is the old name for development mode, they're the same.
There are two modes, and they're currently named development mode and
production mode

Best regards
José

On 21 mayo, 11:58, Chatak <007aditya.b...@gmail.com> wrote:
> hi,
>
> i m quite new to gwt i m using eclipse for building GWT projects
>
> my question is what is the difference between hosted mode and
> development mode...?
>
> and also how many modes of deployment actually exist...?
>
> Thank you.
>
> --
> Chatak
>
> --
> 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-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://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 google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.