dennisjzh's Stars
jquery-archive/jquery-mobile
jQuery Mobile Framework
remy/html5demos
Collection of hacks and demos showing capability of HTML5 apps
rchipka/node-osmosis
Web scraper for NodeJS
phonegap/phonegap-plugins
(DEPRECATED) Plugins for use with PhoneGap.
senchalabs/jQTouch
Create powerful mobile apps with just HTML, CSS, and Zepto.js (or jQuery).
tidev/titanium-sdk
🚀 Native iOS and Android Apps with JavaScript
sproutcore/sproutcore
JavaScript Application Framework - JS library only
coresmart/persistencejs
persistence.js is an asynchronous Javascript database mapper library. You can use it in the browser, as well on the server (and you can share data models between them).
resty-gwt/resty-gwt
Like GWT-RPC but with REST/JSON coolness
dennisjzh/GwtMobile
GWT Mobile is a cross-platform mobile development tool using Google Web Toolkit technology. It provides a set of UI widgets optimized for mobile devices, a ORM module to persist objects to the browser database, and a wrapper to access PhoneGap functions from GWT.
dennisjzh/GwtMobile-UI
gwtmobile-ui is a mobile UI widget system for GWT application. gwtmobile-ui is part of GwtMobile, a GWT mobile application development platform.
dennisjzh/GwtMobile-PhoneGap
gwtmobile-phonegap is a GWT wrapper of the PhoneGap Javascript library. PhoneGap is a cross-platform development framework that provides core mobile device features to web-based mobile apps. GWT by Google is a new way of developing web applications -- write apps in Java then compile into javascript. gwtmobile-phonegap enables a GWT mobile application to use PhoneGap functions.
mrlacey/phonegap-wp7
PhoneGap (now called Cordova) support for Windows phone 7 - see also https://github.com/apache/cordova-wp8
dennisjzh/GwtMobile-Persistence
gwtmobile-persistence is a GWT wrapper of the Javascript object-relational mapper library persistence.js. It provides client-side object persistence capability to GWT applications, a feature similar to what Hibernate provides for GWT applications on the server-side.