I had fairly large application developed in early web days , now I
want to convert into GWT.
Obvious we have added value of AJAX, what else do I loose?

1) large java script , initial down load time
 => why is this , both and HTML and Javascript are different ways of
telling how the window is to browser.
      meaning Are browsers more efficient in parsing and rendering
than javascript ?
=> With we only load URI , why do we load entire java script ?
     Just like only "index.jsp" to loaded javascript also should
index.javascript, why every thing?
     With GWT.runAsync - seems like a good Idea. But not sure, why
java script can not be divided like pages (URI) ?

    At the end both java script and HTML build DOM for window
rendering, why browsers are more friendly with html than java-script ?
  GWT+GAE is really cool - if we can reduce these difference

-Venu
http://schoolk12.appspot.com/






-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to