Wednesday, March 3, 2021

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

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/2323d24d-e53b-4532-97cc-4fe0f2a7a486n%40googlegroups.com.

No comments:

Post a Comment