Questions tagged [eclipse-ecf]

Eclipse Communication Framework

ECF is a framework for building distributed servers, applications, and tools. It provides a modular implementation of the OSGi 4.2 Remote Services standard, along with support for REST-based and SOAP-based remote services, and asynchronous messaging for remote services.

Homepage

22 questions
0
votes
0 answers

Sending Java source to Eclipse

I use a Java code generator (CA Plex). Out of the box, it runs an ANT build script to compile the Java. I wanted to build in Eclipse. A long time ago I wrote an eclipse plugin that runs a servlet in the Eclipse workbench. I then wrote an ANT task…
0
votes
1 answer

How to get remote OSGi services working with Eclipse ECF

I am trying to get remote OSGi services working with my existing RCP application (Mars based). However it does not seem to be working - two instances of my application do not see the services published in the other one. I have added the latest ECF…
Simon
  • 720
  • 4
  • 12
0
votes
1 answer

How to use ECF JMS/ActiveMQ provider with remote services?

In order to make an OSGI service to be remotely accessible, I'd like to use ActiveMQ JMS broker as a distribution provider inside ECF framework. Which steps should I take?
muammer
  • 96
  • 7
0
votes
1 answer

Collaboration in Eclipse via ECF

I wanted to use the DocShare plugin so I installed the ECF SDK in Eclipse Luna and tried adding my google account using the File->New->XMPPS and added my google account information to log in but I get the error "Container Connect" has encountered an…
namsnath
  • 138
  • 1
  • 3
  • 11
0
votes
0 answers

Cannot Install ECF SDK due to missing bundle?

I wanted to use DocShare for eclipse so I downloaded the zip file for installing the ECF SDK from the eclipse site and went to install new software in eclipse gave it the path of the zip file and deselected the "Contact all sites during....required…
namsnath
  • 138
  • 1
  • 3
  • 11
0
votes
1 answer

Server is down, is there an alternative server for ECF than ecftcp://ecf.eclipse.org:3282/

I was trying to setup up the Eclipse CollaborationFramework using the doc share plgin I managed to connect the through google talk OK, but when I tried to create a collboration to share the workspace, on trying to connect to ther server I got a…
Craig Angus
  • 22,784
  • 18
  • 55
  • 63
0
votes
1 answer

r-OSGI ECF beginners tutorials

r-OSGI in ECF seems have less resources on the Internet. I have found several tutorials straightly explain code. But I am seeking a step by step tutorial which can explain the following. How to create r-osgi Project in eclipse. What are the things…
Thabo
  • 1,492
  • 2
  • 18
  • 36
1
2