summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-05-20 13:37:48 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-05-20 13:37:48 +0000
commit699ac8beb54479aca905932502c4c7025fafc801 (patch)
tree5adb0bdc27815beac5646a8828c3212752b72a3e
parent3a024ba0c7189a84967851486947f6a4aaf89214 (diff)
Few minor updates to my notes
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946629 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-java-2.x/trunk/samples/README19
1 files changed, 13 insertions, 6 deletions
diff --git a/sca-java-2.x/trunk/samples/README b/sca-java-2.x/trunk/samples/README
index f8824f1e39..657527f601 100644
--- a/sca-java-2.x/trunk/samples/README
+++ b/sca-java-2.x/trunk/samples/README
@@ -5,7 +5,7 @@ Structure
---------
SCA Samples
- binding-ws-calculator B
+ binding-ws-calculator
binding-ws-sdo-helloworld
binding-sca-calculator
binding-rmi-calculator
@@ -30,11 +30,11 @@ Application Samples
store
store-webapp
Launchers
- launcher-embedded-jse B, Ca, Da
- launcher-embedded-osgi B, Cb, Db, F?
+ launcher-embedded-jse Ca, Da
+ launcher-embedded-osgi Cb, Db, F?
launcher-command-line A
launcher-sca-client
- launcher-eclipse - I what's this? Just embedded-jse with eclipse project files provided? Do we need atm?
+ launcher-eclipse - I what's this? Just embedded-jse with eclipse project files provided? Do we need this?
Using the sample contributions
@@ -67,11 +67,11 @@ Cb. running a contribution from Ant (OSGi)
Command: tuscany-sca-equinox-manifest.jar
Classpath: sca-api, node-api, node-launcher-equinox - TBD
-Da. running a contribution from JSE program and from JUnit (JSE)
+Da. running a contribution from JSE program (or JUnit) (JSE)
Command: org.apache.tuscany.sca.node.launcher.NodeLauncher.createNode(...).start()
Classpath: core, extension and dependency jars
-Db. running a contribution from JSE program and from JUnit (OSGi)
+Db. running a contribution from JSE program (or JUnit) (OSGi)
Command: org.apache.tuscany.sca.node.equinox.launcher.NodeLauncher.createNode(...).start()
Classpath: sca-api, node-api, node-launcher-equinox - TBD
@@ -122,6 +122,13 @@ I. running a contribution from eclipse (or any other IDE)
Classpath:
DEFER
+Developing Tuscany
+------------------
+
+J. Developing Tuscany and/or extensions in Eclipse
+
+K. Developing Tuscany and/or extensions in Eclipse PDE
+
OLD STUFF
=========