BATCH-583:Fixed images in PDF

This commit is contained in:
lucasward
2008-04-22 18:29:59 +00:00
parent c1422013be
commit 87e004bd30
5 changed files with 12 additions and 9 deletions

View File

@@ -556,8 +556,9 @@
<imagedata align="center" fileref="images/jobHeirarchyWithSteps.png" /> <imagedata align="center" fileref="images/jobHeirarchyWithSteps.png" />
</imageobject> </imageobject>
<imageobject> <imageobject role="fo">
<imagedata align="center" fileref="images/jobHeirarchyWithSteps.png" /> <imagedata align="center"
fileref="src/site/resources/reference/images/jobHeirarchyWithSteps.png" />
</imageobject> </imageobject>
</mediaobject> </mediaobject>
@@ -694,9 +695,9 @@
<para>An <classname>ExecutionContext</classname> represents a collection <para>An <classname>ExecutionContext</classname> represents a collection
of key/value pairs that are persisted and controlled by the framework in of key/value pairs that are persisted and controlled by the framework in
order to allow developers a place to store persistent state that is order to allow developers a place to store persistent state that is
scoped to a <classname>StepExecution</classname>. For those familiar with scoped to a <classname>StepExecution</classname>. For those familiar
Quartz, it is very similar to <classname>JobDataMap</classname>. The with Quartz, it is very similar to <classname>JobDataMap</classname>.
best usage example is restart. Using flat file input as an example, The best usage example is restart. Using flat file input as an example,
while processing individual lines, the framework periodically persists while processing individual lines, the framework periodically persists
the <classname>ExecutionContext</classname> at commit points. This the <classname>ExecutionContext</classname> at commit points. This
allows the <classname>ItemReader</classname> to store its state in case allows the <classname>ItemReader</classname> to store its state in case
@@ -856,4 +857,4 @@
logic that is not natural to split into read-(transform)-write phases, logic that is not natural to split into read-(transform)-write phases,
such as invoking a system command or a stored procedure.</para> such as invoking a system command or a stored procedure.</para>
</section> </section>
</chapter> </chapter>

View File

@@ -1196,8 +1196,9 @@
<imagedata align="center" fileref="images/cursorExample.png" /> <imagedata align="center" fileref="images/cursorExample.png" />
</imageobject> </imageobject>
<imageobject role="html"> <imageobject role="fo">
<imagedata align="center" fileref="images/cursorExample.png" /> <imagedata align="center"
fileref="src/site/resources/reference/images/cursorExample.png" />
</imageobject> </imageobject>
</mediaobject> </mediaobject>

View File

@@ -39,7 +39,8 @@
inputSource.open(new ExecutionContext()); inputSource.open(new ExecutionContext());
jdbcTemplate.query("SELECT ID, ISIN, QUANTITY, PRICE, CUSTOMER FROM trade ORDER BY id", new RowCallbackHandler() { jdbcTemplate.query("SELECT ID, ISIN, QUANTITY, PRICE, CUSTOMER FROM trade ORDER BY id",
new RowCallbackHandler() {
public void processRow(ResultSet rs) throws SQLException { public void processRow(ResultSet rs) throws SQLException {
Trade trade; Trade trade;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 50 KiB