commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] [task #3859] Implement working derivatives of CORBA NameValu


From: Audrius Meškauskas
Subject: [commit-cp] [task #3859] Implement working derivatives of CORBA NameValue, Context , NVList and some others.
Date: Mon, 7 Mar 2005 12:24:00 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)

URL:
  <http://savannah.gnu.org/task/?func=detailitem&item_id=3859>

                 Summary: Implement working derivatives of  CORBA NameValue,
Context ,  NVList and some others.
                 Project: classpath
            Submitted by: audriusa
            Submitted on: Mon 03/07/2005 at 12:23
                Category: None
         Should Start On: Mon 03/07/2005 at 00:00
   Should be Finished on: Mon 03/07/2005 at 00:00
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
        Percent Complete: 0%
             Assigned to: None
             Open/Closed: Open
                  Effort: 0.00

    _______________________________________________________

Details:

The org.omg.CORBA has some classes that are actually not so complex. The
NameValue is near the same as Map.Entry, just holding an additional integer
flag. The Context is not much different from the Map or Properties. The only
specifics is that it allows multiple entries under the same name and has the
optional parent to resolve the missing entries. The NVList can be easily
derived from the ArrayList. The API demands these classes in org.omg.CORBA to
be abstract. As our task includes writing the fully functional CORBA server,
we need the working analogs in gnu.org.omg.CORBA, probably having some agreed
prefix (like "gnuNameValue"). 

While the algorithms are not promising be complicated, I think, it is
absolutely necessary to write a supplementary tests as well.






    _______________________________________________________

This item URL is:

  <http://savannah.gnu.org/task/?func=detailitem&item_id=3859>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]