  |
Using COM Objects from Java - http://research.microsoft.com/~chadv/java_com2.htm
Article (a technology overview) by Chad Verbowski. |
  |
Jawin, An Open Source Interoperability Solution - http://www.onjava.com/pub/a/onjava/2001/11/14/jawin.html
Article by Stuart Halloway. The Java/Win32 integration project (Jawin) is a free, open source architecture for interoperation between Java and components exposed through Microsoft's Component Object Model (COM) or through Win32 Dynamic Link Libraries (DLLs). |
  |
Implementing Java Automation Objects using AutoIDispatch - http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q172/2/02.asp&NoWebContent=1
This article covers the creation and use of COM object implementing the IDispatch interface. (Microsoft) |
  |
Using Java Servers and DCOM - http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q162/1/64.asp&NoWebContent=1
The page describes various problems that you may experience when you try to use an Automation Server written in Java as a DCOM server. (Microsoft) |