How can I integrate my JSP pages with OLE/COM objects?
Created May 4, 2012
Govind Seshadri You can use OLEBridge from IBM Research to integrate with OLE/COM objects. This is a free software development kit that provides a mechanism for Java objects to communicate with OLE/COM objects either locally or over a network using RMI.
You can download OLEBridge from IBM Research.