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.
相关问题
- How to run GWT in production mode
- Google Guava 15.0 Error with GWT 2.5.1?
- Javascript instanceof & typeof in GWT (JSNI)
- How do you let UiBinder pass tags without binding
- Maven submodules in eclipse: Resources from one mo
相关文章
- Spring NamespaceHandler issue when launching Maven
- Annotation for GWT compiler to ignore method
- getComputedStyle like javascript function for IE8
- Uploading to Blobstore gives a Java heap OutOfMemo
- GWT ,Vaadin,SmartGwt,ExtGwt ?---from Swing [closed
- GWT JDBC LDAP connection fails
- How do I get the server-side exception message wit
- Best architecture for applications in GWT
You can use Gwt's code splitting directly in SmartGwt. http://code.google.com/webtoolkit/doc/latest/DevGuideCodeSplitting.html