CIB JCoMod technical documentation (EN)

2. JCoMod Wrapper

The JCoMod Wrapper consists of the Java job classes and the corresponding native connection between the CIB office modules.

Übersicht JCoMod Wrapper

JCoMod job classes
JCoMod JNI connection

JCoMod job classes

Die JCoMod job classes encapsulate the entire services of the CIB office modules in Java job classes via the Java native interface (JNI). From the Java programmer's point of view, complete "pure Java" interfaces are available for programming the document generation process.

Job

Description

JCibCryptJob

Java class to control CIB crypt

JCibDialogJob

Java class for dynamic for dynamic rule-based rest data acquisition with the native CIB dialog HTML browser

JCibDialogPureJavaJob

 

JCibDiffJob

Java class to control CIB diff

JCibEpdfJob

Java class to control CIB ePDF

JCibFormatJob

Java class for complete RTF for complete RTF output streams via CIB format/output (print & page preview, ASCII, HTML, PDF, PCL, Postscript, TIFF)

JCibGsJob

 

JCibJobJob

Java class to control CIB job

JCibMailJob

Java class for email dispatch (currently via MAPI/WIN32)

JCibMergeJob

Java class for dynamic RTF variable integration <nd processing with CIB merge

JCibPadJob

Java class to control CIB pad

JCibPdfJoinJob

Java class to control CIB pdf toolbox

JCibPdfMergeJob

Java class to control pdf mixing processes with CIB pdf toolbox

JCibPdfPrintJob

Java class to control CIB view silent print functionality

JCibRecJob

Java class for RTF editing session with CIB rec

JCibViewJob

Java class to control CIB view

JCibViewPureJavaJob

 


JCoMod JNI connection

An area invisible to the application programmer is the JNI connection between the JCoMod jobs and the native CIB office modules. This is implemented on the basis of a C++ intermediate layer in the form of a DLL or shared library (Unix systems).