Posted By:
Nicholas_Whitehead
Posted On:
Wednesday, August 14, 2002 06:21 AM
Hassan;
JNDI is only a set of interfaces that is intended to provide a common API to otherwise disparate naming and directory services.
That is not to say that there cannot be a file management database behind JNDI (there is quite a useful file system driver for JNDI ) but JNDI will only be the interface, and not the implementation.
If you are commited to building your own database engine instead of using a existing one, I would consider implementing a simple and brief but complete proprietary API, or if you are really commited, implement a JDBC driver.
//Nicholas