Multiple enhancements and bug fixes to the SDK (update from OpenDS by matthew_swift):
* Added a method, Entries.diffEntries(Entry,Entry), which returns a ModifyRequest containing the necessary changes to convert the first entry to the second.
* Improvements to the DIGEST-MD5 and GSSAPI SASL bind request interfaces + some bug fixes.
* Expose the LoadBalancingAlgorithm interface and also add support for Round Robin style load balancing to complement the existing Failover algorithm.
* Implement some simple examples: ldap search, ldap modify, async ldap search, an ldap proxy server, and an ldap data store. These can be found in the "examples" directory and are built and included with the SDK zip file as examples.zip.
* Various minor Javadoc improvements and bug fixes.
* Updated to latest Grizzly.
* Added an overview.html file which includes a very simple getting started example as well as pointers to key classes and interfaces (DISCLAIMER: this is just a start).
* Some more unit tests.