Chapter 19. Naming Services

A naming service is the principal mechanism used in distributed and nondistributed systems for referring to objects from within your applications via a name identifying that object. The term name used here typically means a name that is human readable or at least easily converted into a human-readable String format. A file system uses filenames when doling out references associated with file media to programs requesting access to those files. Similarly, CORBA clients can use object names to obtain handles to CORBA objects, which reference objects that may be sitting in some remote system process. These name-to-object ...

Get Building Java™ Enterprise Systems with J2EE™ now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.