Dynamically loading GWT GUI
Hi,
I am new to GWT and I am trying to do the following.
'My GUI has several tabs and each represents different functionality. I used GWT-Reflection module to load these tabs dynamically based on xml configuration. If a tab is set to visible=true, it will shown otherwise no.
Now I want add a new tab to the allready running GWT application. That is just develop a GWT module for new tab and define that in my xml configuration file, mentioned above. restaring service should show the new tab.'
That is writing a plugin to a existing gwt project and patch it to the running system.
Following are my questions:
- Is it possible to pach to an existing GWT project?
- If possible how should I do this.
- If not, any altrnative solutions?
Thanks & Regards,
--Ramprasad.