Download presentation
Presentation is loading. Please wait.
Published bySabrina Sims Modified over 9 years ago
1
SVR330 Introduction to The Microsoft Office Project 2003 Software Development Kit (SDK) Bob Walker IW Product Technical Specialist - EPM EPG Microsoft Ltd
2
Overview Project Introduction Components Architecture Project 2003 SDK Getting Started with Project Development Finding and using the SDK Examples of how the SDK is used SDK Futures Q/A, and Resources
3
Line of Business Systems Microsoft Office EPM Architecture
4
Logical Architecture Project Server WSS IIS, ASP.NET PWA IIS, ASP Pages PDS Web Service Project Server Projects WindowsSharepointServices Project Server Views Project Server Core
5
Project 2003 SDK Main Areas for Project on MSDN MSDN Online Office Developer Center MSDN Online Library: Office Solutions Development Technical Articles SDK downloads Global SDK download Separate downloads: PDS Reference Project Guide 101 Project Server Web Parts and URL Options Solution Starter: Portfolio Analyzer OLAP Extensions Solution Starter: Project Server to ERP Connector
6
Sections in the SDK Overview Solution Starters BizTalk Server Workflow Project Server to Siebel Portfolio Analyzer OLAP Extensions Enterprise Reporting ERP Connector PDS Reference includes Service for EDM Project Guide 101 Custom Project Guides, Custom Views Project Server Integration Project Server Components and Authentication InfoPath Web Parts and URL Options Project Server Integration (cont.) Windows SharePoint Services Modify the PWA Site Definition Create Project Web Sites in WSS Using the Object Link Provider Programming Tasks Create a COM Add-in (VB 6) Create Managed COM Add-in (C#) Extracting Timephased Data: Use Project client with ODBC, or use Project Server database Project Renamer PDS Extender (C#) References PWA Grid Control Project Server Security Object VBA Reference (updated) XML Schema Reference
7
Installing and Using the Project 2003 SDK
8
Getting Started Development for Project Clients Project Object Model: VBA Updated reference in SDK.NET Automation: Visual Studio Tools for Office Primary Interop Assembly (PIA): Microsoft.Office.Interop.MSProject Custom Project Guides Custom Views COM Add-ins Visual Basic 6.0 Managed Code: Visual Basic.NET or C# OLE DB Provider: read-only for reporting (see pjoledb.htm)
9
Getting Started Development for Project Server Project Data Service (PDS) XML-based API Access through SOAP or HTTP POST Extensible Service for Enterprise Data Maintenance (EDM) File-drop service, SOAP, or HTTP POST Project Server Web Parts URL options in Project Web Access Custom Web Parts.NET Assembly for SPS Object Link Provider (OLP) PjObjPrv.dll is the basis for integration with WSS and SPS
10
Custom Project Guides Summary Location-independent protocols pgcontent:// path to XML schema for goal areas and tasks pgmainpage:// path to HTML layout file Use hard paths with Windows XP SP2 Add custom files directory to Trusted Sites Many ways to deploy: Project_Open or other macro (and set security) Configure manually, by templates, or in registry
11
Using Custom Project Guides Location-independent Project Guides
12
Integrating with InfoPath Summary User Services tier Microsoft Office InfoPath form Windows SharePoint Services form library Business Services tier JScript code runs when certain events occur on the form Data Services tier Access to project data via the PDS
13
Integrating with InfoPath Creating project plans using business rules and workflow
14
InfoPath Integration: Summary Key Benefits: Collaboration Security – limit access to Project Server Validation and business rules in middle tier Three-tier application User Services Business Services Data Services WSS Form Library InfoPath Form JScript event handlers 1 1 2 2 3.NET Assembly PDS 3
15
BizTalk Server Workflow Summary BizTalk Server for Orchestration Project Server for Timesheet and Project Data SQL Server for State Management Message Queuing Services for Data Flow COM and Script Components, and PDS and Custom PDS Extenders, for Application and Business Logic and Processing
16
What Is The PDS? Middle tier ProjectsStatus ResourcesStatus Timesheet API’s Security gatekeeper ProjectsAccess ResourcesAccess
17
PDS Extension Interface XMLRequestEx (ByVal sXML As String, ByVal sPDSInfoEx As String, ByRef nHandled As Integer) As String sPDSInfoEx is an XML data structure with the remaining parameters Current user and connection information BasePath (for security object usage) SOAPRequestCookie (for callbacks) HTTPRequestCreate (for callbacks)
18
Using the PDS in a Web Application Project Server and Windows authentication
19
Using the PDS in a Web App Summary PDS request / reply PS authentication PS Cookie No Windows credentials Windows credentials Set IIS for Windows authentication Exclude site from WSS PDS Web service uses SOAP over HTTP: OK for Project Server authentication Windows authentication No anonymous access Configure Kerberos for remote browser Add menu item in PWA Add as Custom View in Project Pro IISIIS PDSPDS PS Logon Remote Browser ASP.NETASP.NET HTTP Post HTTP Get PDS Web Service SOAP HTTP PS Cookie
20
Using Project Server Web Parts with SPS: Summary Default Project Server Web Parts Designed for WSS provisioned by Project Server Custom Web Parts: Modify.dwp file for SharePoint Portal Server or Use the Custom Web Part Assembly Install in the GAC Needs no Project Server provisioning for WSS or SPS Manages multiple unmodified.dwp files Extend to manage Web applications as Web Parts
21
Enterprise Field Maintenance EnterpriseOutlineCodesHierarchical EnterpriseOutlineCodeUpdate EnterpriseCustomFields EnterpriseCustomFieldsUpdate
22
Service For Enterprise Data Maintenance SOAP Calls or file drop Makes combinations of PDS calls including business logic Three available services Enterprise Custom Field Maintenance Project Team Member Maintenance Resource Data Maintenance
23
PDS Extensions
24
Lessons Learned Using PDS is safer than directly accessing the database PDS participates in the Project Server security model Extensions allow developer to add functionality There are some areas that may need extensions
25
Developer Opportunity The PDS makes it easier for a developer to connect Microsoft Project Server with a variety of LOB applications The PDS Extension interface gives developers the control and power to extend Microsoft Project Server
26
Summary Project Development with the SDK To get started: consider the options Client and Server Database access Development technologies Use the PDS where you can SDK suggestions and feedback: prjodc@microsoft.com prjodc@microsoft.com
27
Project SDK Futures Upcoming articles for Project 2003 Project Initiation with a Custom App Using SQL Server Reporting Services Project 12 Beta 2 SDK: Publish on MSDN Project Server 12 architecture Project Server 12 object model reference Project client object model changes (VBA) Project client automation using VSTO 2005 SDK suggestions and feedback: prjodc@microsoft.com prjodc@microsoft.com
28
Project 2003 SDK How to Find It msdn.microsoft.com SDK Overview Technical Articles Office Developer Center www.microsoft.com/downloads/ Global SDK download Separate SDK downloads: PDS Reference Project Guide 101 Project Server Web Parts and URL Options Portfolio Analyzer OLAP Extensions
29
Microsoft Resources for Project Development Project Portal: Office Online http://office.microsoft.com/home/office.aspx?assetid=FX01085795&CTT=6&Origin=ES790020011033 http://office.microsoft.com/home/office.aspx?assetid=FX01085795&CTT=6&Origin=ES790020011033 Project Developer Center http://msdn.microsoft.com/project http://msdn.microsoft.com/project Getting Started with Project Development http://www.msdn.microsoft.com/office/understanding/project/gettingstarted/default.aspx?pull=/library/en- us/odc_pj2003_ta/html/odc_pjgetstarted.asp http://www.msdn.microsoft.com/office/understanding/project/gettingstarted/default.aspx?pull=/library/en- us/odc_pj2003_ta/html/odc_pjgetstarted.asp Project 2003 Solutions Directory http://directory.partners.extranet.microsoft.com/advsearchresults.aspx?productscsv=2 http://directory.partners.extranet.microsoft.com/advsearchresults.aspx?productscsv=2 Windows SharePoint Services SDK http://www.microsoft.com/downloads/details.aspx?familyid=aa3e7fe5-daee-4d10-980f-789b827967b0 http://www.microsoft.com/downloads/details.aspx?familyid=aa3e7fe5-daee-4d10-980f-789b827967b0 TechNet Resource Kits http://www.microsoft.com/technet/itsolutions/reskits/rktmain.mspx http://www.microsoft.com/technet/itsolutions/reskits/rktmain.mspx Project 2003 Resource Kit (TechNet) http://www.microsoft.com/technet/prodtechnol/office/proj2003/default.mspx http://www.microsoft.com/technet/prodtechnol/office/proj2003/default.mspx Office 2003 Resource Kit http://www.microsoft.com/resources/documentation/office/2003/all/reskit/en-us/default.mspx http://www.microsoft.com/resources/documentation/office/2003/all/reskit/en-us/default.mspx Microsoft Download Center (~160 downloads for Project) http://www.microsoft.com/downloads/results.aspx?NextOrPrevClause=3%7c%2b2%2f6%2f2004+1%3a30%3a04+PM&OSID=&productID=A1D 023A3-F612-4DA2-ACB8-FDA8F850D645&CategoryID=&freetext=&DisplayLang=en&DisplayEnglishAlso=&sortCriteria=date http://www.microsoft.com/downloads/results.aspx?NextOrPrevClause=3%7c%2b2%2f6%2f2004+1%3a30%3a04+PM&OSID=&productID=A1D 023A3-F612-4DA2-ACB8-FDA8F850D645&CategoryID=&freetext=&DisplayLang=en&DisplayEnglishAlso=&sortCriteria=date 50 Most Popular Downloads for Project http://www.microsoft.com/technet/downloads/project.mspx http://www.microsoft.com/technet/downloads/project.mspx
30
Resources Project 2003 SDK Portal Office Developer Center for Project: http://www.msdn.microsoft.com/office/understanding/project/ http://www.msdn.microsoft.com/office/understanding/project/ SDK online and downloads, Solution Starters, newsgroup Includes Project Server Web Parts and URL Options article Suggestions for Project SDK: prjodc@microsoft.com prjodc@microsoft.com Microsoft Download Center 60 downloads for Project 2003: www.microsoft.com/downloads www.microsoft.com/downloads Keyword: 2003 Product: Project Project Community Project Server Experts: www.projectserverexperts.com www.projectserverexperts.com Project MVP site: http://mvps.org/project http://mvps.org/project
31
Project Community Resources Project MVP site http://mvps.org/project/ http://mvps.org/project/ MPA (The Official Industry Association for Microsoft Office Project) http://www.mpug.org/ http://www.mpug.org/ Project Server Experts community site http://www.projectserverexperts.com/ http://www.projectserverexperts.com/ Woody’s Project Watch http://www.woodyswatch.com/project/archtemplate.asp?current http://www.woodyswatch.com/project/archtemplate.asp?current Project Newsgroups http://msdn.microsoft.com/newsgroups/default.aspx ?dg=microsoft.public.project ?dg=microsoft.public.project.server ?dg=microsoft.public.project.developer
32
© 2004 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.