[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Phpgroupware-developers] LDAP schema classes as UML diagram
From: |
Alex Borges |
Subject: |
Re: [Phpgroupware-developers] LDAP schema classes as UML diagram |
Date: |
09 Jul 2003 15:46:27 -0500 |
Good idea.
I think ldap storage is easy to map to objects because it is
hierarchicall both in its storage (can put substuff in an ldap
directory) and in its object definition (objects inherit data types and
attributes).
So, this classes are practicall direct mappings from ldap schema into
UML.
Now from a functional (grammaticaly speaking) standpoint, this classes
should know how to?
save
read
Map attributes, get/set attributes, have pointers down or inherit from a
container? ... i dunno, it has more portential than just the mapping.
El mi? 09-07-2003 a las 09:45, Kai Hofmann escribió:
> I have made some important LDAP schema classes as UML diagram
> for easier understanding and discussion.
>
>
> http://www.probusiness.de/projekte/phpgroupware/pdf/ldap_schema.pdf
>
>
> Greetings
>
> Kai