SMART Gwt Code Splitting

2020-07-30 02:32发布

问题:

We are using SmartGwt 2.5 and application is very large. I want to know is there any way to implement Code Splitting or Partial JS loading in SmartGWT. Any pointers would be really appreciated.

回答1:

You can use Gwt's code splitting directly in SmartGwt. http://code.google.com/webtoolkit/doc/latest/DevGuideCodeSplitting.html



标签: gwt smartgwt