Saturday, June 1, 2019

Re: GWT - Still Active ?



On Saturday, June 1, 2019 at 10:51:55 PM UTC+3, Andrew Buck wrote:
GWT is not dead! It's simply suffering from PR misunderstanding. People think that you have to use the old widget system to use GWT, but you don't. Just use Elemento instead of widgets and REST calls instead of RPC.  Regardless of what happens with GWT 3, using GWT 2.8 is future proof since it supports JsInterop. GWT remains the most robust system to develop web apps with. Also, combined with J2ObjC, it remains the only way to write 100% native apps for web, iOS, and Android and share 70% of the code between all platforms. Other systems that let you share code don't produce truly native apps.



I agree with you, people should start thinking of gwt as just the compiler, they dont need to use widgets to call it GWT nor any of the gwt built in modules, there is a lot of modern libs out there that really competes, i built domino-ui without using anything related to widgets, all i am using is elemental2, elemento, and few of the ported gwt modules, and it works with both gwt2 and j2cl -at least i have a branch working with j2cl- not only this one but a lot more of good tool like my new domino-rest and what about Vue-gwt. gwt is really just the compiler and the ecosystem around it is really amazing and it is more amazing of what you can do with it.
 

On Friday, May 31, 2019 at 8:27:45 PM UTC-7, Peter Donald wrote:
On Fri, May 31, 2019 at 10:44 AM Craig Mitchell <ma...@craig-mitchell.com> wrote:
Off topic:  I do wonder how web assembly (WASM) is going to impact GWT, especially if it gets garbage collection, and therefore makes Java to WASM compilation possible.

That is the biggest risk IMO. When we did our analysis to decide on whether to commit to J2CL/GWT3.x for the next 10 years or not this was the only real risk that we found (or that Typescript gets a lot better backend).

WebAssembly is still a way off but projects like https://github.com/i-net-software/JWebAssembly do seem to be something to watch


--
Cheers,

Peter Donald

--
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/2581803b-09fb-4d2f-9dba-1267aa477662%40googlegroups.com.

No comments:

Post a Comment