application architecture ideas: Appli

2012-09-17 Thread tyson
Howdy- I've been playing with different approaches to building large, complex applications and I've finally rolled my thoughts into an article as well as a tiny, tiny framework to go along with it. I would love for any thoughts or feedback:

Re: application architecture ideas: Appli

2012-09-17 Thread Thomas Broyer
On Monday, September 17, 2012 12:30:20 PM UTC+2, tyson wrote: Howdy- I've been playing with different approaches to building large, complex applications and I've finally rolled my thoughts into an article as well as a tiny, tiny framework to go along with it. I would love for any thoughts

Re: application architecture ideas: Appli

2012-09-17 Thread Jens
Could we please just stop confusing ActivitiesPlaces and MVP? +1 Maybe we should write an example app that only deals with Activity Place and that uses some widgets that internally do MVP. So no Activity implements Presenter stuff. -- J. -- You received this message because you are

Re: application architecture ideas: Appli

2012-09-17 Thread Rob
Hi, I would suggest that you include a comparions of your approach with some popular MVP implementations (e.g. gwtp, mvp4g). For example: - http://code.google.com/p/mvp4g/wiki/Mvp4g_vs_GWTP Also, take a look at Thomas's posts: - http://tbroyer.posterous.com/tag/gwt David Chandler's posts:

Re: application architecture ideas: Appli

2012-09-17 Thread Tyson Malchow
Rob, thanks for the suggestion. that's a great idea. I'll put something together. On Sep 17, 2012 3:49 PM, Rob rob.fergu...@uptick.com.au wrote: Hi, I would suggest that you include a comparions of your approach with some popular MVP implementations (e.g. gwtp, mvp4g). For example: -