diff options
author | marina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-08 02:08:23 +0000 |
---|---|---|
committer | marina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-08 02:08:23 +0000 |
commit | 1e6f6bbd7b37649107228de9b78da1b20eefc7aa (patch) | |
tree | bacf91f055813c5e4c2eace47211c2d6836f09b6 /TAO | |
parent | c34283eaefccfc39524e129bf7da0eedf5e05783 (diff) | |
download | ATCD-1e6f6bbd7b37649107228de9b78da1b20eefc7aa.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/docs/releasenotes/index.html | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/TAO/docs/releasenotes/index.html b/TAO/docs/releasenotes/index.html index d712a9a1961..f184d426a69 100644 --- a/TAO/docs/releasenotes/index.html +++ b/TAO/docs/releasenotes/index.html @@ -565,7 +565,7 @@ Points of contact: <a href="mailto:marina@cs.wustl.edu">Marina Spivak</a> and <a href="mailto:vishal@cs.wustl.edu">Vishal Kachroo</a> <p> -The CORBA <a href="ftp://www.omg.org/pub/docs/formal/97-07-12.pdf">The +The CORBA <a href="ftp://www.omg.org/pub/docs/formal/97-07-12.pdf"> Naming Service</a> supports a hierarchical mapping between sequences of strings and object references. The CORBA <A HREF="ftp://ftp.omg.org/pub/docs/orbos/98-10-11.pdf">Interoperable @@ -574,10 +574,11 @@ locate the Naming Service. It allows the ORB to be administratively configured for bootstrapping to services not set up with the orb at install time. <P> -<p>Current status (as of 22nd Feb 1999): +<p>Current status (as of 7th Apr 1999): <ul> <li> -Implementation of the CORBA Naming Service spec is complete.</li> +Implementation of the CORBA Naming Service spec is complete. Optional +persistence capability has been added.</li> <li> Implementation of the CORBA InterOperable Naming Service is in progress. </li> @@ -585,13 +586,12 @@ progress. </li> Recently completed work: <ul> <li> -The implementation of the Naming Service has been upgraded to use TAO's -exception macros, which allow it to work both with C++ exceptions and without.</li> -<li> -Destroy method has been updated.</li> +Persistence for the Naming Service has been implemented. Persistence +feature is optional, and is controlled by the command line argument.</li> + <li> -More test examples have been added to TAO/orbsvcs/tests/Simple_Naming. -</li> +The implementation of the Naming Service has been updated to use new ACE +exception macros.</li> <li> Added support for the InterOperable Naming Service, which enables the ORB to support IORs in user-friendly <CODE>iioploc</CODE> format. @@ -622,10 +622,6 @@ conjunction with the current TAO examples. Work in progress: <ul> -<li> -Currently the bindings are stored as a table in memory. Work is under way -to provide persistance option for the Naming Service.</li> -</li> <LI> Currently adding support for the iiopname format and conversions to and from URL-style IORs. |