Integrating Java and COM
- The article discusses integrating Java and COM. The essential components for Java/COM integration are presented. (Chad Verbowski / Microsoft)
- http://research.microsoft.com/~chadv/java_com.htm
Using COM Objects from Java - Article (a technology overview) by Chad Verbowski. - http://research.microsoft.com/~chadv/java_com2.htm
Developing an MSMQ Server - The article discusses implementing a MSMQ server application using VJ++6. (Gopalan Suresh Raj) - http://my.execpc.com/~gopalan/mts/msmqserver.html
Using Java Servers and DCOM - 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) - http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q162/1/64.asp&NoWebContent=1
Developing A Simple MTS Server Component - The article discusses implementing a MTS server component using VJ++6. (Gopalan Suresh Raj) - http://my.execpc.com/~gopalan/mts/mtsserver.html
Developing A Simple MTS Client - The article discusses implementing a MTS client using VJ++6. (Gopalan Suresh Raj) - http://my.execpc.com/~gopalan/mts/mtsclient.html
Implementing Java Automation Objects using AutoIDispatch - This article covers the creation and use of COM object implementing the IDispatch interface. (Microsoft) - http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q172/2/02.asp&NoWebContent=1
Developing a Simple MSMQ Client - The article discusses implementing a MSMQ client using VJ++6. (Gopalan Suresh Raj) - http://my.execpc.com/~gopalan/mts/msmqclient.html
Jawin, An Open Source Interoperability Solution - 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 (DLL - http://www.onjava.com/pub/a/onjava/2001/11/14/jawin.html