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:

  1. DirContextSource: the main component itself for creating a DirContext object with the ease of a builder.
  2. 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.