• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

GWT MVP and SmartGWT

 
Ranch Hand
Posts: 93
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Ranchers,

In my new project client has requested to use GWT/SmartGWT for developing presentation tier. (Note: Screens are not much complex)
I am aware about the MVP Pattern but I need to decide which flavor of the MVP pattern I should use which meets following criteria.

1. I should be able to integrate/use SmartGWT components seamlessly with the MVP framework.
2. It would be great if framework provides me flexibility to support UI to be displayed on Mobile or iPad sort of devices.

Any guidance on this would be highly appreciated.

Thanks!!
Bhavesh
 
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Bhavesh Dak wrote:
I am aware about the MVP Pattern but I need to decide which flavor of the MVP pattern I should use which meets following criteria.


What do you mean by flavor?
 
Bhavesh Dak
Ranch Hand
Posts: 93
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Maneesh,

Following are the mvp frameworks I found from here

mvp4g
gwt-platform
gwt-presenter
gwt-dispatch etc

My question here is if I choose mvp4g, will it be compatible with SmartGWT components?
 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Isomorphic (creators of SmartGWT) strongly advise against using Google MVP with SmartGWT - it's not designed for SmartGWT, but actually for GWT's built-in widgets, which do not support databinding out of the box, whereas SmartGWT's widgets have such capabilities built in. More detail here:

http://stackoverflow.com/questions/8484747/gwt-mvp-and-smartgwt-compatibility/8495829
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic