User Guide
To make use of this library you must run at least Java 1.7.
This site will guide you through the components of this library:
DirContextSource
: the main component itself for creating aDirContext
object with the ease of a builder.DirContextSourceFactory
: a factory which wraps the builder behind the context source and makes it available as a resource to servlet containers in a standard fashion.
Before using this library, make sure that the artifact is in the class path of your application or servlet container, e.g., your Tomcat instance, i.e., in $CATALINA_BASE/lib
or $CATALINA_HOME/lib
.