Versions Compared

Key

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

HTML
<center>

The Apache Directory Project

HTML
</center>

Project Vision

We strive to increase LDAP awareness, comfort and adoption to bring forth what we call the Modern LDAP Renaissance. Learn more about our vision here.

Directory Sub-Projects

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 Server), and Eclipse-based directory tools (Apache Directory Studio).

Project Vision

We strive to increase LDAP awareness, comfort and adoption to bring forth what we call the Modern LDAP Renaissance. Learn more about our vision here.

...

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

.header
{
	text-align: center;
	font-size: 100%;
}

td
{
	font-size: 77%;
}

</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 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 a full installation of Eclipse itself. 
            </td>
        </tr>
    </table>
</center>

...