Summary

I l @ ve RuBoard

LDAP is a standardized way to share directory-style information between applications in your organization, or between organizations. LDAP uses distinguished names (DNs) to uniquely identify each object in an LDAP database and uses a schema to describe what types of objects are allowed to reside in that database.

Each object has one or more object classes, which determine the attributes that are available to the object. Objects can be both storers of data and parents to subobjects.

LDAP can be accessed in Java using JNDI. To access an LDAP database, you get an initial context to the root of the LDAP database and then use searches to find the specific object that you want to reference.

In the next chapter, you'll see an example of how to use Struts, an application framework based on the MVC pattern.

I l @ ve RuBoard


MySQL and JSP Web Applications. Data-Driven Programming Using Tomcat and MySQL
MySQL and JSP Web Applications: Data-Driven Programming Using Tomcat and MySQL
ISBN: 0672323095
EAN: 2147483647
Year: 2002
Pages: 203
Authors: James Turner

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net