Hi,
<gwtVersion>2.5.1</gwtVersion>
<smartGwtVersion>4.0p-2013-12-23</smartGwtVersion>
We are working on a project with very large code base, about 60 odd independent tabs with all sorts of controls and complex forms. To minimize the loading time we used the GWT code splitting and lazy loading modules. This improves initial load time and user experience but it does not help the developer with running in hosted mode and code manageability. This has now become extremely slow, which is a huge drain on developer's productivity.
Is there a preferred approach for SmartGWT to re-factor a large applications into smaller ones. For example having multiple wars or multiple entry points.
Thanks,
<gwtVersion>2.5.1</gwtVersion>
<smartGwtVersion>4.0p-2013-12-23</smartGwtVersion>
We are working on a project with very large code base, about 60 odd independent tabs with all sorts of controls and complex forms. To minimize the loading time we used the GWT code splitting and lazy loading modules. This improves initial load time and user experience but it does not help the developer with running in hosted mode and code manageability. This has now become extremely slow, which is a huge drain on developer's productivity.
Is there a preferred approach for SmartGWT to re-factor a large applications into smaller ones. For example having multiple wars or multiple entry points.
Thanks,
Comment