Aller au contenu principal

NOMABIP - Java package with Oracle BI Publisher API

Download Built with VSCode and JDK 1.8

1. Functionalities

This API was initially developed to integrate easily JD Edwards and BI Publisher, regardless of JD Edwards Tools Release.

Nothing to install, only to use. Sample scripts are provided in the test directory. It can now be used for any spool with or without JD Edwards (BI Publisher license is needed).

Features:

  • Generate PDF and XML files simultaneously from a XML spool.
  • Burst or single mode for flexible processing.
  • Configure the number of CPUs for parallel processing and performance improvements.
  • Add Ghostscript for enhanced PDF compatibility.
  • Document indexation and error tracking in an Oracle Database (optional).
  • Integrate the Java class NOMABC to print Barcode 128 (see GitHub repository).

2. Global Settings

ParameterDescription
cmdGSCall ghostscript to transform PDF after generation (ie, version 1.6 to 1.5)
runGSCall GS script Y/N
xdoSettings for fonts, subtemplate directory...
appHomeRunning script directory
burstOutputOutput directory for bursting documents
singleOutputOutput directory for single mode
processHomeProcess directory
dirOutputTemp Output directory
copyXSLXSL transformation to generate copies
routageXSLUsed for JD Edwards to copy back into the Printqueue
updateDBUpdate Oracle database (Y/N) with index and logs

3. Template Settings

Set template location, ID of fields used to name the output document in case of bursting and mandatory fields when update database is on.

4. Usage

  • Simple java application to configure and generate documents
java -jar ../dist/nomabip.jar -config ./config/config.properties
  • Encrypt password for config file
java -jar ../dist/nomabip.jar -password <PASSWORD>
  • Generate documents
java -jar ../dist/nomabip.jar -run ./config/config.properties <TEMPLATE> <DOCUMENT_NAME> <MODE> <DOCUMENT_ID>

5. Screenshot

NOMASX-1

NOMASX-1