The following white papers include either technical background articles that offer a general introduction to a technology or a tutorial with how-to information and sample code that addresses more specific programming solutions.
Note There are additional white papers about integrating Java with IIS, MTS, MDAC, ADO, Visual Studio, and DirectX media in the Integration.chm, located in the %SDKDIR%\Docs folder.
This white paper provides an overview of how the Microsoft VM integrates Java with COM and explains how Java objects are exposed as COM objects, and vice-versa. The ability to use and implement COM objects in Java allows for seamless integration with the Microsoft® Windows® operating system, services, and applications from any COM-compliant programming language.
This tutorial describes how the Microsoft virtual machine (Microsoft VM) creates and exposes Component Object Model (COM) objects to the Java developer. The reader should have a general understanding of what COM is and some experience programming in Java. This tutorial also has samples that are based on COM objects exposed by the Microsoft® Internet Explorer 4.0 COM object model. They demonstrate how COM objects can be used in Java applications.
Debugging and Profiling Java Applications
This white paper provides an overview of the COM-based profiler and debugger APIs. The profiler monitors application performance, memory use, and events, thus identifying current or potential problems. This profiling aids greatly in debugging applications that may be written in Java or in a mixture of Java and other languages.