pkt1583 / gwt-ext

Automatically exported from code.google.com/p/gwt-ext
0 stars 0 forks source link

Feasible to load the whole java script file for the entire GWT Web Application #493

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
GWT is totally based on javascript. When we run a GWT Web Application, GWT
converts java code into JS. Will it create one JS file for the whole
project once we compile/browse - to VIEW into Browser.

I have a big doubt now, If I want to develop an enterprise level of project
into GWT. Will if be feasible to work with javascript?

Will GWT create one single JS file per Application, then what would be the
capacity of browser to handle that big javascript file.

Can it be feasible to divide one Single JS file to many other JS files and
can be called as and when it is required. from the server to the client
machine.

I am using GWT 1.6.4 and GWTEXT 2.0.5 in Windows XP OS and JDK 1.6.

Original issue reported on code.google.com by bhavik...@gmail.com on 8 May 2009 at 9:44