Category: Chapter Organization
-
New Navigator for i- Technology Overview
Next, the new Navigator for i browser-based interface. “New Nav” as it’s fondly referred to first became available in Technology Refreshes (TRs) IBM i 7.3 TR11 and IBM i 7.4 TR5. At that time, it wasn’t the default, and you had to access it using the URL http://your-system-name:2002/Navigator/login. But as of IBM i 7.5 and…
-
Creating the Audit_Report Java Project- PDF Document Creation Using Java
Figure 6-1A new Java Project is selected in the Eclipse IDE Figure 6-2The Java Project type is selected For compatibility with the FileNet jar files, we select the same JRE Library we used for the Java in Chapter 2. Figure 6-3The JRE is selected for compatibility with the FileNet API jar files Figure 6-4The name…
-
Unit Test Phases- A Replication Java Program for IBM FileNet Object Stores-3
Phase 2 a) Ensure matching property values in the Source Object and with the same security ACLs and GUID values. b) Ensure major/minor versions of documents under the source Object Folders, Replicate Test 1 and subfolders, are created and linked correctly in the Target Object. c) Ensure Folders and Documents created in other Folder paths…
-
Static Constants for Property Types- A Replication Java Program for IBM FileNet Object Stores
The DataType property can have one of the values in the following table. Name Value Description BINARY 1 Specifies a binary data type. Represents binary data by using an array of unsigned 8-bit bytes. BOOLEAN 2 Specifies a Boolean data type. Represents Boolean data having a value of true or false. DATE 3 Specifies a…