Cross Platform Development mit...

31
Cross Platform Development mit SharePoint

Transcript of Cross Platform Development mit...

Page 1: Cross Platform Development mit SharePointdownload.microsoft.com/.../CrossPlattformrundumSharePoint.pdf · •Cross Platform Apps X-Platform . SharePoint Smart Phone Web Service SharePoint

Cross Platform Development mit SharePoint

Page 2: Cross Platform Development mit SharePointdownload.microsoft.com/.../CrossPlattformrundumSharePoint.pdf · •Cross Platform Apps X-Platform . SharePoint Smart Phone Web Service SharePoint

Agenda Wir entwickeln eine App um Businesstrips in

SharePoint zu erfassen

Businesstraveller 0.1

Page 3: Cross Platform Development mit SharePointdownload.microsoft.com/.../CrossPlattformrundumSharePoint.pdf · •Cross Platform Apps X-Platform . SharePoint Smart Phone Web Service SharePoint

Folien

Demo Projekt

Link Sammlung

Und meine Emailadresse

http://ppedv.de/msts

Page 4: Cross Platform Development mit SharePointdownload.microsoft.com/.../CrossPlattformrundumSharePoint.pdf · •Cross Platform Apps X-Platform . SharePoint Smart Phone Web Service SharePoint

Datenhaltung in SharePoint

APP auf allen Geräten lauffähig

SharePoint On Premise – nicht öffentlich

Erfassung von Reisen

im Namen des Benutzers

Distanzberechnung der Reise

Anforderungen

Page 5: Cross Platform Development mit SharePointdownload.microsoft.com/.../CrossPlattformrundumSharePoint.pdf · •Cross Platform Apps X-Platform . SharePoint Smart Phone Web Service SharePoint

X-Platform

In computing, cross-platform, is an attribute conferred to

computer software or computing methods and concepts that are

implemented and inter-operate on multiple computer platforms.

Page 6: Cross Platform Development mit SharePointdownload.microsoft.com/.../CrossPlattformrundumSharePoint.pdf · •Cross Platform Apps X-Platform . SharePoint Smart Phone Web Service SharePoint

• Multi Device Development • Android

• iOS

• Windows Phone

• Native Development

• Cross Platform Apps

X-Platform

Page 7: Cross Platform Development mit SharePointdownload.microsoft.com/.../CrossPlattformrundumSharePoint.pdf · •Cross Platform Apps X-Platform . SharePoint Smart Phone Web Service SharePoint

SharePoint

Web Service Smart Phone

SharePoint

Daten Tunnel

Page 8: Cross Platform Development mit SharePointdownload.microsoft.com/.../CrossPlattformrundumSharePoint.pdf · •Cross Platform Apps X-Platform . SharePoint Smart Phone Web Service SharePoint

SharePoint

Web Service Smart Phone

REST REST Client API

HTML

App

ASP.NET MVC

Web API

SharePoint

Workflow

Page 9: Cross Platform Development mit SharePointdownload.microsoft.com/.../CrossPlattformrundumSharePoint.pdf · •Cross Platform Apps X-Platform . SharePoint Smart Phone Web Service SharePoint

SharePoint Backend Externe Services einbinden

SharePoint

REST

SharePoint

Workflow

Page 10: Cross Platform Development mit SharePointdownload.microsoft.com/.../CrossPlattformrundumSharePoint.pdf · •Cross Platform Apps X-Platform . SharePoint Smart Phone Web Service SharePoint

• Listen / Bibliotheken

• Kein Ersatz für Datenbank Tabellen Limits beachten!

• Kopplung an Workflows

SharePoint als Datenspeicher

Page 11: Cross Platform Development mit SharePointdownload.microsoft.com/.../CrossPlattformrundumSharePoint.pdf · •Cross Platform Apps X-Platform . SharePoint Smart Phone Web Service SharePoint

Workflow Manager 1.0

Installation unter http://ppedv.de/msts

Startart

beim Anlegen eine Items

beim Ändern

Manueller Start

Umfangreiche Aktionen

zb Send Mail, Check In/Out

