Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] How to use web services in an Equinox OSGi container.

Hi all,

I need to develop an application with back-end and front-end clearly separated through web services. The BE and FE of the application should run on two separate JVMs in two Equinox containers. The BE-FE communication happens through webservices. Is there any recommended way to do this? I came across Apache-CXF which provides a framework for webservices. Please tell me if/how Equinox be integrated with Apache-CFX. Any help is appreciated.
Thanks,
PJ.

PS: please see my SO question on this. http://stackoverflow.com/q/16129590/1411653

Back to the top