Re: Tips on libraries

2019-02-26 Thread Ramon Flamia
First of all thanks for the suggestions (Thomas, Pavlo, Frank). I understand your point of view Thomas, unfortunately I have some constraints, both in terms of budget and delivery times, which I must take into consideration; this is why I said that I must be productive and, for example,

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. --

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

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

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

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

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

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