jclass — Calling java code from Biferno
The jclass class.c
Implemented in the C language.
This class allows Biferno code to invoke Java classes directly. Developers can take advantage of all Java 2 Platform classes in their Biferno web sites. Besides, if they have developed their own java classes, they can reuse that code in bfr scripts with no modifications.
jclassExt. See the document "Calling Java code from Biferno" in the section "Documents" of the Biferno web site for a complete documentation of this class.