Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Apache Directory Project provides directory solutions entirely written in Java. These include a directory server, which has been certified as LDAP v3 compliant by the Open Group (Apache Directory ServerApacheDS), and Eclipse-based directory tools (Apache Directory Studio).

HTML
<style type="text/css">
.separator 
{
	height: 10px;
}

.header
{
	text-align: center;
	font-size: 14px;
	color: #555555;
}

td
{
	font-size: 12px;
}

</style>
<center>
        <table border="0" width="99%" style="text-align: justify;">
        <tr>
            <td style="border-right: 1px solid silver; padding-right: 15px; width:50%;" valign="top">
                <div class="header"><a href="http://directory.apache.org/apacheds/1.5/"><img src="http://directory.apache.org/staticresources/images/server-icon_128x128.png" height="128" width="128" border="0" /></a><br />
            <strong>Apache Directory Server</strong></div>
            <div class="separator">&nbsp;</div>
            ApacheDS is an extensible and embeddable directory server entirely written in Java, which has been certified LDAPv3 compatible by the Open Group. Besides LDAP it supports Kerberos 5 and the Change Password Protocol. It has been designed to introduce triggers, stored procedures, queues and views to the world of LDAP which has lacked these rich constructs. 
            </td>
            <td witdh="50%" style="padding-left: 15px; width:50%;" valign="top">
                <div class="header"><a href="http://directory.apache.org/studio/"><img src="http://directory.apache.org/staticresources/images/studio-icon_128x128.png"  height="128" width="128" border="0" /></a><br />
            <strong>Apache Directory Studio</strong></div>
            <div class="separator">&nbsp;</div>
            Apache Directory Studio is a complete directory tooling platform intended to be used with any LDAP server however it is particularly designed for use with the ApacheDS. It is an Eclipse RCP application, composed of several Eclipse (OSGi) plugins, that can be easily upgraded with additional ones. These plugins can even run within Eclipse itself.  
            </td>
        </tr>
    </table>
</center>

...