GwtMaterialDesign / gwt-material

A Google Material Design wrapper for GWT
https://gwtmaterialdesign.github.io/gmd-core-demo/
Apache License 2.0
411 stars 124 forks source link

Is gwt material library will be easily migrated to GWT 3 , as there is lots of news regarding GWT team coming up with new version #945

Open two10 opened 4 years ago

two10 commented 4 years ago

please provide the update , this helps us to plan well.

kevzlou7979 commented 4 years ago

As of the latest version we have done the following:

  1. JsInterop
  2. Used tbroyer gwt maven plugin
  3. Support without UiBinder but we recommend to use it to separate design from logic

    Also please link us the thread about gwt3 if you have.

kevzlou7979 commented 4 years ago

UiBinder Reference https://www.vertispan.com/blog/vertispan-blog-1/post/new-gwt-uibinder-3

two10 commented 4 years ago

i was following their gitter channel and one of the team member wite this:

GWT is still very active and maintained, there will be GWT 2.9 that should be released soon, but the community if focused more on GWT 3.0 which actually you can start development with it right now, GWT 3.0 is like GWT 2.X but it is modular and is being split into seperate projects, generators are being replaced with annotation processors, compiler is being replaced with J2CL and closure, we have a working maven plugin for j2cl most of the work on migrating old gwt modules to gwt 3 is make sure that written applications can still migrate to gwt 3 withou the need to be rewritten Also the community have doing a great job building a new echo-system for gwt you can also check the j2cl channel https://gitter.im/vertispan/j2cl for more discussions and this channel for modules migration https://gitter.im/gwtproject/gwt-modules

also there is much more news on their [](gitter channel https://gitter.im/gwtproject/gwt)

two10 commented 4 years ago

Also something like this:

you can get support from companies like vertispan, they know GWT very well and as for the community work this is a short list of new community projects Dominokit https://github.com/DominoKit including domino-ui, domino-mvp, domino-rest, domino-jackson..etc elemento https://github.com/hal/elemento nalu https://github.com/NaluKit/nalu gwt-rpc https://github.com/Vertispan/gwt-rpc Crysnife https://github.com/treblereel/crysknife Vue-GWT https://github.com/VueGWT/vue-gwt dncomponents https://github.com/dncomponents/dncomponents auto-rest https://github.com/intendia-oss/autorest react4j https://github.com/react4j/react4j

i was very shocked on why gwt material is not on this list, but i really love this and people moving or starting on domino ui , which i have not explored but looks like community is active on this

kevzlou7979 commented 4 years ago

Good references.