Is GWT preferable for large scale projects similar to FB?

94 views
Skip to first unread message

mvj

unread,
Dec 16, 2011, 11:24:45 PM12/16/11
to Google Web Toolkit
Hi all...

I'm a newbie to GWT. I mean just started learning it. So I want to ask
that for a large scale project (web app ike Facebook) is GWT
preferable? Why? We are confused whether to go for pure JSP/servlets
or GWT like framework? Thanking in advance....

Ed

unread,
Dec 17, 2011, 5:29:39 AM12/17/11
to google-we...@googlegroups.com
Yep, it certainly is. 
Don't forget it was used to build Google Wave.
And pretty soon his current code splitting will be further optimized which is great for bigger app's (like mine which).
The "mission" statement of GWT: Building high performance interactive websites.
BTW: I don't see Facebook as a "big" front-end..
- Ed

-sowdri-

unread,
Dec 21, 2011, 12:14:09 AM12/21/11
to google-we...@googlegroups.com
If speed is critical for your application then there are 2 things to consider:
  1. Speed after the application is loaded.
  2. Speed in which the application loads up. 
If you are concerned about latter, then you have to either use code splitting or consider moving to jsp. Because in a large application the code size could easily cross 1.5 MB which might take a long time to load. 

If the former is of importance(which actually makes the app interactive) then GWT is definitely the way to go.

-sowdri-

Ed Bras

unread,
Dec 21, 2011, 3:19:55 AM12/21/11
to google-we...@googlegroups.com
easily cross 1.5 MB
I don't agree with "easily".

A few things:
- Perform efficient coding.
- Use Soyc to optimize your code splitting.
- Transferring the files gzipped between browser and server will deliver a file reduction of about 50%..
- Using multiple modules if size is getting too big.
- etc..

Result: It's hard too cross an 1.0 MB initial load.

--
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/-/XrqHJ8falFQJ.
To post to this group, send email to google-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

Reply all
Reply to author
Forward
0 new messages