Re: Optimizing Dev Module with user.agent?

2010-06-01 Thread Andrew Hughes
Thanks Thomas, that's a really concise and helpful response :)

On Mon, May 31, 2010 at 6:03 PM, Thomas Broyer t.bro...@gmail.com wrote:



 On 31 mai, 04:27, Andrew Hughes ahhug...@gmail.com wrote:
  Hi,
 
  I'm told that dev mode run's directly against java classes. Could I
 expect
  reduced compile+build times by specifying my specific user.agent when
  running in dev mode? Is the user.agent even used when running in dev
 mode?

 No, it won't change anything. As deferred-binding is done on the
 fly, DevMode already knows which user-agent is currently running the
 module.

 --
 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.comgoogle-web-toolkit%2bunsubscr...@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: Optimizing Dev Module with user.agent?

2010-05-31 Thread Thomas Broyer


On 31 mai, 04:27, Andrew Hughes ahhug...@gmail.com wrote:
 Hi,

 I'm told that dev mode run's directly against java classes. Could I expect
 reduced compile+build times by specifying my specific user.agent when
 running in dev mode? Is the user.agent even used when running in dev mode?

No, it won't change anything. As deferred-binding is done on the
fly, DevMode already knows which user-agent is currently running the
module.

-- 
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.



Optimizing Dev Module with user.agent?

2010-05-30 Thread Andrew Hughes
Hi,

I'm told that dev mode run's directly against java classes. Could I expect
reduced compile+build times by specifying my specific user.agent when
running in dev mode? Is the user.agent even used when running in dev mode?

Cheers.

p.s. example: Firefox Only (from gwt.xml):

set-property name=user.agent value=gecko1_8/ 

-- 
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.