Thanks for the information! Why don't you just separate the project (Maven, etc) in smaller projects and integrate them just in the HTML files DOM / ScriptInjector?
So in general you could build many Micro UIs (many JS files) in GWT and integrate them in one HTML DOM or put them together through ScriptInjector. [email protected] schrieb am Donnerstag, 4. März 2021 um 02:45:38 UTC+1: > In the past years, My company build a larget HIS frontend platform based > GWT , The large means: lot of module, code by java , output to javascript > seems beautify > But, when the application more bigger, the compiler package speed more > slower; debug, publish will wait long time... > Recently, we decied to replace gwt with other pure js frontend(like > extjs), in order to slove these problem . > > > > > > > 在2021年2月13日星期六 UTC+8 下午7:59:20<Craig Mitchell> 写道: > >> > Sharing POJO definitions between client and server is the biggest >> advantage of GWT for me along with static typing in the frontend. Can't >> live without these two. >> >> Not needing POJOs in a dynamically typed language (JS), could be >> considered an advantage, due to less code needing to be written. Although, >> I personally agree that a static typed language is better, even if it is >> more code. >> >> -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/ca0152ce-c94e-4c66-8c05-cd36a424c8b2n%40googlegroups.com.
