When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Java Naming and Directory Interface - Wikipedia

    en.wikipedia.org/wiki/Java_Naming_and_Directory...

    The Java Naming and Directory Interface (JNDI) is a Java API for a directory service that allows Java software clients to discover and look up data and resources (in the form of Java objects) via a name. Like all Java APIs that interface with host systems, JNDI

  3. JNDI - Wikipedia

    en.wikipedia.org/?title=JNDI&redirect=no

    Pages for logged out editors learn more. Contributions; Talk; JNDI

  4. Datasource - Wikipedia

    en.wikipedia.org/wiki/Datasource

    An alternative to the DriverManager facility, a DataSource object is the preferred means of getting a connection. An object that implements the DataSource interface will typically be registered with a naming service based on the Java Naming and Directory Interface (JNDI) API. The DataSource interface is implemented by a driver vendor.

  5. List of Java APIs - Wikipedia

    en.wikipedia.org/wiki/List_of_Java_APIs

    Java Naming and Directory Interface: JNDI An API for directory services. Jakarta Persistence: JPA A specification for object-relational mapping. available here: Java Speech API: JSAPI This API allows for speech synthesis and speech recognition. Java 3D: J3D A scene graph-based 3D API. available here: Java OpenGL: JOGL A wrapper library for ...

  6. Apache LDAP API - Wikipedia

    en.wikipedia.org/wiki/Apache_LDAP_API

    The Apache Directory project was started using the JNDI library, but many of its LDAP structures had to be developed in-house because the JNDI library was ineffective for interacting with an LDAP server. It wasn't convenient for the project team to use JNDI which indicated to them it wouldn't be easy for typical users either.

  7. Jakarta Enterprise Beans - Wikipedia

    en.wikipedia.org/wiki/Jakarta_Enterprise_Beans

    As an alternative to injection, clients of an EJB can obtain a reference to the session bean's proxy object (the EJB stub) using Java Naming and Directory Interface (JNDI). This alternative can be used in cases where injection is not available, such as in non-managed code or standalone remote Java SE clients, or when it's necessary to ...

  8. Java Native Interface - Wikipedia

    en.wikipedia.org/wiki/Java_Native_Interface

    In software design, the Java Native Interface (JNI) is a foreign function interface programming framework that enables Java code running in a Java virtual machine (JVM) to call and be called by [1] native applications (programs specific to a hardware and operating system platform) and libraries written in other languages such as C, C++ and assembly.

  9. Enterprise Objects Framework - Wikipedia

    en.wikipedia.org/wiki/Enterprise_Objects_Framework

    Enterprise Objects provides tools and frameworks for object-relational mapping. The technology specializes in providing mechanisms to retrieve data from various data sources, such as relational databases via JDBC and JNDI directories, and mechanisms to commit data back to those data sources.