Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: 19c48bc709d0d77a986538631cf866fc3b576517 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
    <LINK REL="STYLESHEET" HREF="book.css" TYPE="text/css">
	<title>RSE DataStore developer information</title>
</head>

<body>
<h1>Using the RSE DataStore for Remote Communications</h1>
<div class="p">
This section provides information for tool developers who wish to
add server-side tooling capabilities.  Using the RSE DataStore tooling 
communication framework, server-side extensions can be written.  The Remote System Explorer can be
extended to interface the new server-side extensions.
</div>

<h2>Provisional API</h2>
<div class="p">
<p>Although RSE API has been reviewed and proven useful in earlier proprietary 
versions, we want to give the Open Source Communitiy a chance to provide public
feedback and help further improving the APIs. Therefore,</p>

<p><b>As of RSE 1.0, all API is considered provisional.</b></p>

<p>This means, that we reserve the right to change any API after RSE 1.0
in a not backward compatible way. All such API changes will be voted on
by committers on the <a href="http://dev.eclipse.org/mailman/listinfo/dsdp-tm-dev">
dsdp-tm-dev</a> developer mailing list, and documented in a migration guide
for future releases. We expect that with Community Feedback, we'll reach a 
stable, hardened API for RSE 2.0. Please give your feedback on 
<a href="https://bugs.eclipse.org/bugs/">Eclipse Bugzilla</a>
under category DSDP, Product Target Management.</p>
</div>
 
</body>  
</html>

Back to the top