Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ecf-dev] A general question around REST

Hello everyone.

I understand that ECF has a REST provider support. My question is whether the following use case is covered by ECF, in general, or I need to look for a different solution: I have a an (Equinox based) OSGi environment and I would like to for my services (provided by bundles that I have in my environment) be also exposed externally as REST web services. So far, I was using something similar to what Peter had written (webrpc) that would expose public services with almost no extra work as some sort of rpc calls over http. Anyhow, for a general consumption of my OSGi services as REST web services by any external client (i.e. not just another OSGi environment), is the ECF still a correct solution?


Many thanks,
Ali.


Back to the top