April 2002
Beginner to intermediate
1128 pages
26h 33m
English
The early part of today's lesson covered binding objects into a JNDI namespace. To recap, a bound object must implement the Serializable interface, and the object's class file must be available to the JNDI server.
The obvious means of making an object's class file available to the JNDI server is to set the server's class path to include the necessary directory or JAR file. However, this isn't always convenient, and the JNDI specification recognizes this situation and supports dynamic loading of classes when using a directory service.
Provided the JNDI Service Provider is a Directory Service and that service supports Internet RFC 2713, the JNDI server can obtain necessary class files dynamically ...
Read now
Unlock full access