Sign in
DTaylor's Blog
On the SharePoint Foundation 2010 Service Application Framework
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Calculator Service Example
Concepts
Object Model
Service Application Framework
SharePoint 2010
Topology
Web Service Application
Archive
Archives
February 2011
(1)
June 2010
(2)
May 2010
(4)
April 2010
(5)
November 2009
(4)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
DTaylor's Blog
SharePoint 2010 Service Application Load Balancer
Posted
over 2 years ago
by
dtaylorus
1
Comments
I’ve recently been asked some questions about the internal load balancer for service applications in SharePoint 2010, which I’ll summarize here. What is the Service Application Load Balancer? In order to simplify installation of multi-machine server farms...
DTaylor's Blog
Calculator Service Source Code
Posted
over 3 years ago
by
dtaylorus
9
Comments
By request, see the attached file for an early look at the source code for the Calculator Service as a Visual Studio 2010 project. This is a work in progress. Some features are not yet implemented, and I haven’t yet explained some of the implemented features...
DTaylor's Blog
SharePoint Calculator Service Part 10 – Service Client
Posted
over 3 years ago
by
dtaylorus
2
Comments
So far, we’ve been covering the service side of our Calculator service. We have a working service application that can be deployed and managed in a SharePoint server farm. In this article, we’ll switch focus to the client side. Remember that SharePoint...
DTaylor's Blog
SharePoint Calculator Service Part 9 – Claims Auth
Posted
over 3 years ago
by
dtaylorus
8
Comments
One of the game-changing features of SharePoint 2010 is support for claims-based identities. It opens up a whole new set of exciting scenarios by blowing the doors off of the walled garden of the Active Directory. Well, maybe I exaggerate, but only slightly...
DTaylor's Blog
SharePoint Calculator Service Part 8 – Delegated Administration
Posted
over 3 years ago
by
dtaylorus
0
Comments
In Part 7 of this series, we created a cmdlet to allow an SharePoint farm administrator to easily modify settings of our Calculator service application using PowerShell. In this article, we’ll add support for delegated administration. About Delegated...
DTaylor's Blog
SharePoint Calculator Service Part 7 – Custom Admin Setting PowerShell
Posted
over 3 years ago
by
dtaylorus
0
Comments
In Part 6 of this series, we created a custom setting for our Calculator service application and a web page to manage the setting from the SharePoint Central Administration web site. In this article, we’ll create the accompanying PowerShell cmdlet so...
DTaylor's Blog
SharePoint Calculator Service Part 6 – Custom Admin Setting
Posted
over 3 years ago
by
dtaylorus
0
Comments
In Part 5 of this series, we created a PowerShell cmdlet to enable SharePoint administrators to script deployment of our Calculator service application in a server farm. In this article, we’ll create a custom setting that administrators can use to modify...
DTaylor's Blog
SharePoint Calculator Service Part 5 – Service Application PowerShell
Posted
over 3 years ago
by
dtaylorus
0
Comments
In Part 4 of this series, we integrated our Calculator service application creation and provisioning experience with the SharePoint Central Administration site. While this provides a nice experience for ad-hoc SharePoint deployments, we would also like...
DTaylor's Blog
SharePoint Calculator Service Part 4 – New Service Application UI
Posted
over 3 years ago
by
dtaylorus
2
Comments
In Part 3 of this series, we created a service application class that represents a logical endpoint of our Calculator service in the SharePoint server farm topology. We also created a temporary installer (a batch file) to put our service files in the...
DTaylor's Blog
SharePoint Calculator Service Part 3 – The Service Application
Posted
over 3 years ago
by
dtaylorus
2
Comments
In Part 2 of this series, we integrated our Calculator service with the SharePoint server farm topology by extending the SPIisWebService and SPIisWebServiceInstance classes. These two classes allow administrators to use the SharePoint UX to view the topology...
DTaylor's Blog
SharePoint Calculator Service Part 2 – Service Instance
Posted
over 3 years ago
by
dtaylorus
1
Comments
In Part 1 of this series, we created a basic WCF service contract and the necessary configuration files to host the service in IIS. In this article, we’ll integrate our service with the SharePoint management experience so that SharePoint administrators...
DTaylor's Blog
SharePoint Calculator Service Part 1 – WCF Contract
Posted
over 3 years ago
by
dtaylorus
0
Comments
This is the first in a series of articles where we’ll build a simple calculator service to demonstrate how a web service can be integrated into SharePoint. We’ll start by building a WCF service with a single method, the “Add” method, which takes two integer...
DTaylor's Blog
SharePoint Web Service Applications
Posted
over 4 years ago
by
dtaylorus
0
Comments
In a previous post, I described the five core classes (SPService, SPServiceInstance, SPServiceApplication, SPServiceProxy, and SPServiceApplicationProxy) that comprise the core of the SharePoint 2010 Service Application Framework. I also outlined some...
DTaylor's Blog
SharePoint Service Application Topologies
Posted
over 4 years ago
by
dtaylorus
1
Comments
The SharePoint Service Application Framework object model supports many different server farm topologies. Let’s explore some of them. Single Application Server In this topology, the service is comprised of a service application hosted in a single...
DTaylor's Blog
A Calculator Service Application Example
Posted
over 4 years ago
by
dtaylorus
0
Comments
In my last post , I described the SharePoint Foundation 2010 Service Application Framework (SAF) object model. To make these concepts more concrete, let’s design a simple calculator service using SAF. Specification Our calculator service will...
DTaylor's Blog
SharePoint Service Application Framework Object Model
Posted
over 4 years ago
by
dtaylorus
1
Comments
The Service Application Framework (SAF) in SharePoint Foundation 2010 was designed with specific goals in mind: It should provide the benefits of the MOSS 2007 Shared Service Provider (SSP), such as a unified service management experience, without...
Page 1 of 1 (16 items)