Tag Archives: mvp example

Going with Google Code

In my last post, I talked about two different frameworks for MVP that I was studying. Which one should I use for my work? Well, I really want to use the GWT-Presenter framework. I just have not been able to … Continue reading

Posted in Uncategorized | Tagged , , , | Leave a comment

How to do MVP

I have found a couple of great examples of using the Model-View-Presenter pattern with GWT (Google Web Toolkit). Large Scale Application Development and MVP – posted in the Google code website. It has a good example of a Contact application. … Continue reading

Posted in web | Tagged , , , | 1 Comment