Hi,

I just sent this out on the directory developers list, but thought
the Tuscany might be interested as well.

Some like to see the material as it evolves and some like to see the clean version.

For those of you in the first group, this is a very "early stage" draft.

I'm starting to do test experiments now, and will update it with "real code" :-)
and more "design recipes" shortly.

Comments are always welcome.

Cheers,
- Ole


--- Begin Message ---
Hey Guys,

I just versioned the first draft of the DAS Design Guide.

https://svn.apache.org/repos/asf/directory/sandbox/oersoy/guides/das.ldap.design.documentation

It's an eclipse documentation plugin (Suprise), so just drop it into the plugins folder and
look for LDAP DAS Design Guide in the books.

It's a little rough, and some of the code I just made up as placeholders. I'm going to start experimenting
with real code now.

Luciano, I used the EMF API to illustrate some of the concepts and would
appreciate any assistance you can give with converting over to the SDO API.

In general an EMF EObject corresponds to a SDO DataObject.

EAttribute is a simple SDO type (isDataType returns true);

EReference is a complex SDO type (isDataType returns false)

getEAllAttributes() returns an EObject's simple types including those inherited.

getEAllReferences return an EObjects's complex types, including those inherited.

Cheers,
- Ole





--- End Message ---
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to