Author: akarasulu Date: Sat Dec 18 18:53:31 2004 New Revision: 122736 URL: http://svn.apache.org/viewcvs?view=rev&rev=122736 Log: changing old references to dib to new core Modified: incubator/directory/eve/trunk/xdocs/projects/index.xml
Modified: incubator/directory/eve/trunk/xdocs/projects/index.xml Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/xdocs/projects/index.xml?view=diff&rev=122736&p1=incubator/directory/eve/trunk/xdocs/projects/index.xml&r1=122735&p2=incubator/directory/eve/trunk/xdocs/projects/index.xml&r2=122736 ============================================================================== --- incubator/directory/eve/trunk/xdocs/projects/index.xml (original) +++ incubator/directory/eve/trunk/xdocs/projects/index.xml Sat Dec 18 18:53:31 2004 @@ -29,10 +29,14 @@ <tr> <td> - <a href="../projects/eve-dib/index.html">dib</a> + <a href="../projects/eve-core/index.html">dib</a> </td> <td> - Eve Directory Information Base (a.k.a. backend subsystem) + Eve's core contains all of Eve's backend subsystems. It depends on + protocol and uses it with seda to service LDAP requests. The core + contains the JNDI provider, interceptor framework, interceptor + services, the schema subsystem and the database subsystem. Hence + the core is the heart of the server as its name suggests. </td> </tr> @@ -41,7 +45,7 @@ <a href="../projects/eve-shared/index.html">shared</a> </td> <td> - Code shared by the dib and plugin separated to prevent cyclic deps + Code shared by the core and plugin separated to prevent cyclic deps </td> </tr>
