summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAudrius Meskauskas <audriusa@Bioinformatics.org>2005-07-23 10:21:15 +0000
committerAudrius Meskauskas <audriusa@Bioinformatics.org>2005-07-23 10:21:15 +0000
commitaae1ad1e9fee9244bd1051c7b04d333adf0e945f (patch)
treeace68974cda328d3d4d7cbae336af38728a34a61 /NEWS
parent9c48d9a3f0c3394884af1640a233d7078fead6f0 (diff)
downloadclasspath-aae1ad1e9fee9244bd1051c7b04d333adf0e945f.tar.gz
2005-07-23 Audrius Meskauskas <AudriusA@Bioinformatics.org>
NEWS: Added entry about POA.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 20 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 55cb064c9..a3d902aa8 100644
--- a/NEWS
+++ b/NEWS
@@ -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.