blog.jj5.net (2003 to 2005)

Provider Model Design Pattern and Specification, Part 1

Fri Mar 5 04:09:00 UTC+1100 2004

Categories:

Here's an article about a Provider Model Design Pattern. Interesting reading, but I like my implementation better! ;)

I use pluggable providers at quite a few points in my application. For the Client-Server gateway, for the ClientApplication, for the ServerApplication, and as usual for the DAL. There's a few other areas too. I guess not surprisingly I use the config file to specify the type used at runtime, just like everyone else.

John.


Copyright © 2003-2005 John Elliot