how does gwt work or rather how gwt loads the code into the app.html file

Posted by Pero on Stack Overflow See other posts from Stack Overflow or by Pero
Published on 2012-12-17T23:01:29Z Indexed on 2012/12/17 23:02 UTC
Read the original article Hit count: 256

Filed under:
|
|
|

i would like to know what the rootPanel (which is in the entryClass) exactly is and how gwt loads the java code into the appname.html file via rootpanel. what happens there exactly? where is the connection between the rootpanel and the html file.

i could not find any side which explains this process in a detail. the only thing i know i that all the created panels are div-elements. it would be very helpfulf if somebody could explain it or send some good links to websites which are explaining this issue. thx!

© Stack Overflow or respective owner

Related posts about java

Related posts about JavaScript