building mobile web apps with grails

Post on 13-Jul-2015

1.854 Views

Category:

Documents

1 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Building Mobile Apps with Grails

The 3Musket33rs

Wednesday, January 30, 13

About 3Musket33rs

The French Riviera Groovy&Grails dream team.

3musket33rs.github.com

Plugins authors, GUG organizer ...

Wednesday, January 30, 13

What is Mobile Web App ?

Wednesday, January 30, 13

Size matters ...

Wednesday, January 30, 13

Surviving offline

Wednesday, January 30, 13

Wednesday, January 30, 13

Wednesday, January 30, 13

Geolocation

if(navigator.geolocation){ navigator.geolocation.getCurrentPosition(function(position){ var latitude = position.coords.latitude; var longitude = position.coords.longitude; var altitude = position.coords.altitude; }); }

Wednesday, January 30, 13

9

11

?

Wednesday, January 30, 13

Existing libraries

Wednesday, January 30, 13

Why ?

Wednesday, January 30, 13

Grails and Mobile Web

★Grails is a Web FrameworkCache handling★Dedicated plugins ★Deploy to the cloud in seconds

Wednesday, January 30, 13

Grails and Mobile Web

★jQuery Mobile Scaffolding★Geolocation★Spring Mobile★Mobile HTML5 Scaffolding★PhoneGap Build Plugin

Wednesday, January 30, 13

HTML5 Mobile Scaffolding

Do you know what a POH5 is ?

Clients are getting smarter, faster and ... Mobile

Client just want to consume Data, they will handle the “mashing them up” process.

Wednesday, January 30, 13

HTML5 Mobile Scaffolding

Mobile Web app

Griffon app

Desktop Web App

REST Grails APP

Griffon app

Wednesday, January 30, 13

top related