Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2008-02-26 21:19:36 +0000
committereutarass2008-02-26 21:19:36 +0000
commitc2e0a80cda20ac9322121f0a05e65f85964fcfa1 (patch)
tree4d1bbb7dfc297a14d77270d1fb3d53dc2615330e /examples/org.eclipse.tm.tcf.examples.daytime/readme.txt
parent94fbe6cda0f6ddb394b08594e49ffa6de7d87d33 (diff)
downloadorg.eclipse.tcf-c2e0a80cda20ac9322121f0a05e65f85964fcfa1.tar.gz
org.eclipse.tcf-c2e0a80cda20ac9322121f0a05e65f85964fcfa1.tar.xz
org.eclipse.tcf-c2e0a80cda20ac9322121f0a05e65f85964fcfa1.zip
Example projects: added readme files, added copyright notices, did some cosmetic changes.
Diffstat (limited to 'examples/org.eclipse.tm.tcf.examples.daytime/readme.txt')
-rw-r--r--examples/org.eclipse.tm.tcf.examples.daytime/readme.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/org.eclipse.tm.tcf.examples.daytime/readme.txt b/examples/org.eclipse.tm.tcf.examples.daytime/readme.txt
new file mode 100644
index 000000000..ef5ea285a
--- /dev/null
+++ b/examples/org.eclipse.tm.tcf.examples.daytime/readme.txt
@@ -0,0 +1,16 @@
+Readme for TCF Daytime Example
+------------------------------
+
+The Daytime Example shows how TCF/Java binding can be extended for a new, user defined service.
+The example provides Java binding for DayTime service.
+The example is mainly meant for developer's educational use,
+DayTime service does not meant to be of any other value.
+
+See "org.eclipse.tm.tcf.examples.daytime.agent" for details on extending TCF agent
+with DayTime service implementation.
+
+The example includes:
+1. Definition of the service interface in Java: IDaytimeService.java
+2. Implementation of IDaytimeService interface that translates
+ interface method calls to TCF messages: DaytimeServiceProxy.java
+3. Registration of the service using "org.eclipse.tm.tcf.startup" extension point, see plugin.xml \ No newline at end of file

Back to the top