Ca y est. Enfin quelques informations officielles sur SharePoint 15.
La première : cet article de l’équipe Office qui donne les infos suivantes http://blogs.office.com/b/office-exec/archive/2012/01/30/quot-office-15-quot-begins-technical-preview.aspx :
- Office 15 démarre sa phase de Technical Preview
- Un groupe de clients privilégiés va tester cette version
- La mise à jour touchera tous les produits : services, server, client, cloud : Office, Office 365, Exchange, SharePoint, Lync, Project, et Visio
- Une béta publique sera disponible cet été !
Seconde Information : la disponibilité du “SharePoint 15 Technical Preview Managed Object Model SDK” : http://www.microsoft.com/download/en/confirmation.aspx?id=28768
C’est un CHM qui expose quelques nouveautés de SharePoint 15, et ne comprends pas l’exhaustivité du SDK
On y trouve, plusieurs nouveautés :
- SPApp : “Represents an app loaded onto Microsoft SharePoint Server and ready to be installed”.
On peut supposer qu’on aura des applications, peut être comme sur Windows Phone, avec un marketplace et une simplicité d’utilisation ? Un peu comme les sandbox solutions, mais en plus poussé ?
Avec SPApp, on trouve : SPAppInstance, SPAppCatalog, SPAppPrincipalManager, SPAppPrincipalInfo…
SPWeb expose la méthode “LoadAndInstallApp”.
SPWeb expose aussi la propriété “ApplicationUrl” : “Gets the full URL of the application that is installed in this SPWeb.“ Un SPWeb ne contiendra donc qu’une seule APP ?
Bref, encore quelques interrogations… - SPOAuth2BearerCredentials : “Provides credentials for authentication with a service that supports OAuth 2.0 bearer token authentication.”
Il sera certainement plus simple de s’interfacer avec des services utilisant OAuth 2.0 ( Facebook, Google…) - SPPageContentManager :
“Manages all the resource content that may be registered on a SharePoint page, including script files, inline scripts, style files, inline styles, and hidden input fields. Spweb Ensures that the content can be either appropriately placed on a fully-rendered HTML page or correctly transmitted to a browser in the case of a partial page load.”
Une classe pour gérer les ressources…
- …
La suite au prochain numéro ^^