1 / 15

Microsoft SharePoint Server 2007 Technical Overview

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

Download Presentation

Microsoft SharePoint Server 2007 Technical Overview

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Microsoft SharePoint Server 2007 Technical Overview Romeo Pruno nonaka.eu

  2. 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 

  3. The six SharePoint “Pillars” / Capabilities

  4. 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) http://blogs.msdn.com/sharepoint/archive/2008/08/15/sql-server-2008-support-for-sharepoint-products-and-technologies.aspx

  5. Sharepoint Infrastructure / logical view Web Servers Web App 1 Web App 2 Site Collections Site Coll 1 Site Coll 2 Content DB Data Data http://blogs.msdn.com/sharepoint/archive/2008/08/15/sql-server-2008-support-for-sharepoint-products-and-technologies.aspx

  6. Licensing http://office.microsoft.com/en-us/sharepointserver/FX101865111033.aspx

  7. SharePoint Architecture User Interface Web Browser Office Application Microsoft Office Sharepoint Server 2007 (MOSS) Windows Sharepoint Services 3(WSS) Web App Tier .Net Framework 3.0 Internet Information Server 6.0 Configuration Admin. Content Content Shared Services Search DataBase Tier

  8. Sharepoint Object model Microsoft.SharePoint.Administration http://msdn.microsoft.com/en-us/office/aa905503.aspx

  9. 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("http://portals.millydabbraccio.com")) { using (SPWeb oWeb = oSite.OpenWeb()) { SPListCollection collSiteLists = oWebsite.Lists; foreach(SPListoList in collSiteLists) { foreach(SPListItemoListItem in oList) { if (// put some conditions here!) {} } } } } }

  10. 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 

  11. How to start with the SharePoint Platform • Application domain • Skills • Roles  http://www.nonaka.eu/2008/01/04/sharepoint-as-application-platform/

  12. 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

  13. 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

  14. Roles • Sharepoint Project Manager • Sharepoint Administrator • Sharepoint Architect • Sharepoint Developer • Sharepoint Trainer/Support • Sharepoint Designer

  15. Q&A Microsoft SharePoint Server 2007 Technical Overview Romeo Pruno nonaka.eu

More Related