a·gen·tic a·gil·i·ty

Creating a managed service factory

TL;DR; Explains how to build a managed service factory to access and manage local or remote services across multiple servers, supporting flexible service discovery and integration.

Published on
3 minute read
Image
https://nkdagility.com/resources/dfhN35mUMDl
Subscribe

I had a plan. I wanted to create a way of accessing services in multiple locations from any location. Each location could have one or more services which may be duplications or different. That is a really abstract way of thing about it, but I eventually came up with a solution.

After using Reflector to view the Team Foundation Server source code, which gave ma many pointers for which I would like to thank the TFS Team At Microsoft, I came up with the following solution:

Creating a managed service factory

This allows you to host any number of services, regardless of wither they are remote or local within a “Server” construct and to access that server easily. Remote and local services can exist side by side in the same server, for example you could have an ActiveDirectoryClientService hosted in a ClientServer

From the server level (IClientServer) you can request a service based on its type or on an interface that it implements. To achieve this the IClientService interface has a property called contracts that loops through all of the interfaces that the client service object implements and pulls out only those interfaces that have the ClientServiceContractAttribute added to them. Thus you need to make sure that all of your interfaces (e.g. ITeamServer) have that attribute regardless of wither it also has a ClientServiceContractAttribute.

From the factory level you can again request either services by type or by implementation, but this request is cross server. If you have two servers added to the factory and they both implement different contracts, you can pull any one back you like, if both servers have the same implementation you can choose wither you bring back the first or a random implementation. The potential for a load balancing solution is there but not implemented.

Below is a diagram of my TFSEventHandlerServer that included’s both local and remote services. For ease of development and because it is a common thing to do I created the WcfClientServiceBase class that provides a number of features that allow less code to be written in the individual service client classes.

Creating a managed service factory

In this example you can call any of the ClientServices with the same code:

Get the server with a call:

1Dim Server As Servers.TFSEventHandlerServer
2Server = Servers.ClientServerFactory.GetServer(Of Servers.TFSEventHandlerServer)(New System.Uri(http://server:6873))

And get client services with the Subscriptions being a local service and TeamServers is a remote one.

1Dim Subscriptions As Clients.SubscriptionsService
2Subscriptions = Server.GetService(Of Clients.SubscriptionsService)()
3Dim TeamServers As Clients.TeamServersService
4TeamServers = Server.GetService(Of Clients.TeamServersService)()

As I hope you can see this makes it easier to implement many features with an enterprise enviroment. All you have to know is what services are available where. There is also the possibility that a lookup service could be implemented that would allow the Factory to bring you services when you do not even know here they are!

I hope this helps those trying to find a way to achieve the same goals without being too restrictive. You can download the code from my CodePlex TFS Event Handler project.

Smart Classifications

Each classification [Concepts, Categories, & Tags] was assigned using AI-powered semantic analysis and scored across relevance, depth, and alignment. Final decisions? Still human. Always traceable. Hover to see how it applies.

Subscribe

Connect with Martin Hinshelwood

If you've made it this far, it's worth connecting with our principal consultant and coach, Martin Hinshelwood, for a 30-minute 'ask me anything' call.

Our Happy Clients​

We partner with businesses across diverse industries, including finance, insurance, healthcare, pharmaceuticals, technology, engineering, transportation, hospitality, entertainment, legal, government, and military sectors.​

Illumina Logo

Illumina

Teleplan Logo

Teleplan

Healthgrades Logo

Healthgrades

Boxit Document Solutions Logo

Boxit Document Solutions

Milliman Logo

Milliman

Hubtel Ghana Logo

Hubtel Ghana

SuperControl Logo

SuperControl

Emerson Process Management Logo

Emerson Process Management

MacDonald Humfrey (Automation) Ltd. Logo

MacDonald Humfrey (Automation) Ltd.

Jack Links Logo

Jack Links

Trayport Logo

Trayport

NIT A/S

Slicedbread Logo

Slicedbread

Freadom Logo

Freadom

Capita Secure Information Solutions Ltd Logo

Capita Secure Information Solutions Ltd

Ericson Logo

Ericson

Sage Logo

Sage

Lean SA Logo

Lean SA

Nottingham County Council Logo

Nottingham County Council

New Hampshire Supreme Court Logo

New Hampshire Supreme Court

Ghana Police Service Logo

Ghana Police Service

Royal Air Force Logo

Royal Air Force

Washington Department of Enterprise Services Logo

Washington Department of Enterprise Services

Washington Department of Transport Logo

Washington Department of Transport

Big Data for Humans Logo

Big Data for Humans

YearUp.org Logo

YearUp.org

Trayport Logo

Trayport

MacDonald Humfrey (Automation) Ltd. Logo

MacDonald Humfrey (Automation) Ltd.

ProgramUtvikling Logo

ProgramUtvikling

Epic Games Logo

Epic Games