springsource-dm-server

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

Resolving workspace dependencies for Virgo in Eclipse

こ雲淡風輕ζ 提交于 2019-12-11 15:28:24
问题 I'm looking to get started with Eclipse Virgo, so I grabbed the required plugins for Eclipse based on the Programmer Guide. Next, I started two new projects in my Eclipse workspace, both configured as Virgo bundles (call these A and B). Then, I created a new class com.foo.Bar in bundle B. I modified the Manifest of bundle B to export com.foo , saved. Last, I imported com.foo in bundle A. Bundle A's manifest has an error: Import-Package: com.foo [0.0.0, oo) could not be resolved What do I need