The goal of this sample application is to demonstrate how to build a programmatic
Data Control on top of an LDAP Server. It shows how to access an LDAP
Server from the J2EE APIs, and how to access it as a Data Control.
Then, to make sure it is working, we will run a small ADF Client Application that accesses it.
You must have JDeveloper 10g and access to an LDAP Server.
The example provided here accesses the Verisign public LDAP Server. If
you are behind a firewall, or for another reason cannot access the server,
dc.ldap.model package You can possibly test your modifications,
by going to the java file named Test.java located
in the dc.ldap.runtime package,
modifying line number 16, and running this class. The output
is redirected to the Log Window. If this
runs without errors, your DataControl is ready to work.
To control your search parameters,
To run the sample right-click on the View project and select Run from the context menu.