Re: Errai + MVP

2017-03-15 Thread harshyadav
That's exactly what I would like to accomplish as well. Don't want to re-invent the wheel, so if anyone has tried making these 2 frameworks work together, that be great! On Thursday, March 9, 2017 at 7:18:42 AM UTC-8, DavidN wrote: > > I'm actually looking at a similar scenario. > > I like the t

Re: Errai + MVP

2017-03-09 Thread DavidN
I'm actually looking at a similar scenario. I like the templating and model binding parts of errai but I would like to combine it with my existing GWTP presenters somehow. I don't want to use the entire errai framework with Wildfly and their custom injection framework. On Wednesday, December 2

Errai + MVP

2016-12-27 Thread harshyadav
Hi, I am working on migrating parts of an existing GWTP app to Errai. While the UI part of Errai looks pretty impressive (html templating), I want to keep the MVP aspects of the app for better modularity. Does anyone has experience implementing MVP with Errai. I know I can go the vanilla GWT w