Re: Initial download size

2011-10-29 Thread morteza adi
Thanks Andrei

i did a lot of research on GXT before starting the project but never thought
of problems like this !!
just a single GXT gridview without any implementation is more than 1mb !!!
fortunately i can easily migrate to GWT.
thanks again !!


Truly yours,
Morteza Adi


On Sat, Oct 29, 2011 at 6:08 PM, Andrei vol...@spiraluniverseinc.comwrote:

 I built an app with 10 very complex views. Each view has a table with
 data or a form, and a few popup dialogs. Plus, each view has several
 paragraphs of text. There are 5 different services supporting these
 views, and about 20 types of complex data entities. Total download
 size: 550kB.

 The biggest difference, I guess, is that I use pure GWT - no GXT.

 Note that many packages that you see (like AbstractHashMap) are used
 by GWT components themselves. This is why they are included. You can
 trace each package to its source Ina compile report.

 --
 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-toolkit@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-toolkit@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: GWT Developer Plugin for Firefox 7

2011-10-27 Thread morteza adi
Thanks Joel !

it worked for me very well !




Truly yours,
Morteza Adi


On Wed, Oct 26, 2011 at 6:41 PM, Joel glatap...@gmail.com wrote:

 Thank you very much :-)

 On Oct 25, 5:14 pm, Alan Leung acle...@google.com wrote:
  Sometimes this week.
 
  It seems to be pretty stable.
 
  -Alan
 
 
 
 
 
 
 
  On Tue, Oct 25, 2011 at 7:31 AM, Ivan Dimitrijevic dim...@gmail.com
 wrote:
   Works regular for me on Mac OS X 10.7.2
   64bit
 
   --
   S postovanjem,
   *Ivan Dimitrijevic*, dipl.ing. ISiT, MSc
   d...@dnjcompany.com d...@dnjcopmany.com
  http://dimi.dnjcompany.com
 
   On Tue, Oct 25, 2011 at 16:29, Joel glatap...@gmail.com wrote:
 
   It seems to work for me as well, under Firefox 7.0.1 with Windows 7
   x64.
 
   When is the deployment planned ?
 
   On Oct 10, 6:27 pm, Alan Leung acle...@google.com wrote:
For those who had experienced a crash on 32bit Linux, would you mind
   doing
me a favor by trying the attached xpi file?
 
Thanks!
 
-Alan
 
On Mon, Oct 10, 2011 at 3:15 PM, Michael Vogt 
 vmei...@googlemail.com
   wrote:
 
  works perfectly on my Ubuntu 64 bit
  Linux N53SV 2.6.38-11-generic #50-Ubuntu SMP Mon Sep 12 21:17:25
 UTC
   2011
  x86_64 x86_64 x86_64 GNU/Linux
  FF 7.0.1
 
 Yes works also on my ThinkPad with Ubuntu 11.04 64-bit and Firefox
 7.0.1 at home.
 
 --
 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-toolkit@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.
 
 gwt-dev-plugin.xpi
4080KViewDownload
 
   --
   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-toolkit@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-toolkit@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-toolkit@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-toolkit@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.



Initial download size

2011-10-27 Thread Morteza Adi
I'm using GXT/GWT in  a project.  with help of  code splitting i could 
reduce initial download size to 2232796 bytes.
However i think it is still too big for initial download.
after inspecting compile reports i found that there are some classes 
/packages in jre and gwtlang
like java.util.AbstractHashMap or java.lang.Math
i've never used them in my project. there are also some gwt / gxt classes 
i've never used but they got loaded in initial download. 

i have some questions and i would be so thankful if anyone help me out.
is gwt compiler compiles every packages in jre or just compiles those which 
are implemented ??
i have just a simple login page which is split from rest of the code. how 
much the minimum initial download size do you expect i can reach(what is 
the normal download size for a simple project)?

thanks 

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/Qpa3qoUaNxgJ.
To post to this group, send email to google-web-toolkit@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: GWT Developer Plugin for Firefox 7

2011-10-25 Thread morteza adi
I'm new here  !!

where can i download gwt-dev-plugin.xpi for ff7 ? can you please provide a
link.


Truly yours,
Morteza Adi


On Wed, Oct 26, 2011 at 12:52 AM, Ivan Dimitrijevic dim...@gmail.comwrote:

 Also works fine from Win7 64bit.
 --
 S postovanjem,
 *Ivan Dimitrijevic*, dipl.ing. ISiT, MSc
 d...@dnjcompany.com d...@dnjcopmany.com
 http://dimi.dnjcompany.com


 On Tue, Oct 25, 2011 at 23:14, Alan Leung acle...@google.com wrote:

 Sometimes this week.

 It seems to be pretty stable.

 -Alan

 On Tue, Oct 25, 2011 at 7:31 AM, Ivan Dimitrijevic dim...@gmail.comwrote:

 Works regular for me on Mac OS X 10.7.2
 64bit

 --
 S postovanjem,
 *Ivan Dimitrijevic*, dipl.ing. ISiT, MSc
 d...@dnjcompany.com d...@dnjcopmany.com
 http://dimi.dnjcompany.com



 On Tue, Oct 25, 2011 at 16:29, Joel glatap...@gmail.com wrote:

 It seems to work for me as well, under Firefox 7.0.1 with Windows 7
 x64.

 When is the deployment planned ?

 On Oct 10, 6:27 pm, Alan Leung acle...@google.com wrote:
  For those who had experienced a crash on 32bit Linux, would you mind
 doing
  me a favor by trying the attached xpi file?
 
  Thanks!
 
  -Alan
 
  On Mon, Oct 10, 2011 at 3:15 PM, Michael Vogt vmei...@googlemail.com
 wrote:
 
 
 
 
 
 
 
works perfectly on my Ubuntu 64 bit
Linux N53SV 2.6.38-11-generic #50-Ubuntu SMP Mon Sep 12 21:17:25
 UTC 2011
x86_64 x86_64 x86_64 GNU/Linux
FF 7.0.1
 
   Yes works also on my ThinkPad with Ubuntu 11.04 64-bit and Firefox
   7.0.1 at home.
 
   --
   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-toolkit@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.
 
 
 
   gwt-dev-plugin.xpi
  4080KViewDownload

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