summaryrefslogtreecommitdiff
path: root/TAO/CIAO/docs
diff options
context:
space:
mode:
authorlut <lut@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-06-30 21:04:46 +0000
committerlut <lut@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-06-30 21:04:46 +0000
commit0e1c98f139eb209e7c3690518cc53af588dd3a62 (patch)
tree7e443c2e445bb6f5681d580fc97ca1bf0d8ba412 /TAO/CIAO/docs
parentc1d72ef8d866792a449281820372f63b55b4cfa4 (diff)
downloadATCD-0e1c98f139eb209e7c3690518cc53af588dd3a62.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/CIAO/docs')
-rw-r--r--TAO/CIAO/docs/releasenotes/index.html34
-rw-r--r--TAO/CIAO/docs/releasenotes/switch.html22
2 files changed, 53 insertions, 3 deletions
diff --git a/TAO/CIAO/docs/releasenotes/index.html b/TAO/CIAO/docs/releasenotes/index.html
index 303e8fb74d6..f9a392a309f 100644
--- a/TAO/CIAO/docs/releasenotes/index.html
+++ b/TAO/CIAO/docs/releasenotes/index.html
@@ -10,7 +10,7 @@
<ul>
<li><a href="#status">Current Status</a>
<li><a href="#outlook">Project Outlook</a>
- <li>Short-term <a href="todo.html">to-do list</a></p>
+ <li>Short-term <a href="../todo.html">to-do list</a></p>
</ul>
<hr>
@@ -19,6 +19,34 @@
<ol>
<li><h3>Latest News</h3>
<ul>
+ <li>
+ Mon Jun 28 2004 - The first cut of the new <strong>DnC</strong> specificication
+ implementation is finished. The first cut includes two parts:
+ <ul>
+ <li>
+ A modeling tool chain , <a href="http://www.dre.vanderbilt.edu/CoSMIC/">
+ CoSMIC</a>, which is capable of describing the Assembly/Component
+ using <a href="http://www.isis.vanderbilt.edu/Projects/gme/default.html">
+ GME</a> as the development bed.
+ The artifact generated from the CoSMIC is a set of XML descriptors.
+ <li>
+ A run-time infrastructure that performs the actual deployment and
+ configuration, with a superset of the capabilities described in OMG
+ D&C specification with CIAO extension. The implementation source code
+ could be fount in <a href="../../DnC"> this directory </a>.
+ <br>
+ In the new DnC run-time framework we have migrated all the functionalities
+ presented in the old CIAO runtime except the Real-Time configuration and
+ Static-Configuration. Currently, the two CIAO runtime co-exist in our source
+ and the component implementation could be used with both framework without much
+ change. (For the change that one has to go through please read <a href ="./switch.html">
+ here</a>.)
+ </ul>
+ </ul>
+
+ <br>
+
+ <ul>
<li>Sun Aug 24 2003 - The first phase of RT support extension
is complete. The RT extension enables developers to
specify RT policy on a per component installation basis
@@ -381,8 +409,8 @@ certain release together. All interfaces and types are under
<li><b>CIAO 0.4</b> - (TAO 1.4, Jan 2004)
<ul>
- <li>Usable version of CIAO tested on Linux and Win32.
- <li>CIDLC supports most of the IDL2 and IDL3 keywords.
+ <li>Usable version of CIAO tested on Linux and Win32.
+ <li>CIDLC supports most of the IDL2 and IDL3 keywords.
<li>Simple examples of usage is available in
<code>$CIAO_ROOT/examples</code>
</ul>
diff --git a/TAO/CIAO/docs/releasenotes/switch.html b/TAO/CIAO/docs/releasenotes/switch.html
new file mode 100644
index 00000000000..5f4ee0c15aa
--- /dev/null
+++ b/TAO/CIAO/docs/releasenotes/switch.html
@@ -0,0 +1,22 @@
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
+<!-- $Id$ -->
+<html> <head>
+<title>Migrating the component implementation</title>
+</head>
+
+<body>
+<h3>When switching from the old CIAO runtime to the new one</h1>
+
+<ul>
+ There are only one thing needs to be done to migrate the component
+ implementation from the old runtime to the new runtime.
+
+ Find all the component MPC files in your component implementation
+ source directories and make the following changes.
+
+
+</ul>
+
+<h3>When switching from the new CIAO runtime to the old one</h1>
+
+</body> </html>