Chapter 7: Creating COM Objects in Java

As you learned in Chapter 6, Java can easily access COM objects. So you should not be surprised to find that you can also expose a Java class through a COM interface. Microsoft Developer Studio automates the process, allowing you to take an existing class and convert it for use as a COM server. In this chapter, I show you how to provide a COM interface for a Java class, making the class’s methods available to other applications.

© 1997 by Scott Ladd. All rights reserved.