Skip to main content

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

On 21 Apr 2013, at 10:44, Prasad Jeewantha wrote:

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

Yes, it is possible to do this in any OSGi runtime (whether Felix or Equinox). However, this is not an Equinox specific issue. Please see the examples at the Apache-CXF pages for distributed OSGi: http://cxf.apache.org/distributed-osgi.html

Alex


Back to the top