Microsoft SharePoint Server 2007 Technical Overview Romeo Pruno nonaka.eu
Agenda What is the SharePoint Platform? The six SharePoint “Pillars” / Capabilities Sharepoint Infrastructure Sharepoint Architecture Sharepoint Object Model How to start with the SharePoint Platform Application domain Skills Roles
The six SharePoint “Pillars” / Capabilities Platform Service Business Intelligence CollaborationPortalSearch Content Management Business process
Sharepoint Infrastructure Web Servers Windows Server 2003 Windows Server 2008 (MOSS SP1) IIS 6.0 IIS 7 Shared Service Provider Windows Server 2003 Windows Server 2008 (MOSS SP1) IIS 6.0 IIS 7 Shared DB infrastructure Cluster SQL 2005 SQL 2008 (MOSS SP1)
Sharepoint Infrastructure / logical view Web Servers Web App 1 Web App 2 Site Collections Site Coll 1 Site Coll 2 Content DB Data
Licensing
SharePoint Architecture Web Browser Office Application User Interface Web App Tier Microsoft Office Sharepoint Server 2007 (MOSS) Windows Sharepoint Services 3(WSS).Net Framework 3.0 Internet Information Server 6.0 DataBase Tier Configuration Admin. Content Admin. Content Shared Services Search
Sharepoint Object model SPListItem SPList SPWeb SPSite SPWebServer ServerSite CollectionSP WebListList ItemSiteCollectionSP WebListList Item ListSP Web Microsoft.SharePoint.Administration
Using Sharepoint Object Model using System; using System.Text; using System.Collections; using Microsoft.SharePoint; using System.Collections.Generic; static void Main(string[] args) { using (SPSite oSite = new SPSite(" { using (SPWeb oWeb = oSite.OpenWeb()) { SPListCollection collSiteLists = oWebsite.Lists; foreach (SPList oList in collSiteLists) { foreach (SPListItem oListItem in oList) { if (// put some conditions here!) {} }
Agenda What is the SharePoint platform? The six SharePoint “Pillars” / Capabilities Sharepoint Infrastructure Sharepoint Architecture Sharepoint Object Model How to start with the SharePoint Platform Application domain Skills Roles
How to start with the SharePoint Platform Application domain Skills Roles
Application domain Insider Web parts Filtering, paging, search Custom actions Add..., Print..., Send to..., View preview Extender Office application Action panel, full text client search Server automation Ifilter, Document Converter Outsider Embedded application ISV Verticals Application
Skills Skills Web User Interface Developers Javascript, XHTML, SQL, ASP Visual Studio developers OM, Office App, Windows 2003 IT Professional SQL Server, IIS 6, AD, Exchange
Roles Sharepoint Project Manager Sharepoint Administrator Sharepoint Architect Sharepoint Developer Sharepoint Trainer/Support Sharepoint Designer
Microsoft SharePoint Server 2007 Technical Overview Romeo Pruno nonaka.eu Q&A