Re: Patch installation in GWT
GWT creates one monolithic file per browser (+ one file per split point living in a folder having the browser permutation name). If you change anything in a file all the permutation names change and you have redeploy everything.
-- The only way to patch a single module is if this single module is an app on its own having its own entry point. But if you divide your larger app into multiple smaller apps you have to download common library code (GWT lib, custom common libs, etc.) for each smaller app because this common library code can not be shared at JavaScript level (because GWT only creates a single file per browser).
If you want to pay this tradeoff then go ahead and make multiple apps. Some people have also used OSGI to manage these smaller apps along with a general app that build its menu based on the current active/deployed OSGI modules.
-- J.
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home