I started using the REST Abstraction for ECF that was developed @ GSoC.
Quite promising so far! Keep up the great work!
I use json-based mashalling and I noticed that I have to autostart
org.eclipse.ecf.remoteservice.rest.resource.json in order to have a
corresponding resource reprasantation ready for ECF. I guess this is due
to the programmatic service registration that occurs in the bundle
activator. We'd get rid of that if we'd use declarative services. Am I
missing something? I'd be happy to contribute that!