Answers

Question and Answer:

  Home  EXT GWT

⟩ Explain what is Bootstrap process in GWT or How an applications loads in GWT?

HTML

|

nocache.js ( Bootstrap javascript file )

|

|->( Loads the browser specific files)

|

module.xml ( *.gwt.xml )

|

|->( which loads the entry point class )

|

onModuleLoad() method

|

|

|

Loads the application

 233 views

More Questions for you: