@@ -7,9 +7,8 @@ prev=batch-processing001.html
77= Batch Processing in Java EE
88
99
10- [[BCGGIBHA]]
10+ [[BCGGIBHA]][[batch-processing-in-java-ee]]
1111
12- [[batch-processing-in-java-ee]]
1312Batch Processing in Java EE
1413---------------------------
1514
@@ -26,9 +25,8 @@ The following topics are addressed here:
2625* link:#BABHJGDH[Job Instances and Job Executions]
2726* link:#BABBFGEF[Batch and Exit Status]
2827
29- [[BABEAFJI]]
28+ [[BABEAFJI]][[the-batch-processing-framework]]
3029
31- [[the-batch-processing-framework]]
3230The Batch Processing Framework
3331~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3432
@@ -50,9 +48,8 @@ the application logic of the batch artifacts defined in the XML files.
5048The batch runtime parses the XML files and loads the batch artifacts as
5149Java classes to run the jobs in a batch application.
5250
53- [[BABCGDHJ]]
51+ [[BABCGDHJ]][[creating-batch-applications]]
5452
55- [[creating-batch-applications]]
5653Creating Batch Applications
5754~~~~~~~~~~~~~~~~~~~~~~~~~~~
5855
@@ -86,9 +83,8 @@ application.
8683 The following sections describe in detail how to use the components of
8784the batch processing framework in Java EE to create batch applications.
8885
89- [[BABDGDJB]]
86+ [[BABDGDJB]][[elements-of-a-batch-job]]
9087
91- [[elements-of-a-batch-job]]
9288Elements of a Batch Job
9389~~~~~~~~~~~~~~~~~~~~~~~
9490
@@ -118,9 +114,8 @@ flows complete.
118114Decision elements use the exit status of the previous step to determine
119115the next step or to terminate the batch job.
120116
121- [[BABHJEJC]]
117+ [[BABHJEJC]][[properties-and-parameters]]
122118
123- [[properties-and-parameters]]
124119Properties and Parameters
125120~~~~~~~~~~~~~~~~~~~~~~~~~
126121
@@ -149,9 +144,8 @@ in batch artifacts is demonstrated in
149144link:batch-processing009.html#BCGFCACD[The phonebilling Example
150145Application].
151146
152- [[BABHJGDH]]
147+ [[BABHJGDH]][[job-instances-and-job-executions]]
153148
154- [[job-instances-and-job-executions]]
155149Job Instances and Job Executions
156150~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
157151
@@ -161,9 +155,8 @@ batch runtime maintains information about job instances and job
161155executions, as described in
162156link:batch-processing006.html#BCGIBGFC[Checking the Status of a Job].
163157
164- [[BABBFGEF]]
158+ [[BABBFGEF]][[batch-and-exit-status]]
165159
166- [[batch-and-exit-status]]
167160Batch and Exit Status
168161~~~~~~~~~~~~~~~~~~~~~
169162
0 commit comments