http-Send für REST Dienste

Zugriff auf Webservices

SharePoint Workflow

Page 12: Cross Platform Development mit SharePointdownload.microsoft.com/.../CrossPlattformrundumSharePoint.pdf · •Cross Platform Apps X-Platform . SharePoint Smart Phone Web Service SharePoint

Abfrage von Längen- und Breitengrad für

Adressen

Google – Distance API

https://maps.googleapis.com/maps/api/distancematrix/json?origins=Austria|Vienna&destinations=" +

City + "&mode=transit&language=de-DE&key=

Page 13: Cross Platform Development mit SharePointdownload.microsoft.com/.../CrossPlattformrundumSharePoint.pdf · •Cross Platform Apps X-Platform . SharePoint Smart Phone Web Service SharePoint

Demo SharePoint Liste anlegen

Workflow anlegen

http-Send (Google)

Page 14: Cross Platform Development mit SharePointdownload.microsoft.com/.../CrossPlattformrundumSharePoint.pdf · •Cross Platform Apps X-Platform . SharePoint Smart Phone Web Service SharePoint

ASP.NET – Web API

Page 15: Cross Platform Development mit SharePointdownload.microsoft.com/.../CrossPlattformrundumSharePoint.pdf · •Cross Platform Apps X-Platform . SharePoint Smart Phone Web Service SharePoint

ASP.NET – MVC WebAPI • Framework für REST-Services

• Serialisierung mit JSON oder XML

• Controller mit Methoden für: GET

PUT

POST

DELETE

http://localhost:31009/api/customer

Page 16: Cross Platform Development mit SharePointdownload.microsoft.com/.../CrossPlattformrundumSharePoint.pdf · •Cross Platform Apps X-Platform . SharePoint Smart Phone Web Service SharePoint

SharePoint – Client Object Model (CSOM)

• Bibliothek für SharePoint Remote Zugriff Managed Code

JavaScript

(Silverlight)

• Datenabfrage

• SharePoint Verwaltung

• Angelehnt an SP Server API

Page 17: Cross Platform Development mit SharePointdownload.microsoft.com/.../CrossPlattformrundumSharePoint.pdf · •Cross Platform Apps X-Platform . SharePoint Smart Phone Web Service SharePoint

CSOM Architektur

Anwendung SharePoint

Managed CSOM

Service Proxy

C# Code

Client.svc

Content DB

XML

JSON

Page 18: Cross Platform Development mit SharePointdownload.microsoft.com/.../CrossPlattformrundumSharePoint.pdf · •Cross Platform Apps X-Platform . SharePoint Smart Phone Web Service SharePoint

Authentifizierung Anforderung: Benutzer soll Credentials von SharePoint nutzen

„SharePoint“-Tunnel mit Web API – OAuth Authentifizierung

Credentials

App WebAPI

Credentials

SharePoint

Credentials

AccessToken

C53d3nI0js

AccessToken

C53d3nI0js

AccessToken

Credentials

AccessToken Credentials

Page 19: Cross Platform Development mit SharePointdownload.microsoft.com/.../CrossPlattformrundumSharePoint.pdf · •Cross Platform Apps X-Platform . SharePoint Smart Phone Web Service SharePoint

Demo WebAPI

Authentifizierung

Zugriff auf SharePoint

Page 20: Cross Platform Development mit SharePointdownload.microsoft.com/.../CrossPlattformrundumSharePoint.pdf · •Cross Platform Apps X-Platform . SharePoint Smart Phone Web Service SharePoint

App-Entwicklung

Page 21: Cross Platform Development mit SharePointdownload.microsoft.com/.../CrossPlattformrundumSharePoint.pdf · •Cross Platform Apps X-Platform . SharePoint Smart Phone Web Service SharePoint

Apache CORDOVA (PhoneGap)

• Framework zur Entwicklung hybrider Apps für mobile Endgeräte

• Programmierung mit HTML/CSS und JavaScript

• Unterstützte Plattformen: • iOS

• Android

• Windows Phone

• BlackBerry

• Bada

• Symbian

• Tizen

