Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Gliffy Diagram
macroIde7c5cbff-4d3d-4591-ae5b-a1faf4945efa
displayNameServiceRegistry
nameServiceRegistry
pagePin34


In the above class diagram, the ServiceRegistryInstance is a singleton only because it is simpler than adding an instance into the system and then having to wire it into all locations. This singleton ServiceRegistryInstance is only there until a real DI frame can be used and injection of services can be done in a safer and better than manner than looking up services through the singleton.

...