1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-26 02:15:31 +02:00
cdt/rse/examples/org.eclipse.rse.examples.dstore
nickboldt 78a69be1fd upversion to .100 as now based on Eclipse 4.11
Change-Id: I5f0a0fc2e49f7f7327bbab613b9385d07373b80c
Signed-off-by: nickboldt <nboldt@redhat.com>
2019-01-31 17:52:27 -05: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 upversion to .100 as now based on Eclipse 4.11 2019-01-31 17:52:27 -05: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 upversion to .100 as now based on Eclipse 4.11 2019-01-31 17:52:27 -05: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.