ActiveX to Java (?)

I'm looking for ways to connect Microsoft based GUI code to Java back ends.

Does anybody know, if I can use the ActiveX bridge to do that? An idea would be, for example, to subscribe to a JMS topic in the bean and then package the bean to be used for communication with the server side application, while all the GUI stuff happens in C++, VB, whatever.

Is that possible? Pass data from the ActiveX code to the bean to the server and vice versa?

LaiSen

[491 byte] By [LaiSen] at [2007-9-26 1:46:39]
# 1

Hi,

I wrote a Java Bean which communicates with an MS-Excel worksheet (and vice versa) using a simple String object. The ActiveX component (the bean) is an object in the worksheet accessed through VBA.

No problem to ship You the source code.

You can also use a third party product like 'J-Integra' which is much more comfortable.

Kind regards

garbageGK at 2007-6-29 2:44:42 > top of Java-index,Desktop,Developing for the Desktop...