220 likes | 417 Views
Albert-Jan Schot. SharePoint 2013 Online – App Model. Albert-Jan Schot. werk: Mavention blog: http://www.sharepointappie.nl mail: appie@mavention.nl twitter : @ appieschot. Agenda. Introductie apps SharePoint Hosted Apps en Napa Azure Hosted Apps en Visual Studio. SharePoint & Code.
E N D
Albert-Jan Schot SharePoint 2013 Online – App Model
Albert-Jan Schot werk: Maventionblog: http://www.sharepointappie.nlmail: appie@mavention.nltwitter: @appieschot
Agenda • Introductie apps • SharePoint Hosted Apps en Napa • Azure Hosted Apps en Visual Studio
SharePoint & Code Apps Farm Solutions Sandbox
Waarom apps? • Geen (of minder) restrictieszoals in Sandbox • Server side code uit SharePoint • Security
App Model Eindgebruikers Ontwikkelaars Administrators
Apps en het App model “Alle” Custom Code Lijsten & Bibliotheken Templates & Workflows
Ervaringenvoorgebruikers Full Page Part UI
Apps rechten & scopes • Read only • Write • Manage • Full Control • Lijst • Web • Site Collectie • Tenant • Service Applications*
App Types Developer Hosted SharePoint-Hosted SharePoint-Configured Azure Auto Provisioned Remote Eventreceivers Rest endpoints
SharePoint Hosted App • Site Collectie • Alleen web scoped features • App Web heeft geen ‘settings’ • JavaScriptonly
Napa Office 365 Developer Site
Azure Auto Provisioned • Visual Studio • Realtimedebugging • Cloud Power • Load balancing & multitenancy, backups etc. • Oauth • Er is geen ‘context’ zoals HttpContext.Current • TokenHelper voor het ophalen van de clientcontext
Remote eventreceivers • Kunnenniet/wel in SharePoint Hosted Apps • Maar Visual Studio maaktereen auto hosted app van als je hem toevoegd. • Vangtactiesaf in de app • App Installed • App Uninstalling • App Upgraded • Lijst en LijstItems
Recap • Wanneerwel en wanneerniet apps ontwikkelen • Staan we gebruikers toe apps tekopen?
Handigelinkjes Plan customizations http://office.microsoft.com/en-us/office365-sharepoint-online-enterprise-help/plan-customizations-solutions-and-apps-for-sharepoint-online-HA102772716.aspx#_I_want_to_5 Andrew Connel over Apps http://www.andrewconnell.com/blog/sharepoint-hosted-apps-in-sp-2013-as-single-page-apps MSDN over Cloud & SharePoint Hosting http://msdn.microsoft.com/en-us/library/fp179887.aspx REST API http://msdn.microsoft.com/en-us/library/jj860569.aspx Developer Site aanvragen http://msdn.microsoft.com/en-us/library/fp179924.aspx Napa app http://office.microsoft.com/en-us/store/napa-office-365-development-tools-WA102963791.aspx