Hi @all, I've got a big problem. Our company has got a portal where users can edit articles etc. This application was based on JSP + Struts in the past. Since a few month we are working on integrating gwt-ext and remove the old code.
But: Every JSP has the xxx.nocache.js include and defines different div's where the EntryPoints (5 at the moment) can add their panels if the specified div exists. If an action results in a URL change e.g. all EntryPoints are re-loaded (onModuleLoad) and all panels are re- created. This makes the application very slow compared against the old version. Is there any chance to cache the Modules and dont execute the onModuleLoad for every URL change? I tried to create a 'private static final Map' in an EntryPoint for cache my panels. But after reload the page and reload the Module the static final Map is empty again :( So GWT dont support static final objects, or? Its a bit difficult and I dont know If you understand my problem. But if someone can, please help me. Thanks, Stephan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GWT-Ext Developer Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/gwt-ext?hl=en -~----------~----~----~----~------~----~------~--~---
