1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-28 19:35:36 +02:00
cdt/rse/examples/org.eclipse.rse.examples.dstore
nickboldt cf9fe9e6ac Bug 538094 - update to EPL 2.0 (leave EDL 1.0 unchanged)
Change-Id: I5ef20c1c81c17896e3c73ae0aa8c6cf47a708016
Signed-off-by: nickboldt <nboldt@redhat.com>
2018-11-01 12:21:58 -04:00
..
.settings initial contribution of dstore examples plugin 2009-03-20 20:21:42 +00:00
icons/full/obj16 initial contribution of dstore examples plugin 2009-03-20 20:21:42 +00:00
META-INF bump up to 4.5.1 since we no longer support 32-bit (breaking change) 2018-09-25 13:47:30 -04:00
miners/org/eclipse/rse/examples/dstore/miners Bug 538094 - update to EPL 2.0 (leave EDL 1.0 unchanged) 2018-11-01 12:21:58 -04:00
src/org/eclipse/rse/examples/dstore Bug 538094 - update to EPL 2.0 (leave EDL 1.0 unchanged) 2018-11-01 12:21:58 -04:00
.classpath initial contribution of dstore examples plugin 2009-03-20 20:21:42 +00:00
.project initial contribution of dstore examples plugin 2009-03-20 20:21:42 +00:00
build.properties Bug 538094 - update to EPL 2.0 (leave EDL 1.0 unchanged) 2018-11-01 12:21:58 -04:00
plugin.properties Bug 538094 - update to EPL 2.0 (leave EDL 1.0 unchanged) 2018-11-01 12:21:58 -04:00
plugin.xml Bug 538094 - update to EPL 2.0 (leave EDL 1.0 unchanged) 2018-11-01 12:21:58 -04:00
pom.xml Bug 538094 - update to EPL 2.0 (leave EDL 1.0 unchanged) 2018-11-01 12:21:58 -04:00
readme.txt [releng]Forcefully updating last modification date to get build qualifier updated for terminal and examples. 2014-03-10 18:49:18 +03:00

Readme for RSE DataStore Example
------------------------------

The DataStore Example shows how to use the DataStore communication layer
to interact with an agent on a server machine.  This example includes an
RSE service layer, subsystem layer and some UI pieces in order to demonstrate
different types of remote tasks.  The example is only meant as an educational
 guide to developers that use or extend the DataStore services.
 
__Requirements:__
The DataStore example has been tested with with RSE 3.1 

__Installation:__
You need an Eclipse PDE Workspace with RSE.
Then, choose File > Import > Existing Projects > Archive File,
to import the example archive.

__Server Installation:___
The DStore Server Runtime needs to be installed on the remote machines
that you wish to connect to.
To enable to server portion of the example: 
1) The "miners" source folder needs to be exported to a jar file (i.e. myminer.jar)
2) The exported jar needs to be put in the DStore Server Runtime installation 
directory on the server.  
3) The server and daemon scripts need to be updated to include this jar in their 
respective classpaths.

__Usage:__
The dstore service must be enabled on the remote system (see below).  The subsystem
configuration for the sample subsystem in this plugin is enabled for Linux and
Unix connections but could be enabled for any other system that supports DStore.