classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: Added NEWS entry about POA for 0.18 release.


From: Meskauskas Audrius
Subject: [cp-patches] FYI: Added NEWS entry about POA for 0.18 release.
Date: Sat, 23 Jul 2005 12:20:29 +0200
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

2005-07-23  Audrius Meskauskas  <address@hidden>

NEWS: Added entry about POA.
Index: NEWS
===================================================================
RCS file: /cvsroot/classpath/classpath/NEWS,v
retrieving revision 1.86
diff -u -r1.86 NEWS
--- NEWS        15 Jul 2005 13:53:04 -0000      1.86
+++ NEWS        23 Jul 2005 10:18:22 -0000
@@ -1,3 +1,23 @@
+* The Portable Object Adapter should support the output of the
+  recent IDL to java compilers. These compilers now generate servants and 
+  not CORBA objects as before, making the output depended on the existing 
+  POA implementation. Completing POA means that such code can already be 
+  tried to run on Classpath. Our POA is tested for the following usage 
scenarios:
+  
+      POA converts servant to the CORBA object.
+      Servant provides to the CORBA object.
+      POA activates new CORBA object with the given Object Id (byte array) 
+      that is later accessible for the servant.
+      During the first call, the ServantActivator provides servant for this 
+      and all subsequent calls on the current object.
+      During each call, the ServantLocator provides servant for this call only.
+      ServantLocator or ServantActivator forwards call to another server.
+      POA has a single servant, responsible for all objects.
+      POA has a default servant, but some objects are explicitly connected 
+      to they specific servants.
+
+  The POA is verified using tests from the former cost.omg.org.      
+
 New in release 0.17 (Jul 15, 2005)
 
 * gnu.xml fix for nodes created outside a namespace context.

reply via email to

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