Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GWT Modules and Web Pages

Tags:

module

gwt

I am new to GWT and am going through the docs, examples, demos etc.

All the examples seem to have just one module which is loaded by a single html page contained in the sample.

What if the web app has multiple web pages/features. Can multiple web pages providing different functionality utilize the same gwt module by building the UI differently based on request params?

Or is it normal to create one module per html page (feature) in the app?

like image 777
Vish Avatar asked Aug 29 '09 15:08

Vish


1 Answers

You can have a look at these two questions:

  • Multiple pages tutorial in Google Web Toolkit (GWT)
  • GWT with multiple host pages in a legacy application

...or at this site which guides you through the process, if you are new I strongly suggest to subscribe to the 5 days email course.

like image 70
Alberto Zaccagni Avatar answered Oct 04 '22 21:10

Alberto Zaccagni