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 (never used) but I need to decide which flavor of the MVP pattern I should use which meets following criteria.
- I should be able to integrate/use SmartGWT components seamlessly with the MVP framework.
- It would be great if framework provides me flexibility to support UI to be displayed on Mobile or iPad sort of devices.
I have noticed before that when components of GWT and SmartGWT used together the behavior is inconsistent. Correct me here is it true yet?
Any guidance on this would be highly appreciated.
Thanks!! Bhavesh