Deploying Your J-Integra Application |
|
Contents
- Introduction
- Java Accessing COM
- COM Accessing Java
1. Introduction
There are many ways to use J-Integra. The following tables will help figure out which files need to be deployed in the various application scenarios. J-Integra offers two modes: DCOM Mode and Native Mode.
2. Java Accessing COM
* Indicates the tool is required for configuration, but not used at runtime.
Mode |
Client |
Server |
DCOM |
- Java client app
- Java proxy files (generated by com2java)
- jintegra.jar or jintegra_reduced_logging.jar
- If using native authentication:
- ntvauth.dll
- ntvauthEnglishResourceDll.dll
|
- COM server app
- setdllhost.exe*
- setdllhostEnglishResourceDll.dll
|
Native |
- Java client app
- Java proxy files (generated by com2java)
- jintegra.jar or jintegra_reduced_logging.jar
- ntvinv.dll
- ntvinvEnglishResourceDll.dll
- ntvauth.dll
- ntvauthEnglishResourceDll.dll
- If embedding an ActiveX control:
- ntvocx.dll
- ntvocxEnglishResourceDll.dll
|
* All software runs on same machine in native mode. |
3. COM Accessing Java
* Indicates the tool is required for configuration, but not used at runtime.
Mode |
Client |
Server |
DCOM |
- COM client app
- jintmk.dll
- regjvm.exe or regjvmcmd.exe*
- regjvmdEnglishResourceDll.dll or regjvmdcmdEnglishResourceDll.dll
- If using early binding:
- TLB file (generated by java2com)
- regtlb.exe*
- regtlbEnglishResourceDll.dll
|
- Java server app
- jintegra.jar or jintegra_reduced_logging.jar
- If using early binding:
- Java proxy files (generated by java2com)
|
Native |
- COM client app
- jintmk.dll
- ntvinv.dll
- ntvinvEnglishResourceDll.dll
- regjvm.exe or regjvmcmd.exe*
- regjvmdEnglishResourceDll.dll or regjvmdcmdEnglishResourceDll.dll
- If using early binding:
- TLB file (generated by java2com)
- regtlb.exe*
- regtlbEnglishResourceDll.dll
|
- Java server app
- jintegra.jar or jintegra_reduced_logging.jar
- If using early binding:
- Java proxy files (generated by java2com)
* All software runs on same machine in native mode. |