Remote Service and Web Service - suggested tools? [message #634559] |
Fri, 22 October 2010 04:47  |
Eclipse User |
|
|
|
We are in the process of having two different Virgos on different machines (separated over network by a SOCKS5 proxy). We are only allowed to have one port open between the two servers.
We are having two possible approaches:
1. Use some framework for exposing Remote Services (CXF DOSGI, ECF, other?)
2. Just expose a web service on the "server" side, and have a web service client on the "consumer" side.
Are there any guidelines/sample setups over what frameworks etc that works well on Virgo? For example, running ECF on Virgo?
Anyone here that for example have deployed ECF remote services on Virgo successfully?
|
|
|
|
|
|
|
|
|
Re: Remote Service and Web Service - suggested tools? [message #645480 is a reply to message #645138] |
Fri, 17 December 2010 07:19  |
Eclipse User |
|
|
|
Dear Peter,
Again, thank you for your help. I finally had some very simple example working.
But I soon as I tried to adapt it to my "real-world" needs, I had to give up on using CXF-DOSGI..
Over the two implementations available for databinding (aegis or jaxb), none are matching my needs. In aegis, we need to have default constructor for all objects passesd through remote service (which is not possible in my case), and with jaxb, you can not pass objects through their interfaces (need to use implementation classes instead).
So my attempt to setup remote OSGi services has failed....
As ECF is not using SOAP and web services, I guess that this would be more adapted to my needs, but it is way too complicated to setup...
|
|
|
Powered by
FUDForum. Page generated in 0.07301 seconds