Page 22: Cross Platform Development mit SharePointdownload.microsoft.com/.../CrossPlattformrundumSharePoint.pdf · •Cross Platform Apps X-Platform . SharePoint Smart Phone Web Service SharePoint

Plug-Ins für Device Zugriff

Page 23: Cross Platform Development mit SharePointdownload.microsoft.com/.../CrossPlattformrundumSharePoint.pdf · •Cross Platform Apps X-Platform . SharePoint Smart Phone Web Service SharePoint

Visual Studio Tools für Apache Cordova

• Toolset im Visual Studio

• Installiert alle SDKs

• Liefert Emulatoren

• Achtung: nutzt Hyper-V

• Integrierte Entwicklungsumgebung für Cordova

• JavaScript oder TypeScript

Page 24: Cross Platform Development mit SharePointdownload.microsoft.com/.../CrossPlattformrundumSharePoint.pdf · •Cross Platform Apps X-Platform . SharePoint Smart Phone Web Service SharePoint

• Entwickelt von Anders Hejlsberg

• Ziel: • JavaScript Development für große Projekte

• Precompiler für JavaScript

• Spracherweiterungen • Typen

• Klassen

• Vererbung

• Interfaces

• Module

TypeScript

Page 25: Cross Platform Development mit SharePointdownload.microsoft.com/.../CrossPlattformrundumSharePoint.pdf · •Cross Platform Apps X-Platform . SharePoint Smart Phone Web Service SharePoint

• JQuery • JQuery Mobile

• Angular JS

• KnockOut

• …

• Handlebars

• Cordova unterstützt eine Vielzahl an JS-Bibliotheken

JS-Bibliotheken in Cordova

Page 26: Cross Platform Development mit SharePointdownload.microsoft.com/.../CrossPlattformrundumSharePoint.pdf · •Cross Platform Apps X-Platform . SharePoint Smart Phone Web Service SharePoint

JavaScript Framework für mobile Entwicklung

Single Page Framework

Pages in DIV-Elementen

Routing durch Anchor # Elemente

Etabliert und große Auswahl an Controls und Styles

JQuery Mobile

Page 27: Cross Platform Development mit SharePointdownload.microsoft.com/.../CrossPlattformrundumSharePoint.pdf · •Cross Platform Apps X-Platform . SharePoint Smart Phone Web Service SharePoint

Handlebars

<div class="entry"> <h1>{{title}}</h1> <h2>By {{author.name}}</h2> <div class="body"> {{body}} </div> </div>

• HTML Template Language

• Erweiterung von Mustache Templates

• Trennung von Code und View

• Einfach anzuwenden

Page 28: Cross Platform Development mit SharePointdownload.microsoft.com/.../CrossPlattformrundumSharePoint.pdf · •Cross Platform Apps X-Platform . SharePoint Smart Phone Web Service SharePoint

Demo Cordova & Typescript

Single Page Application

Listen Ansicht

Datensatz eintragen

Page 29: Cross Platform Development mit SharePointdownload.microsoft.com/.../CrossPlattformrundumSharePoint.pdf · •Cross Platform Apps X-Platform . SharePoint Smart Phone Web Service SharePoint

http://ppedv.de/msts

Sammlung aller Links

Und GibtHub Projekt „BusinessTraveller “

Weiterführende Informationen

Page 30: Cross Platform Development mit SharePointdownload.microsoft.com/.../CrossPlattformrundumSharePoint.pdf · •Cross Platform Apps X-Platform . SharePoint Smart Phone Web Service SharePoint
Page 31: Cross Platform Development mit SharePointdownload.microsoft.com/.../CrossPlattformrundumSharePoint.pdf · •Cross Platform Apps X-Platform . SharePoint Smart Phone Web Service SharePoint

© 2014 Microsoft Corporation. All rights reserved. Because

Microsoft must respond to changing market conditions, it should

not be interpreted to be a commitment on the part of Microsoft,

and Microsoft cannot guarantee the accuracy of any information

provided after the date of this presentation. MICROSOFT MAKES

NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE

INFORMATION IN THIS PRESENTATION.

Vielen Dank