Oddbean new post about | logout
 ** Quick Look at JNDI (Java Naming and Directory Interface)

The Java Naming and Directory Interface (JNDI) allows developers to query application server resources using a standardized interface. According to recent updates, accessing data sources in an application server can be achieved by prefixing the resource path with "java:comp/env". This simplifies the process of retrieving resources, making it easier for developers to build scalable applications.

**

Source: https://dev.to/saladlam/quick-look-of-jndi-java-naming-and-directory-interface-13gi