Re: Our 10+ year journey with GWT (+ job opening)

2021-01-25 Thread Peter Donald
On Tue, Jan 26, 2021 at 5:08 AM Vassilis Virvilis wrote: > Thanks for the insightful reply. You seem to focus on optimization which I > agree is a worthy target. > It is the limiting factor when building at large scale. > I was focusing on development practices and reuse. For example I have >

Re: Abridged summary of google-web-toolkit@googlegroups.com - 7 updates in 3 topics

2021-01-25 Thread lofid...@gmail.com
In my experience it doesn't play any roles in what programming language an app is written but if it is huge, chaotic and no unit tests, it is very difficult to debug and to extend. I have a huge Java webapp and different devs working on it... Luckily Java is statically-typed and Java IDE is very

Re: Our 10+ year journey with GWT (+ job opening)

2021-01-25 Thread lofid...@gmail.com
@Peter: Thanks a lot for your comprehensive insight, like always! 👍 One production ready WASM I know is from .NET: https://visualstudiomagazine.com/articles/2020/05/19/blazor-webassembly-3-2.aspx But I never tried it... vas...@gmail.com schrieb am Montag, 25. Januar 2021 um 19:09:00 UTC+1: >

Re: Our 10+ year journey with GWT (+ job opening)

2021-01-25 Thread Vassilis Virvilis
Thanks for the insightful reply. You seem to focus on optimization which I agree is a worthy target. I was focusing on development practices and reuse. For example I have created bindings for jQuery. I would love to just use somebody else's bindings. But here is the thing. I didn't need jQuery for

Re: Abridged summary of google-web-toolkit@googlegroups.com - 7 updates in 3 topics

2021-01-25 Thread Edson Richter
Just in case... Many people suggests to hire "pros" and "experts": it is my fault, because I've not provided my background. I do work with TI for about 35 years, programming in 15 or more languages (stopped counting long ago), a MS System Engineer and Lotus Notes Professional (!!!) since 1995, heav

Re: Our 10+ year journey with GWT (+ job opening)

2021-01-25 Thread Peter Donald
On Sun, Jan 24, 2021 at 8:17 PM Vassilis Virvilis wrote: > I asked here one or two times but IIRC the answer was there should be an > automatic way to import js libraries. Maybe through DefinitelyTyped > typescript https://github.com/DefinitelyTyped/DefinitelyTyped > definitions? not sure if it i