summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorwjaniszewski <wjaniszewski@13f79535-47bb-0310-9956-ffa450edef68>2008-10-15 21:49:35 +0000
committerwjaniszewski <wjaniszewski@13f79535-47bb-0310-9956-ffa450edef68>2008-10-15 21:49:35 +0000
commite5e87efb2a44fbbda5905b3d98e5dad1616f16fe (patch)
treef128025043ea40f2d961375d90528f245b42ec17 /java
parente1807a0113dbe277b8f368c3a040a37c4bfeec98 (diff)
CORBA calculator samples added to parent pom.xml and README files
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705069 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r--java/sca/samples/README4
-rw-r--r--java/sca/samples/pom.xml2
2 files changed, 6 insertions, 0 deletions
diff --git a/java/sca/samples/README b/java/sca/samples/README
index 2646fbb73a..9d4bad1fc4 100644
--- a/java/sca/samples/README
+++ b/java/sca/samples/README
@@ -31,6 +31,10 @@ calculator-distributed - A calculator built using SCA nodes running
on multiple JVMs
calculator-implementation-policies - Shows logging policites associated with
SCA implementations
+calculator-corba-reference - The calculator configured to use existing
+ CORBA service
+calculator-corba-service - The calculator configured to be accessible
+ as CORBA service
calculator-rmi-reference - The calculator configured to talk RMI to
the calculator-rmi-service sample
calculator-rmi-service - The calculator configured to accept RMI
diff --git a/java/sca/samples/pom.xml b/java/sca/samples/pom.xml
index d4b47b6fd6..71bea58888 100644
--- a/java/sca/samples/pom.xml
+++ b/java/sca/samples/pom.xml
@@ -49,6 +49,8 @@
<module>binding-notification-consumer</module>
<module>binding-notification-producer</module>
<module>calculator</module>
+ <module>calculator-corba-reference</module>
+ <module>calculator-corba-service</module>
<module>calculator-lean</module>
<module>calculator-distributed</module>
<module>calculator-implementation-policies</module>