eclipse-ecf

Changing the server address ECF uses when it looks up remote services?

偶尔善良 提交于 2019-12-23 02:38:27
问题 In my rich client application there is a setting to change the server address. When the server address changes I want to be able to change where ECF looks for remote services (R-OSGI). It looks like ECF supports two mechanisms for finding an ECF server over a WAN: edef or zookeeper. I could care less which one I use as long as it works and lets me change servers without shutting down the application. How do change the server address ECF uses when it looks up remote services? 回答1: Take a look

Eclipse ECF Vs Apache CXF

允我心安 提交于 2019-12-12 16:43:20
问题 I'm trying to come up with an architecture which allows me to have OSGi bundles distributed remotely which get discovered dynamically etc. After some time spent looking at what's out there I am oriented at using the following: Apache CXF (as OSGi Remote Services implementation) Spring Dynamic Modules JAX-WS Tools Component for Eclipse One of the things I was trying to understand is where projects like Eclipse ECF and Riena stand in this regard. Are they alternatives to Apache CXF? (In this