CORBA’s service context provides an efficient and elegant design and implementation approach for building distributed systems. Java RMI (Remote Method Invocation) can’t easily support transparent ...
My article “Service-Context Propagation over RMI” (JavaWorld, January 2005) introduces service-context and interceptor concepts common in CORBA-based solutions. The article also defines a generic ...
Right now we have a proprietary application (IBM Content Manager) that we has java APIs we can use to interact with it programatically. Currently, however, these APIs (and thus the applications) only ...