Re: GWT MVP Frameworks

2019-05-22 Thread Frank Hossfeld
I forget to mention: Another intresting MVP framework is * Nalu: https://github.com/NaluKit/nalu and * Domino-mvp: https://github.com/DominoKit/domino-mvp -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and

Re: GWT MVP Frameworks

2019-05-22 Thread Frank Hossfeld
I forget to mention: Another intresting MVP framework is Nalu: https://github.com/NaluKit/nalu -- 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

Re: GWT MVP Frameworks

2018-01-03 Thread Frank Hossfeld
I am one of the contributors of mvp4g. Yeah, that's right, mvp4g uses GIN. That's something I don't like, but trying to remove GIN is a breaking change. So we decided, as we startet with mvp4g2, to keep the numbers of dependencies small. mvp4g2 only uses Elemental 2 (Place management). It does

Re: GWT MVP Frameworks

2017-10-13 Thread Subhrajyoti Moitra
https://github.com/Axellience/vue-gwt Vue+Gwt On Fri, Oct 13, 2017 at 9:09 PM, hy wrote: > Errai Framework is awesome, and we are using parts of it (like jaxrs); > however its too much focussed on javaee specific development (which is > great btw but too heavy for

Re: GWT MVP Frameworks

2017-10-13 Thread hy
Errai Framework is awesome, and we are using parts of it (like jaxrs); however its too much focussed on javaee specific development (which is great btw but too heavy for general and ever-evolving use-cases and has a steep learning curve viz. custom CDI/IOC). mvp4g

Re: GWT MVP Frameworks

2017-10-13 Thread David
I'm also depending on GWTP for my projects. It would be nice if it somehow got migrated to Dagger, but I guess the company behind it stopped doing GWT work. I'm considering moving to a mix of GWT with Vue.js in combination with Vue-routing. On Fri, Oct 13, 2017 at 4:14 PM Subhrajyoti Moitra

Re: GWT MVP Frameworks

2017-10-13 Thread Subhrajyoti Moitra
U can try http://erraiframework.org/ or https://github.com/mvp4g/mvp4g as alternatives. On Fri, Oct 13, 2017 at 7:30 PM, hy wrote: > Is anyone using any GWT MVP based framework? > > We have been using GWTP, however the development on it seems to be stalled > and it still

GWT MVP Frameworks

2017-10-13 Thread hy
Is anyone using any GWT MVP based framework? We have been using GWTP, however the development on it seems to be stalled and it still depends on GIN, which is also not under active development. GWTP is extremely powerful, however a lack of investment in it recently has been concerning for us