[ANN] (Unofficial) Elemental2 1.0.0-b19-fb227e3 release

2019-02-25 Thread Peter Donald
Elemental2 provides type checked access to browser APIs for Java code. This is done by using closure extern files and generating JsTypes, which are part of the new JsInterop specification that is both implemented in GWT and J2CL. https://github.com/google/elemental2 This is an unofficial release

Re: Tips on libraries

2019-02-25 Thread Thomas Broyer
On Monday, February 25, 2019 at 3:08:35 PM UTC+1, Ramon Flamia wrote: > > Thanks Thomas, I imagined this answer :-) > > As I wrote in the initial post, my biggest concern is being updated with > the UI, so I'm waiting for someone to show me his experience with other UI > libraries, maybe even

Re: Tips on libraries

2019-02-25 Thread Frank Hossfeld
I forgot to mention: There are project generators for mvp4g2: http://www.mvp4g.org/gwt-boot-starter-mvp4g2/GwtBootStarterMvp4g2.html and Nalu: https://github.com/nalukit/gwt-boot-starter-nalu. So, you can easily get an impression how they work. Both frameworks work well with Domino-UI. -- You

Re: Tips on libraries

2019-02-25 Thread Frank Hossfeld
I forgot to mention: There are project generators for mvp4g2: http://www.mvp4g.org/gwt-boot-starter-mvp4g2/GwtBootStarterMvp4g2.html and Nalu: https://github.com/nalukit/gwt-boot-starter-nalu. Both frameworks work well with Domino-UI. -- You received this message because you are subscribed to

Re: Tips on libraries

2019-02-25 Thread Frank Hossfeld
Before I start, I would like to say, that I am a contributor of mvp4g and the owner of mvp4g2 and Nalu. All these libs could be a replacement for GWTP. As Thomas already mentioned, I would avoid using libs based on GWT generators. So mvp4g will be no choice today. Mvp4g2 and Nalu both use anno

Re: Tips on libraries

2019-02-25 Thread Frank Hossfeld
Before I'll start, I would like to say, that I am a contributor of mvp4g and the owner of mvp4g2 and Nalu. All these libs could be a replacement for GWTP. As Thomas already mentioned, I would avoid using libs based on GWT generators. So mvp4g will be no choice today. Mvp4g2 and Nalu both use a

Re: Tips on libraries

2019-02-25 Thread Ramon Flamia
Thanks Thomas, I imagined this answer :-) As I wrote in the initial post, my biggest concern is being updated with the UI, so I'm waiting for someone to show me his experience with other UI libraries, maybe even with JsInterop. I have seen the showcases of GWT Material and Domino UI, but I wou

Re: Tips on libraries

2019-02-25 Thread Pavlo Iatsiuk
Here is an answer about Nalu and GWTP from the main developer of both https://groups.google.com/d/msg/Google-Web-Toolkit/FdSNvhrn3lE/ecwPrQ7dBAAJ and dominoUI looks like a good set of components - https://dominokit.github.io/domino-ui-demo/index.html?theme=indigo#home I personally use SmartGWT j

Re: Tips on libraries

2019-02-25 Thread Thomas Broyer
On Monday, February 25, 2019 at 12:33:23 PM UTC+1, Ramon Flamia wrote: > > Hi everyone, > having to start a new GWT project, on average complex, which framework / > technologies you recommend for the following points: > > - MVP architecture (currently using GWTP) > - dependency injection (current

Tips on libraries

2019-02-25 Thread Ramon Flamia
Hi everyone, having to start a new GWT project, on average complex, which framework / technologies you recommend for the following points: - MVP architecture (currently using GWTP) - dependency injection (currently using GIN) - communication with the server (currently using GWT RPC, provided by G

Re: [ANN] (Unofficial) elemental2-webassembly release

2019-02-25 Thread Pavlo Iatsiuk
I understand that it is not related to gwt, but still is interesting to know what's going on around - https://www.youtube.com/watch?v=Qe8UW5543-s Short description - Blazor is a new SPA framework written on C# which at the end compile everything to the webassembly. -- You received this message