-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNewAndNoteworthy_2.0.0M4b.html
149 lines (131 loc) · 5.51 KB
/
NewAndNoteworthy_2.0.0M4b.html
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>ECF New and Noteworthy</title>
<link rel="stylesheet" href="http://www.eclipse.org/default_style.css" type="text/css">
</head>
<body bgcolor="#FFFFFF">
<table border=0 cellspacing=5 cellpadding=2 width="100%">
<tbody>
<tr>
<td width="69%" class="bannertext">
<font class="indextop style">eclipse communication framework</font>
<br><br>
<font class="indexsub">an eclipse technology project</font>
<br><br>
<font class="indextop style2">New and Noteworthy</font><br>2.0.0 milestone 4b</font>
<br><br><br>
Return to <a href="downloads.php">ECF download page</a></br>
<br><br>
<a href="NewAndNoteworthy_1.0.0.html">New and Noteworthy for 1.0.0</a><br>
<a href="NewAndNoteworthy_1.1.0.html">New and Noteworthy for 1.1.0</a><br>
<a href="NewAndNoteworthy_1.2.0.html">New and Noteworthy for 1.2.0</a><br>
<br><br>
</td>
<td width="31%">
<div align="center">
<img src="../images/Idea.jpg" width="120" height="86" hspace="50" align="middle">
</div>
</td>
</tr>
</tbody>
</table>
<hr>
<table>
<TR>
<TD vAlign=top align=left width="30%">
<P align=left>
<B>Real-Time Shared Editing over XMPP/Google Talk and Skype</B>
</P>
</TD>
<TD vAlign=top width="70%">
<p>
The ECF team is working on supporting several use cases based upon real-time shared editing. For example, online code reviews, collborative
debugging and testing, and distributed pair programming. We've just started this work, and there is now some 'signs-of-life' work
that works on the XMPP/Google Talk and Skype providers. See the page <a href="http://wiki.eclipse.org/DocShare_Plugin">DocShare plugin wiki page</a>
for usage instructions and screen shots. Please feel free to provide input/feedback about desired features at both the UI level and the
API level via the ECF mailing list <mailto:[email protected]> or the <a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=ECF&bug_severity=enhancement">ECF bugs/enhancements list.</a>
</p>
<br><br>
</td>
</TR>
<TR>
<TD vAlign=top align=left width="30%">
<P align=left>
<B>URL and Eclipse View sharing</B>
</P>
</TD>
<TD vAlign=top width="70%">
It's now possible to immediately share URLs and to remotely open Eclipse views via ECF the XMPP/Google Talk and/or Skype providers.
To do so, open the context menu (right click) on the buddy of your choice in the contacts list:
<p></p>
<img src="images/screens/showurl.png"></li>
<br><br>
Then the receiver will see a notification like this
<p></p>
<img src="images/screens/showurlreceive.png"></li>
<br><br>
And if they accept the request will then see
<p></p>
<img src="images/screens/showurlreceive1.png"></li>
<br><br>
The 'Send Show View Request...' has a similar sequence.
<br><br>
</td>
</TR>
<TR>
<TD vAlign=top align=left width="30%">
<P align=left>
<B>Linux Support for ECF Skype Provider</B>
</P>
</TD>
<TD vAlign=top width="70%">
The ECF Skype provider now supports Linux...both 32-bit and 64-bit installations. See the <a href="http://ecf1.osuosl.org">OSU OSL Site</a> to install.
<br><br>
</td>
</TR>
<TR>
<TD vAlign=top align=left width="30%">
<P align=left>
<B>Screen Captures sent through IM</B>
</P>
</TD>
<TD vAlign=top width="70%">
Screen captures can now be made and sent via ECF Datashare API directly to buddies on the users Contacts List. See <a href="http://wiki.eclipse.org/Screen_Captures_over_IM">Screen Captures over IM Wiki Page</a> for more information.
<br><br>
</td>
</TR>
<TR> <!----------------------------------------------------->
<TD colSpan=2> <HR> </TD>
</TR>
<TR><TD colSpan=2><H2>ECF API Changes</H2></TD>
<TR>
<TD vAlign=top align=left width="30%">
<P align=left>
<B>Discovery API</B>
</P>
</TD>
<TD vAlign=top width="70%">
The discovery API has been simplified and extended. See <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=209774">bug #209774</a> and the
<a href="http://wiki.eclipse.org/index.php/ECF_API_Docs#Discovery_API">ECF Discovery API</a> documentation.
<br><br>
<b>IMPORTANT NOTE:</b>The discovery API has undergone a number of simplifications that make it easier to use, but have broken backward compatibility. Applications
that have been written to a previous version of the discovery API will have to be changed to use the new API. See the <a href="http://www.eclipse.org/ecf/org.eclipse.ecf.docs/api/org/eclipse/ecf/discovery/IDiscoveryContainerAdapter.html">IDiscoveryContainerAdapter</a>
class for more information.
</td>
</TR>
<TD vAlign=top align=left width="30%">
<P align=left>
<B>FileTransfer API Additions and Improvements</B>
</P>
</TD>
<TD vAlign=top width="70%">
Added support improvided simplified outgoing file transfer. Added new provider for SCP-based file retrieve (download)
and file send (upload). See documentation for <a href="http://wiki.eclipse.org/ECF_API_Docs#File_Transfer_API">ECF File Transfer API</a>.
<br><br>
</td>
</TR>
</table>
</body>
</html>