Re: [equinox-dev] How to use web services in an Equinox OSGi container.

2013-04-22 Thread Scott Lewis
ECF is another option for OSGi remote services (and Remote Service Admin). RS/RSA was formerly known as DOSGI. http://wiki.eclipse.org/ECF#OSGi_Remote_Services ECF has a provider architecture for remote services [1]...which allows the use of a variety of existing transportsincluding

[equinox-dev] How to use web services in an Equinox OSGi container.

2013-04-21 Thread Prasad Jeewantha
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

Re: [equinox-dev] How to use web services in an Equinox OSGi container.

2013-04-21 Thread Alex Blewitt
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

Re: [equinox-dev] How to use web services in an Equinox OSGi container.

2013-04-21 Thread Prasad Jeewantha
Hi Alex, Thanks a lot for the response. I think Apache-CXF DOSGi is the best option I have for my scenario. PJ On Sun, Apr 21, 2013 at 4:17 PM, Alex Blewitt alex.blew...@gmail.comwrote: On 21 Apr 2013, at 10:44, Prasad Jeewantha wrote: I need to develop an application with back-end and