Registry Pattern: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Design Patterns =Overview=") |
No edit summary |
||
Line 4: | Line 4: | ||
=Overview= | =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. |
Latest revision as of 20:55, 8 January 2018
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.