Re: Separate modules for separate views?

2010-09-03 Thread BugRoger
Instead of using multiple modules you can also used a single module. For your views you create an implementation for each role that your application requires. For example: CatalogView CatalogViewAdminImpl CatalogViewEnduserImpl The you use deferred binding to pick the right

Re: Fewer compile permutations using ant: Can user.agent be passed in via command-line?

2009-12-18 Thread BugRoger
Hi Anders, We use seperate modules for each compile mode. Then we pass a parameter into the build file to make it pick up the different modules. For example: TachyonField.gwt.xml - Contains all common settings but no entrypoint TachyonField_dev.gwt.xml - Inherits the base module