apache-tuscany/site/trunk/site-publish/ldap-das-architecture-guide.html
2014-11-21 09:30:19 +00:00

208 lines
9.9 KiB
HTML
Raw Permalink Blame History

<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE- 2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD>
<!-- generateKeywords macro -->
<META name="description" content="Apache Tuscany">
<META name="keywords" content="apache, apache tuscany, tuscany, service, services, fabric, soa, service oriented architecture, sca, service component architecture, das, sdo, csa, ruby, opensource">
<!-- generateKeywords macro end -->
<LINK type="text/css" rel="stylesheet" href="http://tuscany.apache.org/stylesheets/default.css">
<LINK rel="SHORTCUT ICON" href="https://cwiki.apache.org/confluence/display/TUSCANY/$images/favicon.ico">
<TITLE>Apache Tuscany : LDAP DAS Architecture Guide</TITLE>
<META http-equiv="Content-Type" content="text/html;charset=UTF-8"></HEAD>
<BODY onload="init()">
<!-- topNav macro -->
<TABLE valign="top" border="0" cellspacing="0" cellpadding="0" width="100%" background="http://tuscany.apache.org/images/TuscanyLogoNEW_Text_120px_bg.jpg">
<TR>
<TD valing="top" align="left">
<A href="https://cwiki.apache.org/confluence/pages/viewpage.action?spaceKey=TUSCANY&title=$siteroot"><IMG src="http://tuscany.apache.org/images/TuscanyLogoNEW_Text_120px_bg.jpg" height="91" width="25" border="0"></A>
</TD>
<TD>
<A href="http://tuscany.apache.org/"><IMG src="http://tuscany.apache.org/images/TuscanyLogo.jpg" border="0"></A>
</TD>
<TD width="100%">
&nbsp;
</TD>
<!-- Adds the edit page link to the top banner-->
<TD valign="bottom">
<DIV style="padding: 2px 10px; margin: 0px;">
<A href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=51159">
<IMG src="http://tuscany.apache.org/images/notep_16.gif" height="16" width="16" border="0" align="absmiddle" title="Edit Page"></A>
</DIV>
</TD>
</TR>
</TABLE>
<!-- topNav macro end -->
<!-- breadCrumbs macro -->
<TABLE border="0" cellpadding="2" cellspacing="0" width="100%">
<TR class="topBar">
<TD align="left" valign="middle" class="topBarDiv" nowrap="true" width="100%">
&nbsp;<A href="home.html" title="Apache Tuscany">Apache Tuscany</A>&nbsp;&gt;&nbsp;<A href="home.html" title="Home">Home</A>&nbsp;&gt;&nbsp;<A href="das-overview.html" title="DAS Overview">DAS Overview</A>&nbsp;&gt;&nbsp;<A href="das-java.html" title="DAS Java">DAS Java</A>&nbsp;&gt;&nbsp;<A href="das-java-documentation-menu.html" title="DAS Java Documentation Menu">DAS Java Documentation Menu</A>&nbsp;&gt;&nbsp;<A href="" title="LDAP DAS Architecture Guide">LDAP DAS Architecture Guide</A>
</TD>
<TD align="right" valign="middle" class="topBarDiv" align="left" nowrap="true">
<A href="http://mail-archives.apache.org/mod_mbox/tuscany-user">User List</A> | <A href="http://mail-archives.apache.org/mod_mbox/tuscany-dev">Dev List</A> | <A href="http://issues.apache.org/jira/browse/Tuscany">Issue Tracker</A>&nbsp;&nbsp;
</TD>
</TR>
</TABLE>
<!-- breadCrumbs macro end -->
<TABLE border="0" cellpadding="0" width="100%" bgcolor="#FFFFFF">
<TR>
<TD align="left" valign="top">
<!-- pageContent macro -->
<DIV id="PageContent">
<DIV class="pagecontent">
<DIV class="wiki-content">
<P>This content is retrieved from Ole Ersoy's Eclipse help plugin available at
<A href="https://svn.apache.org/repos/asf/directory/sandbox/oersoy/guides/das.ldap.design.documentation" class="external-link" rel="nofollow">https://svn.apache.org/repos/asf/directory/sandbox/oersoy/guides/das.ldap.design.documentation</A></P>
<DIV class="panel" style="background-color: #ffffff;border-color: #6699ff;border-style: solid;border-width: 1px;"><DIV class="panelHeader" style="border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #6699ff;background-color: #D5EFFF;"><B>DAS LDAP Design Guide</B></DIV><DIV class="panelContent" style="background-color: #ffffff;">
<P>*<A href="#LDAPDASArchitectureGuide-InitializingtheLDAPServers">Initializing the LDAP Servers</A><BR>
#Adding Required Server Partitions<BR>
#Adding a Partition/Suffix to ApacheDS&lt;/challenge&gt;<BR>
#Creating an EPackage ObjectClass Schema Entry&lt;/challenge&gt;</P>
<P>*Initializing the DAS<BR>
**Loading the Generator Model<BR>
**Providing the DAS With an Initial Context<BR>
**Creating a Subcontext for the Model's EPackage</P>
<P>*Writing DataGraph Metadata<BR>
**Creating Metadata OID Values<BR>
**Creating an LDAP Syntax Entry<BR>
**Creating an LDAP AttributeType Metadata Entry<BR>
**Creating an LDAP Metadata ObjectClass Entry<BR>
**Writing EPackage Metadata</P>
<P>*Restoring DataGraph Metadata<BR>
**Creating the Model's EPackage<BR>
**Restoring EPackage State<BR>
**Setting the EPackage Namespace Prefix<BR>
**Setting the EPackage Namespace<BR>
**Obtaining the Name of the DataObject's EClassifier<BR>
**Creating a Named Instance of the DataObject's EClassifier<BR>
**Creating the EClassifier's EAttributes<BR>
**Getting the DataObject's Complex Properties's Metadata<BR>
**Adding the SDO Type's EAttributes<BR>
**Adding the SDO Type's EReferences</P>
<P>*Writing a DataGraph<BR>
**Writing a DataGraph to ADS<BR>
**Creating an EReference Subcontext</P>
<P>*Restoring a DataGraph<BR>
**Creating a DataObject Instance<BR>
**Setting the DataObject's Simple Properties<BR>
**Setting the DataObject's Complex Properties</P>
<P>*Updating a DataGraph</P>
<P>*Deleting a DataGraph</P>
<P>*Prototype Setup<BR>
**Creating the Prototype Project<BR>
**Adding the EMF Dependencies to the Build</P>
</DIV></DIV>
<H1><A name="LDAPDASArchitectureGuide-"></A><A name="LDAPDASArchitectureGuide-InitializingtheLDAPServers"></A><FONT color="#0099cc">Initializing the LDAP Servers</FONT></H1>
<P> #Adding Required Server Partitions<BR>
#Adding a Partition/Suffix to ApacheDS&lt;/challenge&gt;<BR>
#Creating an EPackage ObjectClass Schema Entry&lt;/challenge&gt;</P>
<H1><A name="LDAPDASArchitectureGuide-"></A><A name="LDAPDASArchitectureGuide-InitializingtheDAS"></A><FONT color="#0099cc">Initializing the DAS</FONT></H1>
<P> **Loading the Generator Model<BR>
**Providing the DAS With an Initial Context<BR>
**Creating a Subcontext for the Model's EPackage</P>
<H1><A name="LDAPDASArchitectureGuide-"></A><A name="LDAPDASArchitectureGuide-WritingDataGraphMetadata"></A><FONT color="#0099cc">Writing DataGraph Metadata</FONT></H1>
<P> **Creating Metadata OID Values<BR>
**Creating an LDAP Syntax Entry<BR>
**Creating an LDAP AttributeType Metadata Entry<BR>
**Creating an LDAP Metadata ObjectClass Entry<BR>
**Writing EPackage Metadata</P>
<H1><A name="LDAPDASArchitectureGuide-"></A><A name="LDAPDASArchitectureGuide-RestoringDataGraphMetadata"></A><FONT color="#0099cc">Restoring DataGraph Metadata</FONT></H1>
<P> **Creating the Model's EPackage<BR>
**Restoring EPackage State<BR>
**Setting the EPackage Namespace Prefix<BR>
**Setting the EPackage Namespace<BR>
**Obtaining the Name of the DataObject's EClassifier<BR>
**Creating a Named Instance of the DataObject's EClassifier<BR>
**Creating the EClassifier's EAttributes<BR>
**Getting the DataObject's Complex Properties's Metadata<BR>
**Adding the SDO Type's EAttributes<BR>
**Adding the SDO Type's EReferences</P>
<H1><A name="LDAPDASArchitectureGuide-"></A><A name="LDAPDASArchitectureGuide-WritingaDataGraph"></A><FONT color="#0099cc">Writing a DataGraph</FONT></H1>
<P> **Writing a DataGraph to ADS<BR>
**Creating an EReference Subcontext</P>
<H1><A name="LDAPDASArchitectureGuide-"></A><A name="LDAPDASArchitectureGuide-RestoringaDataGraph"></A><FONT color="#0099cc">Restoring a DataGraph</FONT></H1>
<P> **Creating a DataObject Instance<BR>
**Setting the DataObject's Simple Properties<BR>
**Setting the DataObject's Complex Properties</P>
<H1><A name="LDAPDASArchitectureGuide-"></A><A name="LDAPDASArchitectureGuide-UpdatingaDataGraph"></A><FONT color="#0099cc">Updating a DataGraph</FONT></H1>
<H1><A name="LDAPDASArchitectureGuide-"></A><A name="LDAPDASArchitectureGuide-DeletingaDataGraph"></A><FONT color="#0099cc">Deleting a DataGraph</FONT></H1>
<H1><A name="LDAPDASArchitectureGuide-"></A><A name="LDAPDASArchitectureGuide-PrototypeSetup"></A><FONT color="#0099cc">Prototype Setup</FONT></H1>
<P> **Creating the Prototype Project<BR>
**Adding the EMF Dependencies to the Build</P>
</DIV>
</DIV>
</DIV>
<!-- pageContent macro end -->
</TD>
</TR>
</TABLE>
<!-- footer macro -->
<SCRIPT src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</SCRIPT>
<SCRIPT type="text/javascript">
_uacct = "UA-1174707-5";
urchinTracker();
</SCRIPT>
<A href="http://www.statcounter.com/" target="_blank"><IMG src="http://c26.statcounter.com/counter.php?sc_project=2619156&java=0&security=94bd7e7d&invisible=0" alt="website stats" border="0"></A>
<DIV class="footer">
Copyright <20> 2003-2012, The Apache Software Foundation&nbsp;&nbsp;</BR>
Apache Tuscany and the Apache Tuscany project logo are trademarks of The Apache Software Foundation.
</DIV>
<!-- footer macro end -->
</BODY>
</HTML>