An Entity of Type: software, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

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 is independent of the underlying implementation. Additionally, it specifies a service provider interface (SPI) that allows directory service implementations to be plugged into the framework. The information looked up via JNDI may be supplied by a server, a flat file, or a database; the choice is up to the implementation used.

Property Value
dbo:abstract
  • La Java Naming and Directory Interface (JNDI) que significa Interfície d'Anomenament i Directori de Java, és una API per proveir un que permeti la descoberta i el d'objectes a partir d'un nom. Com totes les APIs de Java que accedeixen a altres sistemes a través d'una interfície, JNDI és independent de la implementació sobre la qual corre. A més, especifica una (SPI) que permet que les implementacions de serveis de directori siguin endollades a l'entorn. Les implementacions poden fer ús del servidor, un fitxer pla o una base de dades; la tria la fa el venedor. (ca)
  • La Interfaz de Nombrado y Directorio Java (Java Naming and Directory Interface) es una Interfaz de Programación de Aplicaciones (API) de Java para servicios de directorio. Permite a los clientes descubrir y buscar objetos y datos a través de un nombre. Como todas las APIs de Java que hacen de interfaz con sistemas host, es independiente de la implementación subyacente. Adicionalmente, especifica una (SPI) que permite que las implementaciones del servicio de directorio sean integradas en el framework. Las implementaciones pueden hacer uso de un servidor, un fichero, o una base de datos; la elección depende del desarrollador. (es)
  • Java Naming and Directory Interface (JNDI) ist eine Programmierschnittstelle (API) innerhalb der Programmiersprache Java für und Verzeichnisdienste. Mit Hilfe dieser Schnittstelle können Daten und Objektreferenzen anhand eines Namens abgelegt und von Nutzern der Schnittstelle abgerufen werden. Die Schnittstelle ist dabei unabhängig von der tatsächlichen Implementierung. Vielmehr ist JNDI ein sogenanntes (SPI), das Herstellern erlaubt, eigene Lösungen in dieses Framework einzubinden. In der Praxis wird JNDI vor allem zum Auffinden von Datenbanken und Registrierung verteilter Objekte in einem Netzwerk und Aufruf über Remote Method Invocation (RMI) verwendet. Die API enthält: * einen Mechanismus zur Bindung eines Objekts an einen Namen * Methoden für den Abruf von Informationen anhand eines Namens * ein Ereigniskonzept, über das Clients über Änderungen informiert werden * spezielle Erweiterungen für LDAP-Funktionalitäten JNDI erlaubt die Unterstützung praktisch aller Arten von Namens- und Verzeichnisdiensten, insbesondere von: * Lightweight Directory Access Protocol (LDAP) * Domain Name System (DNS) * Network Information Service (NIS) * Common Object Request Broker Architecture (CORBA) Namensdienst * Dateisystem (de)
  • 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 is independent of the underlying implementation. Additionally, it specifies a service provider interface (SPI) that allows directory service implementations to be plugged into the framework. The information looked up via JNDI may be supplied by a server, a flat file, or a database; the choice is up to the implementation used. Typical uses of JNDI include: * connecting a Java application to an external directory service (such as an address database or an LDAP server) * allowing a Java Servlet to look up configuration information provided by the hosting web container (en)
  • JNDI est une API Java de connexion à des annuaires, notamment des annuaires LDAP. (fr)
  • JNDI(Java Naming and Directory Interface)는 디렉터리 서비스에서 제공하는 데이터 및 객체를 발견(discover)하고 참고(lookup)하기 위한 자바 API다. JNDI는 일반적으로 다음의 용도로 쓰인다: * 자바 애플리케이션을 외부 디렉터리 서비스에 연결 (예: 주소 데이터베이스 또는 LDAP 서버) * 자바 애플릿이 호스팅 웹 컨테이너가 제공하는 구성 정보를 참고. (ko)
  • Java Naming and Directory Interface(JNDI)は、ディレクトリ・サービスが提供するデータやオブジェクトを名前で発見 (discover) し、参照 (lookup) するのためのAPIである。他の全てのJava APIと同様、JNDIは他システムに対するインターフェースであり、具体的な実装からは独立している。またJNDIにはサービス・プロバイダ・インターフェース (SPI) が規定されており、フレームワークにディレクトリ・サービスの実装をプラグインすることができる。ディレクトリ・サービスの実装はサーバでもフラットファイルでもデータベースでもよく、サービスの提供側が任意に選択できる。 (ja)
  • In informatica Java Naming and Directory Interface (JNDI) è una API Java per servizi di directory che ricopre un ruolo molto importante all'interno di un application server. Permette ai client java di scoprire e ottenere dati e oggetti attraverso un nome. Tipici usi includono: * connettere un'applicazione Java a un servizio di directory esterno (come un indirizzo di una base di dati o di un server LDAP). * permettere a un Java Servlet di ottenere informazioni di configurazione fornite dal . (it)
  • Java Naming and Directory Interface (JNDI) jest interfejsem Javy usług katalogowych, który umożliwia klientom odkrywanie i wyszukiwanie danych oraz obiektów za pomocą nazw. (pl)
  • Java Naming and Directory Interface (JNDI) är ett Java-API för en katalogservice som tillåter javaklienter att upptäcka och leta upp data och objekt via ett namn. JNDI ingår i J2EE. (sv)
  • A JNDI ou Java Naming and Directory Interface é uma API para acesso a serviços de diretórios. Ela permite que aplicações cliente descubram e obtenham dados ou objetos através de um nome. Assim como todas as APIs Java, ela é independente de plataforma. Adicionalmente, ela especifica uma interface de serviço, que permite que softwares de serviço de diretório suportem o seu framework. A solução de diretório pode ser baseada em rede, arquivos ou base de dados, sendo apenas uma questão de escolha do fornecedor do produto. A API JNDI é utilizada em aplicações Java que acessam recursos externos, como base de dados, filas ou tópicos JMS e componentes JavaEE. Os administradores do sistema gravam num serviço de diretório disponibilizado pelo servidor de aplicações (normalmente); a aplicação busca estes objetos através da JNDI (lookup). A API disponibiliza: * um mecanismo para ligar um objeto a um nome; * uma interface padronizada de busca de objetos no serviço de diretório; * uma interface de eventos que permite que um usuário saiba quando uma entrada (nome + objeto) foi modificada; * extensões que suportam as capacidades do padrão LDAP. A SPI permite que a JNDI suporte praticamente qualquer tipo de serviço de diretório incluindo: * LDAP * DNS * NIS * RMI * CORBA serviço de nomes * Sistema de arquivos A especificação JNDI foi lançada em 10 de março de 1997 pela Sun Microsystems. A versão atual da JNDI é 1.2. (pt)
  • Java Naming and Directory Interface (JNDI) — это набор Java API, организованный в виде службы каталогов, который позволяет Java-клиентам открывать и просматривать данные и объекты по их именам. Как любое другое Java API, как набор интерфейсов, JNDI не зависит от нижележащей реализации. В дополнению к этому, он предоставляет реализацию service provider interface (SPI), которая позволяет службам каталогов работать в паре с каким-либо фреймворком. Это может быть сервер, файл или база данных. Концепция JNDI основана на двух основных определениях: ассоциация и контекст. Ассоциация (англ. binding) — это соответствие JNDI-имени и объекта. Контекст (англ. context) — это среда, в которой хранится набор ассоциаций между объектами и именами. (ru)
  • Java命名和目录接口(Java Naming and Directory Interface,縮寫JNDI),是Java的一個目錄服務應用程式介面(API),它提供一个目录系统,并将服务名称与对象关联起来,从而使得开发人员在开发过程中可以使用名称来访问对象。 (zh)
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 42762 (xsd:integer)
dbo:wikiPageLength
  • 6499 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1077629539 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • La Java Naming and Directory Interface (JNDI) que significa Interfície d'Anomenament i Directori de Java, és una API per proveir un que permeti la descoberta i el d'objectes a partir d'un nom. Com totes les APIs de Java que accedeixen a altres sistemes a través d'una interfície, JNDI és independent de la implementació sobre la qual corre. A més, especifica una (SPI) que permet que les implementacions de serveis de directori siguin endollades a l'entorn. Les implementacions poden fer ús del servidor, un fitxer pla o una base de dades; la tria la fa el venedor. (ca)
  • La Interfaz de Nombrado y Directorio Java (Java Naming and Directory Interface) es una Interfaz de Programación de Aplicaciones (API) de Java para servicios de directorio. Permite a los clientes descubrir y buscar objetos y datos a través de un nombre. Como todas las APIs de Java que hacen de interfaz con sistemas host, es independiente de la implementación subyacente. Adicionalmente, especifica una (SPI) que permite que las implementaciones del servicio de directorio sean integradas en el framework. Las implementaciones pueden hacer uso de un servidor, un fichero, o una base de datos; la elección depende del desarrollador. (es)
  • JNDI est une API Java de connexion à des annuaires, notamment des annuaires LDAP. (fr)
  • JNDI(Java Naming and Directory Interface)는 디렉터리 서비스에서 제공하는 데이터 및 객체를 발견(discover)하고 참고(lookup)하기 위한 자바 API다. JNDI는 일반적으로 다음의 용도로 쓰인다: * 자바 애플리케이션을 외부 디렉터리 서비스에 연결 (예: 주소 데이터베이스 또는 LDAP 서버) * 자바 애플릿이 호스팅 웹 컨테이너가 제공하는 구성 정보를 참고. (ko)
  • Java Naming and Directory Interface(JNDI)は、ディレクトリ・サービスが提供するデータやオブジェクトを名前で発見 (discover) し、参照 (lookup) するのためのAPIである。他の全てのJava APIと同様、JNDIは他システムに対するインターフェースであり、具体的な実装からは独立している。またJNDIにはサービス・プロバイダ・インターフェース (SPI) が規定されており、フレームワークにディレクトリ・サービスの実装をプラグインすることができる。ディレクトリ・サービスの実装はサーバでもフラットファイルでもデータベースでもよく、サービスの提供側が任意に選択できる。 (ja)
  • In informatica Java Naming and Directory Interface (JNDI) è una API Java per servizi di directory che ricopre un ruolo molto importante all'interno di un application server. Permette ai client java di scoprire e ottenere dati e oggetti attraverso un nome. Tipici usi includono: * connettere un'applicazione Java a un servizio di directory esterno (come un indirizzo di una base di dati o di un server LDAP). * permettere a un Java Servlet di ottenere informazioni di configurazione fornite dal . (it)
  • Java Naming and Directory Interface (JNDI) jest interfejsem Javy usług katalogowych, który umożliwia klientom odkrywanie i wyszukiwanie danych oraz obiektów za pomocą nazw. (pl)
  • Java Naming and Directory Interface (JNDI) är ett Java-API för en katalogservice som tillåter javaklienter att upptäcka och leta upp data och objekt via ett namn. JNDI ingår i J2EE. (sv)
  • Java命名和目录接口(Java Naming and Directory Interface,縮寫JNDI),是Java的一個目錄服務應用程式介面(API),它提供一个目录系统,并将服务名称与对象关联起来,从而使得开发人员在开发过程中可以使用名称来访问对象。 (zh)
  • Java Naming and Directory Interface (JNDI) ist eine Programmierschnittstelle (API) innerhalb der Programmiersprache Java für und Verzeichnisdienste. Mit Hilfe dieser Schnittstelle können Daten und Objektreferenzen anhand eines Namens abgelegt und von Nutzern der Schnittstelle abgerufen werden. Die Schnittstelle ist dabei unabhängig von der tatsächlichen Implementierung. Vielmehr ist JNDI ein sogenanntes (SPI), das Herstellern erlaubt, eigene Lösungen in dieses Framework einzubinden. Die API enthält: (de)
  • 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 is independent of the underlying implementation. Additionally, it specifies a service provider interface (SPI) that allows directory service implementations to be plugged into the framework. The information looked up via JNDI may be supplied by a server, a flat file, or a database; the choice is up to the implementation used. (en)
  • A JNDI ou Java Naming and Directory Interface é uma API para acesso a serviços de diretórios. Ela permite que aplicações cliente descubram e obtenham dados ou objetos através de um nome. Assim como todas as APIs Java, ela é independente de plataforma. Adicionalmente, ela especifica uma interface de serviço, que permite que softwares de serviço de diretório suportem o seu framework. A solução de diretório pode ser baseada em rede, arquivos ou base de dados, sendo apenas uma questão de escolha do fornecedor do produto. (pt)
  • Java Naming and Directory Interface (JNDI) — это набор Java API, организованный в виде службы каталогов, который позволяет Java-клиентам открывать и просматривать данные и объекты по их именам. Как любое другое Java API, как набор интерфейсов, JNDI не зависит от нижележащей реализации. В дополнению к этому, он предоставляет реализацию service provider interface (SPI), которая позволяет службам каталогов работать в паре с каким-либо фреймворком. Это может быть сервер, файл или база данных. (ru)
rdfs:label
  • Java Naming and Directory Interface (ca)
  • Java Naming and Directory Interface (de)
  • JNDI (es)
  • Java Naming and Directory Interface (fr)
  • Java Naming and Directory Interface (en)
  • Java Naming and Directory Interface (it)
  • Java Naming and Directory Interface (ja)
  • JNDI (ko)
  • Java Naming and Directory Interface (pl)
  • JNDI (pt)
  • Java Naming and Directory Interface (ru)
  • Java Naming and Directory Interface (sv)
  • JNDI (zh)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License