eclipse communication framework

an eclipse technology subproject

New and Noteworthy
0.9.2 Stable Release


Return to ECF download page
Return to ECF communication resources page

New and Noteworthy for 0.4.0
New and Noteworthy for 0.5.2
New and Noteworthy for 0.5.4
New and Noteworthy for 0.6.0
New and Noteworthy for 0.6.2
New and Noteworthy for 0.7.0
New and Noteworthy for 0.7.5
New and Noteworthy for 0.7.6
New and Noteworthy for 0.8.0
New and Noteworthy for 0.8.1
New and Noteworthy for 0.8.2
New and Noteworthy for 0.8.4
New and Noteworthy for 0.8.5
New and Noteworthy for 0.8.6
New and Noteworthy for 0.8.7
New and Noteworthy for 0.8.9
New and Noteworthy for 0.9.0
New and Noteworthy for 0.9.1

ECF New Features


IRC Improvements


A number of improvements were made to the handling of multiple IRC servers and channels. For example, now a separate view is provided for each server account.


ECF API Additions and Changes


Remote OSGi Services API


A new API has been introduced for accessing remote OSGi services. The ECF remoteservices API is found in the plugin: org.eclipse.ecf.remoteservice. This API resembles the OSGi services API, but is designed to specifically support accessing remote services via either synchronous or asynchronous messaging. That is, remote services can be invoked with call-return semantics, as with local services, but the remote services API also exposes asynchronous invocation of remote OSGi services as an option for the client of the service. See also the test code in the plugin org.eclipse.ecf.test.remoteservice

See the javadocs for the org.eclipse.ecf.remoteservice package, and the org.eclipse.ecf.remoteservices.events package. See wiki discussion about remote OSGi services here.


File Transfer API


A new API has been introduced for easily doing file retrieval and initiating file sends. The ECF file transfer API is found in the plugin: org.eclipse.ecf.fileshare.

See the javadocs for the org.eclipse.ecf.filetransfer package, and the org.eclipse.ecf.filetransfer.events package. Also see the test code in plugin org.eclipse.ecf.test.fileshare.FileTransferRetrieveTest.