Thursday, March 4, 2021

Re: Why Don’t You Use Java for Programming the Client-Side Web Apps on Web Browser?

agree.
Cheers.

lofid...@gmail.com <lofidewanto@gmail.com> 于2021年3月4日周四 下午6:46写道:
... and in the beginning everything is small and fast but you'll see the same problem (also with pure JS or any other technologies) if you build one huge app...

This is similar to the backend problem... Monolith vs. Microservice --> Monolith UI vs. Micro UI...

lofid...@gmail.com schrieb am Donnerstag, 4. März 2021 um 11:39:14 UTC+1:
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.

alex...@gmail.com 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 google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/0d676dfa-3aee-4777-ba68-0d51377784c2n%40googlegroups.com.

--
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/CAFiWg2Y%3DOO3FG0PCtFKdJ0S589v5T7QyMSyX%2BwU3529Cs25rvA%40mail.gmail.com.

No comments:

Post a Comment