Tuesday, November 21, 2006

WebLogic jCOM Features

以下擷取自BEA Edocs網站對於WebLogic Server jCOM元件的描述:

  • WebLogic jCOM hides the existence of the data types accessed by the
    client, dynamically mapping between the most appropriate Java objects
    and COM components.
  • WebLogic jCOM supports both late and early binding of object types.
  • No native code is required on the machine
    hosting the COM component. Internally, WebLogic jCOM uses the Windows
    DCOM network protocol to provide communication between both local and
    remote COM components and a pure Java environment.
  • WebLogic jCOM supports an optional "native mode" which maximizes performance when running on a Windows platform. See DCOM Versus Native Mode.
  • WebLogic jCOM supports event handling. For
    example, Java events are accessible from Visual Basic using the
    standard COM event mechanism and Java objects can subscribe to COM
    component events.
最近一直在想一個將COM元件以及WebLogic JMS連結在一起的好辦法,看來jCOM元件的Java←→COM通訊能力很值得期待。

No comments: