Re: Best MVP framework right now?

2014-12-19 Thread Sergey Pascan
http://eskimo.io - new node.js boilerplate framework to build fast MVP's. On Friday, September 7, 2012 6:12:49 AM UTC+3, vehdra music wrote: Hi, already know about gwtp, mvp4g, guit, GWT MVP, etc. But I have been some time outside from GWT world :( so now I am returning to this beatiful

Re: Best MVP framework right now?

2012-09-08 Thread Ed
Highly personal (and probably biased) view: best framework == no framework. Can't agree more Best framework = your own brains... ;)... Every situation is different, so the frameworks don't fit 100%. Use them as examples: Look and Learn. If you have a good understanding of the GUI

Re: Best MVP framework right now?

2012-09-08 Thread Ed
I am asking beacause in my last project I had a lot of boiler plate code, a View, ViewImpl, Activity Place for every crud action (update + create / list) on every entity that I had to work with. Be flexible. I sometimes use a controller - presenter - view. But often, if I have hardly

Re: Best MVP framework right now?

2012-09-07 Thread Thomas Broyer
On Friday, September 7, 2012 5:12:49 AM UTC+2, vehdra music wrote: Hi, already know about gwtp, mvp4g, guit, GWT MVP, etc. But I have been some time outside from GWT world :( so now I am returning to this beatiful framework again and I would to know which have been your experiences, wich

Re: Best MVP framework right now?

2012-09-07 Thread Frank Hossfeld
If you think about using one of these libs, take a look at mvp4g. I personally prefer it. It is smart, works well and is easy to understand. It has everything you need writing large GWT applications. Thomas is right, you don't need to use one of then. I think, it will save you a lot of code.

Re: Best MVP framework right now?

2012-09-07 Thread vehdra music
Hi Tomas, when I named GWT MVP I tried to refer to Activities and Places (https://developers.google.com/web-toolkit/doc/latest/DevGuideMvpActivitiesAndPlaces) not to gwt-mvp thats why I used capitalized words :) So if I want to start a GWT development from scratch right now the best option is

Re: Best MVP framework right now?

2012-09-07 Thread Jeffrey Kleiss
There is a new framework called Slotted (http://code.google.com/p/slotted/), that adds the concept of nested slots to GWT Activities and Places. It provides complete url for complex nested UIs. It is still in the very early phases of development and not well documented yet. It does have an

Best MVP framework right now?

2012-09-06 Thread vehdra music
Hi, already know about gwtp, mvp4g, guit, GWT MVP, etc. But I have been some time outside from GWT world :( so now I am returning to this beatiful framework again and I would to know which have been your experiences, wich mvp framework do you recommend to use in this days? Best regards. --