Can anyone tell me the pro and cons of using JNDI vs using Properties ? Some resources would help too...
Thanks
-
JNDI question (1 messages)
- Posted by: ivory tower
- Posted on: June 13 2003 16:18 EDT
Threaded Messages (1)
- JNDI question by Anshuman Purohit on June 13 2003 16:39 EDT
-
JNDI question[ Go to top ]
- Posted by: Anshuman Purohit
- Posted on: June 13 2003 16:39 EDT
- in response to ivory tower
Java Naming and Directory Service can do lot more that a barebone Properties file can. For beginers, binding services (including real Java Objects)and Locating services based on attibutes is something that can not be done through Properties file. More advanced remote access to deamon processes, is something beyond the scope of Properties.
Anshuman