Java interface to Windows communications? (OLE, OPC, DDE)
Posted
by Jared
on Stack Overflow
See other posts from Stack Overflow
or by Jared
Published on 2009-07-14T19:36:57Z
Indexed on
2010/03/21
11:01 UTC
Read the original article
Hit count: 655
I need to integrate an off-the-shelf Windows application with a Java application. At a few key points, I need the Windows application to send an "event" and some data to the Java application.
The Windows application anticipated this need, and can be configured to "Poke a DDE Item", "Set an OLE Auto-Property" or "Write an OPC Item".
I'm already using JACOB to call COM methods and set COM properties on a COM object. However, I'm guessing that's pretty unrelated to these "event" notification capabilities.
Anyone have any experience calling FROM a Windows application to a "DDE Item", "OLE Auto-Property" or "OPC Item" that's actually in a JVM?
Any pointers, advice, etc, would be appreciated.
© Stack Overflow or respective owner