Can someone point to a step-by-step guide on how to configure the remote service contained in Eclipse Virgo 3.0x? I know that standards exist, etc., but I canβt find a NO example that does not seem to contain a bunch of manual scope, and not specific steps along with working code / configurations to load. I don't care if the example uses Apache CXF, Eclipse ECF or something else. I want the RMI equivalent to be that both the transport and the wired protocol abstract from what seems to developers both on the client side and on the server side, as in plain Java (with some free actions).
What packages should be deployed in Virgo to support remote access? What Spring -ish configuration settings work? Which banks should be in the client class? Etc etc.?
source share