gwtmobilemgwt

GWT Mobile Development


I'm looking to build a GWT app targetting mobile browsers. My requirements:

I haven't found any well supported frameworks for doing this.

I've looked at:

Its a shame as GWT should be very performant for mobile dev compared to server side heavy when bandwidth is slow (e.g. JSF).

Does anyone have any suggestions for mobile dev with GWT? I'm surprised there isn't more demand for mobile GWT given the massive increase in mobile browsing.


Solution

  • I decided to use JQM4GWT with some customization. It's not ideal, but here are some of my opinions:

    If we look at the resources behind JQuery Mobile and the amount of testing that goes into all the different browsers its hard to compete. There is a huge community reporting bugs which only improves the framework faster and there is a large team working on the development of the framework.

    Hopefully Google will devote more resources to mGWT and it can be a competitive framework but I feel in its current state its not mature enough and its much safer using JQM4GWT for the immediate future.