> Hello,
>
[quoted text clipped - 4 lines]
> I sow one usefull apliance of JNDI for binding DataSource at Hibernate.
> Have you got any other examples ?
JNDI is used any time one needs external data, not just for Hibernate.
It's used for authentication, catalogs, anything at all stored off line.
The point of JNDI is that it creates a directory-like structure of the data,
where you branch down a tree of lookup items to find the one of interest.
<http://java.sun.com/products/jndi/tutorial/index.html>

Signature
Lew
cyber1boy - 23 Nov 2007 08:04 GMT
Super. Thank you.
cyber1boy
>> Hello,
>>
[quoted text clipped - 14 lines]
>
> <http://java.sun.com/products/jndi/tutorial/index.html>
Lew - 23 Nov 2007 09:13 GMT
"Lew" wrote:
>> <http://java.sun.com/products/jndi/tutorial/index.html>
> Super. Thank you.
(Top-posting corrected)
For matters Java, java.sun.com is a preferred starting point. They are
chock-full of tutorials, white papers and other documentation.

Signature
Lew