Java程序辅导

C C++ Java Python Processing编程在线培训 程序编写 软件开发 视频讲解

客服在线QQ:2653320439 微信:ittutor Email:itutor@qq.com
wx: cjtutor
QQ: 2653320439

JNDI is the Java Naming and Directory Interface.It provides a generic API for accessing a variety of differentnaming services and directory services, regardless of differencesin actual implementation. Of particular interest, JNDI providesa mechanism to access LDAP (Lightweight Directory Access Protocol)directories from Java.

On completion of this module, students should be able to:

  1. Understand what JNDI is and how it is used
  2. Use a command line LDAP search tool
  3. Write a servlet or JSP that accesses an LDAP directory

Main references