Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GWT as offline app, to be deployed onto an iPad

Tags:

ipad

gwt

I often use GWT for web UIs. I have heard of it being used a fair bit in conjunction with Gears for offline solutions (probably nowadays HTML5 "offline storage" is all the rage) and I'd like to experiment with building a GUI in GWT and use it on my iPad. Tips/tutorials on how to deploy it onto the device to act as much as possible like a resident "App"? This is just a curiosity/experiment to fill a week-end... (I can "free" the iPad for the experiment if need be yet I am sure a lot can be done without doing so...)

like image 686
Maroloccio Avatar asked Jun 07 '10 02:06

Maroloccio


1 Answers

phonegap(now Apache cordova) makes available the ios/android native features like camera,device file management,contacts,geolocation etc to our app. GWT and mgwt ::: Using mgwt,gwt( both are opensource) and GwtPhonegap we can develop cross platform mobile applications which can behave exactly like native apps. in performance perspective these apps are bit slow when compared with native apps but the convenience is that the app can be installed in multiple platforms.

GwtPhonegap GwtPhonegap acts like a bridge(provides abstraction) between device native functionalities and to our app. We can get good look and feel using css. We have support for gwt-html5-database for which to perform cache storage.gwt-html5

like image 197
Arun Kumar Mudraboyina Avatar answered Oct 14 '22 02:10

Arun Kumar Mudraboyina