Sure, I saw your post on the directory list, but didn't have a chance to go over that yet... I'll try to send some feedback over the weekend.
On 3/30/07, Ole Ersoy <[EMAIL PROTECTED]> wrote:
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 ---------- Forwarded message ---------- From: Ole Ersoy <[EMAIL PROTECTED]> To: Apache Directory Developers List <[email protected]>, Luciano Resende <[EMAIL PROTECTED]> Date: Fri, 30 Mar 2007 10:48:05 -0500 Subject: [DAS] Initial Design Guide Draft 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Luciano Resende http://people.apache.org/~lresende
