15
Building Mobile Apps with Grails The 3Musket33rs Wednesday, January 30, 13

Building Mobile Web Apps with Grails

Embed Size (px)

Citation preview

Page 1: Building Mobile Web Apps with Grails

Building Mobile Apps with Grails

The 3Musket33rs

Wednesday, January 30, 13

Page 2: Building Mobile Web Apps with Grails

About 3Musket33rs

The French Riviera Groovy&Grails dream team.

3musket33rs.github.com

Plugins authors, GUG organizer ...

Wednesday, January 30, 13

Page 3: Building Mobile Web Apps with Grails

What is Mobile Web App ?

Wednesday, January 30, 13

Page 4: Building Mobile Web Apps with Grails

Size matters ...

Wednesday, January 30, 13

Page 5: Building Mobile Web Apps with Grails

Surviving offline

Wednesday, January 30, 13

Page 6: Building Mobile Web Apps with Grails

Wednesday, January 30, 13

Page 7: Building Mobile Web Apps with Grails

Wednesday, January 30, 13

Page 8: Building Mobile Web Apps with Grails

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

Page 9: Building Mobile Web Apps with Grails

9

11

?

Wednesday, January 30, 13

Page 10: Building Mobile Web Apps with Grails

Existing libraries

Wednesday, January 30, 13

Page 11: Building Mobile Web Apps with Grails

Why ?

Wednesday, January 30, 13

Page 12: Building Mobile Web Apps with Grails

Grails and Mobile Web

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

Wednesday, January 30, 13

Page 13: Building Mobile Web Apps with Grails

Grails and Mobile Web

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

Wednesday, January 30, 13

Page 14: Building Mobile Web Apps with Grails

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

Page 15: Building Mobile Web Apps with Grails

HTML5 Mobile Scaffolding

Mobile Web app

Griffon app

Desktop Web App

REST Grails APP

Griffon app

Wednesday, January 30, 13