Patch installation in GWT

2013-09-15 Thread nandini murthy
I have a single module which contains series of java script files post compilation(One module, one WAR file). The same has been deployed as single module in production. I have a scenario where I have modified only one Java file and compiled the module. During deployment, Is it possible to updat

Pass values/data across GWT modules

2013-09-13 Thread nandini murthy
I have two GWT modules with its own entry point, ModuleA and ModuleB. I am using Window.assign() to move from ModuleA to ModuleB. One Variable value is set in ModuleA. How to access the same value from ModuleB? I am looking for a way to save value in variable declared in ModuleA and access the