I've been working on a project to create OSGi bundles and expose them as a service. I've read enough on OSGi service and I must say I've fair idea on it. I've just come across the Spring-DM framework and having a quick look at its reference manual, I must say I'm very excited to use it as it provides fairly simple "declarative" way to expose bundle as a service.
However, I've not been able to figure out how can I expose my bundle as a "web-service" using Spring-DM.
I'd a look at the below link which shows how Apache-CXF can be used along with Spring-DM to expose bundle as a webservice:
http://cxf.apache.org/dosgi-spring-dm-demo-page.html
However, I could not understand the part where they have explained "endpoint-descriptions" tag part.
Can someone pls suggest/guide me on using Spring-DM to expose my bundle as a "web-service" ?
Many thanks in advance.
Best Regards LB