Registry Pattern

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

Overview

The pattern describes the mechanism used by clients that register with a service provider using a specific interface, by looking up an implementation of that interface in a well known point of access. The advantage of using the registry pattern is that the client and service don't need to know about each other ahead of time. JNDI implements the Registry pattern.