Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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