a standards based alternative to 'the app way

21
A standards based alternative to 'the app way' Kristian Norling Findwise KristianNorling J.Boye 11, Aarhus, 9th November

Upload: kristian-norling

Post on 20-Aug-2015

896 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: A standards based alternative to 'the app way

A standards based alternative to 'the app way'

Kristian NorlingFindwise

KristianNorling

J.Boye 11, Aarhus, 9th November

Page 3: A standards based alternative to 'the app way
Page 4: A standards based alternative to 'the app way

© Region Västra Götaland

Page 5: A standards based alternative to 'the app way

AbstractWorking hard on mobile intranets/web as well. We have choosen to not going the app way, rather building on html5 first then "compiling" the web site for app market distribution. A killer combo. After a decade of developing for the desktop, the new frontier for the Region Västra Götaland (VGR) intranets is mobile. Kristian will present how VGR has solved a few of the problems associated with mobile development. A practical hands-on presentation on how one organization is developing apps for their mobile intranet.

Page 6: A standards based alternative to 'the app way

Agenda

• Developing mobile intranet apps, our thinking on the subject

• Developing for many platforms at once, is it even possible?

• How to develop intranet apps

• Things we think will happen in the (near) future

• Do's and don’ts

Page 7: A standards based alternative to 'the app way

“8. In both internetworked markets and among intranetworked employees, people are speaking to each other in a powerful new way.”

The Cluetrain Manifesto

Page 8: A standards based alternative to 'the app way

We think mobile...

• Simple to use

• Simple in design

• Simple technical architecture

Page 9: A standards based alternative to 'the app way

Developing mobile intranet apps

• The default standard browser we use is... ancient

• We have to support standards only

• NO plug-in technology

• We have standardized on Android and iOS for mobile

• WebKit is IT

Page 10: A standards based alternative to 'the app way

Developing for many platforms at once• New, dual strategy for intranets:

Mobile targeted first - Desktop second...

• Forget about developing native apps as a priority - not cost effective in the long run...

• Open Source - lots of good stuff

• Stick to the HTML5 standard (and others by W3C

• do not EVER consider Flash etc.

Page 11: A standards based alternative to 'the app way

How do we develop intranet apps?• We eat our own dog food

• Developing accordingly to our reference architecture (SWE)

• We do clean HTML5 front end apps - on top of...

• Nice robust REST / WS based backend

• Use (something like) PhoneGap to make “native” apps for distribution.

Page 12: A standards based alternative to 'the app way
Page 13: A standards based alternative to 'the app way
Page 14: A standards based alternative to 'the app way
Page 15: A standards based alternative to 'the app way
Page 16: A standards based alternative to 'the app way

Check out the prototypehttp://vgr-portalramverk.dev.netrelations.se/mobile/home.html

Page 17: A standards based alternative to 'the app way

Things we think will happen in the (near) future• Notifications

• GPS

• Kamera

• Bluetooth

• The Phone is the Security Device

• Thoughts on a mobile phone enhanced intranet (SYS 64738 blog post)

Page 18: A standards based alternative to 'the app way

Do's

• DO consider a dual strategy - or even better focus on...

• DO mobile primarily

• DO use HTML5

• DO use PhoneGap or other similar options

Page 19: A standards based alternative to 'the app way

... and don’ts

• Do NOT develop for the lowest common denominator - skip IE7 and IE8

• Do NOT use plug-in technology

• Do NOT develop native apps

• Do NOT listen to me... make up your own mind

Page 20: A standards based alternative to 'the app way

Questions?