Re: how to use several html instead of just one hosted html

2012-08-07 Thread mukarev
Hi, we solved this via having more than one gwt project and one center project for starting the application itself. Controls and business logic is outsourced in other projects to so can be used in any module. In case of simple and advanced search I dont't see the benfits of having more than

Re: how to use several html instead of just one hosted html

2012-08-03 Thread Rob
Hi, You can use an EntryPoint dispatcher if your application has multiple host pages. - public class EntryPointDispatcher implements EntryPoint { public void onModuleLoad() { Log.debug(EntryPointDispatcher - onModuleLoad()); try { // get the Host Page name Dictionary

how to use several html instead of just one hosted html

2012-08-02 Thread tong123123
although this requirement seems strange, but maybe I need to change so. Currently, my gwt application has just one hosted html with script type = src = nocache.js/script this is perfectly normal. But now, I may need to change it so that there is several html instead of this only one