Developing with the JiGlue COM Bridge
The topics in this section describe considerations to take into account when
developing with the JiGlue COM Bridge for COM-based Process applications.
Topics in this section include:
- JiGlue Java - COM Data Types describes
JiGlue COM Bridge conversions between Java - COM data types.
- JiGlue COM Bridge Programming
Guidelines Provides JiGlue programming guidelines; for example,
on using Set statements, handling arrays, constructors, object references,
Java vs. COM primitive data type distinctions (e.g., for int), etc.
- Using JiGlue with ASP.NET - Issues
and Guidelines Provides guidelines on known JiGlue COM Bridge-related
issues when creating Process Open Client ASPX pages and User Controls; also
describes additional COM-related issues and guidelines that should be kept
in mind when developing a Process Open Client application in an ASP.NET environment.
- Using JiGlue.Util to Create a COM Object
Representing a Java Object describes with Visual Basic and VBScript
code samples, how to use the Jiglue.newInstance method to create a COM object
that represents a specified Process Java object.
- Using JiGlue to Create a Session Object
describes with Visual Basic and VBScript code samples, how to how to
use the JiGlue COM Bridge to dimension and create a Process Session object.
- Using JiGlue to Access Content Engine
Objects provides a link to the Content COM API Help; the Content
COM APIs are used to access objects from a Content Engine object store.
- Using the JiGlue COM Bridge with ASP
describes with Visual Basic and VBScript code samples, how to use the
JiGlue COM Bridge to access queue information in an ASP-hosted application
and how to run the sample application.