Extending techexplorer via Add-ins



This section is of a technical nature and is for readers who are familiar with C++, Java, and JavaScript programming. You may wish to skip this section if you are solely interested in viewing and creating techexplorer documents.

techexplorer add-ins enable third party developers to extend the core functionality of techexplorer or provide links to other applications, perhaps across the Internet. Add-ins are dynamically loaded applications that blend seamlessly into techexplorer and can add a wide range of interactive capabilities. An add-in is a C or C++ software module that extends techexplorer's ability to process and display various types of data.

The techexplorer add-in Software Development Kit (SDK) includes a C/C++ Application Programming Interface (API) that allows developers to easily integrate new or existing applications into techexplorer. Furthermore, through the techexplorer add-in conduit, add-ins can take advantage of the World Wide Web by interacting with techexplorer objects, HTML elements, and Java/JavaScript code. For example, the techexplorer add-in interface can be used by a symbolic math system to augment techexplorer for manipulation of math objects.

In the sections that follow, we discuss how you can extend techexplorer by building your own add-ins.


Click here to to view the previous section. Click here to to view the next section.

Integre techexplorer Hypermedia Browser is a trademark of Integre Technical Publishing.
Send comments and questions to techexplorer@integretechpub.com.
Visit the official techexplorer home page at http://www.integretechpub.com/techexplorer/.