Monday, May 3, 2021

Re: Splitting code

Yes, and you can analyse afterwards if you turn on "Report SoyC"

Check out hier in the presentation: https://bit.ly/gwtintropresentation
From page: 11

Hier is how to turn on if you are using TBroyer Maven plugin: https://github.com/lofidewanto/jsinterop-simple-example/blob/master/pom.xml

<compilerArgs> or <devmodeArgs> or <codeserverArgs>
...
    <arg>-compileReport</arg> 
...
</compilerArgs>

Hope this helps...
blackh...@gmail.com schrieb am Montag, 3. Mai 2021 um 12:38:49 UTC+2:
LS,

Looking at the size of our js files, they might/could or should be splitted.

Looking at the documentation, is it just adding a wrapper around the call?
GWT.runAsync(new RunAsyncCallback() { public void onFailure(Throwable caught) { <yourCall> } public void onSuccess() { <yourCall> } });


--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/1ba5fccd-2e2b-4748-b98c-855dff5e47b8n%40googlegroups.com.

No comments:

Post a Comment