Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Summary: Learn about the general architecture of Project Server Subscription Edition.
Applies to: Project Server Subscription Edition
Project Server Subscription Edition architecture includes association of the Project Application Service with SharePoint site collections, the client-side object model (CSOM) for remote access, and remote event receivers that are accessible by multiple Project Server installations. In addition to on-premises custom solutions, you can create apps that include remote event receivers and components that access the CSOM.
The front-end tier includes Project Professional 2019, Project Professional 2021, the Project Online Desktop Client, Project Web App, and third-party apps. Client applications communicate with the middle tier through the Project Server Interface (PSI) or through the CSOM endpoints, which in turn communicate with the PSI and the business object layer. Database access is integrated in the business objects. The Project Server Eventing System can access both local event handlers and remote event receivers. The Project Calculation Service implements the Project scheduling engine within Project Server.
General architecture
Below is a generalized view of the Project Server Subscription Edition architecture, including the Project Service Application and several client applications.
The following general comments apply to the illustration above:
Event receivers: Event receivers can also be called event handlers. Project Online supports registration of remote Project Server event receivers, which can be used by a Project Web App instance in the cloud or by an on-premises Project Server installation. An on-premises Project Server installation supports remote event receivers and local full-trust event handlers.
Programmatic interfaces: For third-party client applications that are on-premises (on the Intranet), you can use the WCF interface for the PSI, or you can use the CSOM and REST interfaces through HTTP. The Project Web App and Project Professional 2019/2021 clients both use the WCF interface. In a single-server installation, the front-end ASMX web services, CSOM, and REST internally call the back-end WCF services.
Note
OData service for reporting is removed in Project Server Subscription edition.
Workflows: Declarative workflows are offloaded to Workflow Manager for processing. Workflow Manager can run on a separate server in the SharePoint farm, on Microsoft Azure in the cloud, or on a single Project Server computer for testing or demonstrations. Coded workflows that are developed with Visual Studio are processed in the workflow runtime within SharePoint.
Perimeter network (DMZ): The illustration above does not show that an on-premises front-end server can be isolated by an additional firewall in a perimeter network (also known as a "demilitarized zone" or DMZ). A perimeter network can allow Internet clients to access SharePoint and Project Server across a firewall.
SharePoint Web Services: The illustration above does not show the SharePoint infrastructure, such as the back-end SharePoint Web Services application, which is part of SharePoint Server Subscription Edition. When you install Project Server, the Project Service Application is added to the SharePoint Web Services.
The front-end tier includes third-party applications, Project Professional, and Project Web App. A browser displays ASP.NET 4.0 pages (.aspx pages) in Project Web App. The Project Web App pages use Project Server Web Parts that communicate with the PSI and also use standard SharePoint Web Parts.
The Project Web App components of Project Server use the SharePoint Server Subscription Edition configuration database for project site setup and the content database for all other information. There is no longer a separate Project Server database.