JNDI(Java Naming & Directory Interface)
목적 [^What is the purpose of JNDI]
It's used to separate the concerns of the application developer and the application deployer. When you're writing an application which relies on a database, you shouldn't need to worry about the user name or password for connecting to that database. JNDI allows the developer to give a name to a database, and rely on the deployer to map that name to an actual instance of the database.
의외로 진디-
라고 읽는 사람은 많이 없고, J-N-D-I
로 발음하는 것이 보편적인 것 같다.
document.getElementsByClassName("dj").item(0).style.backgroundColor = "white";
[^What is the purpose of JNDI]: Nickerson, S. (2009, August 29). What is the purpose of JNDI. Retrieved December 27, 2022, from https://stackoverflow.com/questions/1350816/what-is-the-purpose-of-jndi