Commit Graph

66 Commits

Author SHA1 Message Date
dsyer
1f608592fb [BATCH-424]: Incorporated some of Wayne's feedback 2008-03-14 14:56:23 +00:00
lucasward
7df4028b0f BATCH-313 & BATCH-314: Add ExecutionContext section to Chapter 2 and added run tier and job tier sections to Chapter 4. 2008-03-14 05:14:20 +00:00
dsyer
8b0b12c70e RESOLVED - issue BATCH-425: Add documentation for RepeatTemplate
OPEN - issue BATCH-424: Reference Documentation for RetryTemplate
2008-03-13 09:38:19 +00:00
lucasward
c14e334072 More work on chapter 2, I completely updated the reference model and made some javadoc updates in the repository. 2008-03-13 04:29:11 +00:00
lucasward
8ea4ebf1f0 The xml image should finally be fixed. 2008-03-12 16:59:17 +00:00
lucasward
6d5e753252 Fixed XML image. 2008-03-12 16:35:47 +00:00
lucasward
e3b551ea9b Forgot to commit core.xml and accidentally deleted an image. 2008-03-12 16:16:36 +00:00
lucasward
726c97fada Images as well. 2008-03-12 15:59:38 +00:00
lucasward
0e5f7f11c3 Completely reorganized the first two chapters of the docs and fixed the images. Chatper two still needs a little work, but is getting much closer. 2008-03-12 06:34:28 +00:00
dsyer
fb55eb8ac9 OPEN - issue BATCH-425: Add documentation for RepeatTemplate 2008-03-11 21:48:19 +00:00
dsyer
7f86b31150 OPEN - issue BATCH-425: Add documentation for RepeatTemplate 2008-03-11 18:58:48 +00:00
dsyer
f7fb3752bc Tweak ItemStream description and reference to Spring WS. 2008-03-11 16:37:35 +00:00
lucasward
8bc033d967 BATCH-316: Finished the 'readers and writers' chapter (chapter 3) 2008-03-11 08:35:22 +00:00
lucasward
df8b49d779 BATCH-316: Continued work on the Jdbc ItemReader documentation. Mostly additions to the DrivingQuery section. 2008-03-10 21:30:31 +00:00
lucasward
63f2619d17 BATCH-335 and BATCH-316: As part of the documentation efforts of RC1, the DrivingQueryItemReader has had javadoc updates. Specifically, the MultipleColumnJdbcKeyGenerator, which has been a source of confusion, has had it's javadocs beefed up.
The KeyGenerator interface was also renamed to KeyCollector.  The issue was raised that it's not actually generating keys, but rather collecting them from the database.
2008-03-10 19:38:26 +00:00
wxlund
bba1458a28 Merged the content from staxReaderWriter into section 6 of ch-3 and removed the file. It was a temp working file. Worked on core graphics. commit is harmless but need more work on pom and process to document how and where graphics are supposed to be to get picked up in html and pdf generation. It's still confusing to me. 2008-03-10 17:45:51 +00:00
wxlund
b844335338 Merged back in the enhancements for XMLItemWriter to Ch-3. 2008-03-08 00:23:45 +00:00
lucasward
3e7a963188 Continued updates to chapter 3 of documentation. 2008-03-07 23:22:35 +00:00
wxlund
c284e451d5 Refactored the StaxEventItemReader and added the StaxEventItemWriter section. 2008-03-07 20:22:54 +00:00
lucasward
a8a7598abb small updates for chapter 3 of reference docs. 2008-03-07 17:14:48 +00:00
wxlund
2b0e75b3bf (1) I went into much more detail on the staxEventItemReader - but I think the right level of detail - to make the configuration and the code that uses the configuration understandable to a developer. The level I got from our HOWTOs wasn't sufficiently deep.
(2) there is now very readable pseudo code (groovy script) in the end of the explanation that pulls together the developer logic.  This code executes correctly if you have the groovy plugin installed.  I created a separate project for myself called spring-batch-docs-examples with the groovy nature that makes it much easier for me to get example code running and then document from easier to read scripting code." /Users/wxlund/workspace/spring-batch-source-forge/trunk/docs/src/site/docbook/reference/staxReaderWriter.xml
2008-03-07 15:29:06 +00:00
lucasward
cac8d70560 Finished the File item reader and item writer documentation and cleaned up javadocs as I went along. 2008-03-07 15:13:25 +00:00
dsyer
f5e85d5f63 Change svn:eol-style to LF 2008-03-06 21:59:13 +00:00
wxlund
0dec169d9e I didn't actually solve the problem. I don't know why the contents of repeat template being moved to a new chapter is causing site to fail. I commented out the <programlisting> fragment since Dave is refactoring the chapter anyway. 2008-03-06 18:41:22 +00:00
wxlund
aec11b3a5f Messed up the .project file with accidental inclusion of groovy and eUML. I've removed and restored to what I think it was before. 2008-03-06 17:13:09 +00:00
dsyer
838975646f Updated to add overview of listener callbacks. 2008-03-06 08:57:07 +00:00
wxlund
efe07a3096 Went through ItemWriters this evening and in the process added the catalog of ItemWriters to the appendix. I also opened a minor jira issue for questions I had on a few points I found. 2008-03-06 07:41:39 +00:00
lucasward
eb744db9f4 Continued cleanup of Reference Documentation. Repeat and Retry have been separated into their own chapters, Infrastructure is now just ItemReaders and ItemWriters. Added a lot of extra initial documentation about the expected contract of ItemReader, ItemWriter, and ItemStream. 2008-03-06 05:45:00 +00:00
wxlund
1ead5462e0 (1) Finally fixed glossary so that it would generate with mvn site. We moved it to a glossary instead of chapter and added it back into index.xml. Previously it was commented out.
(2) Added appendix and moved the table of available item readers into the appendix.
(3) Grepped for all <programlisting> elements and untabified the regions so that they looked better. 
(4) Reordering of chapters was done earlier in conjunction with Lucas.
2008-03-06 01:50:41 +00:00
lucasward
6c77820214 Updates to documentation, mostly cleanup. 2008-03-06 00:49:28 +00:00
wxlund
e421eaa073 Added two diagrams from the inside spring batch to the section on XML Readers and Writers. 2008-03-05 14:46:01 +00:00
wxlund
895df88eeb Cleaned up content around ItemReaders, Mappers and Tokenizers. 2008-03-04 16:27:15 +00:00
nebhale
2e7c457ef9 [maven-release-plugin] prepare for next development iteration 2008-03-04 10:33:49 +00:00
nebhale
ba18633306 [maven-release-plugin] prepare release spring-batch-1.0.0.m5 2008-03-04 10:33:29 +00:00
nebhale
865af2432c forced the docbook version 2008-03-03 14:25:54 +00:00
nebhale
a31806dedf Execution was missing a closing tag 2008-03-03 08:50:56 +00:00
wxlund
a2135adbba Updated to m5 terminology. Also, reorganized the chapter to talk about required behavior of ItemReaders before diving into FileItemReader. The execution has some configuration material pulled from chapter 2 and pushed to execution. I'll clean it up tomorrow but felt it was better not to lose it. 2008-02-29 08:36:59 +00:00
wxlund
7fb1845eeb Diagrams have been updated to reflect recent changes; 1) repository has been simplified 2) io-design was simplified to separate ItemReaders design from ItemReaders to simplify DocBook presentation and also reflects the changes to ItemStreamSupport and 3) the domain has been simplified. 2008-02-26 15:17:58 +00:00
wxlund
2d9a4fb570 Continued work reviewing the difference in the models between m3-m5. In particular, added item-stream-adapter as part of BATCH-349 discussion to propose some changes to the naming and hierarchy. 2008-02-20 01:57:50 +00:00
wxlund
693353e921 2008-02-18 21:14:40 +00:00
wxlund
d75ec1a35a 2008-02-18 21:01:55 +00:00
wxlund
7e05f1524f 2008-02-18 20:50:46 +00:00
wxlund
ff0f6266a9 2008-02-14 22:40:58 +00:00
wxlund
b3ada605b2 2008-02-14 02:07:54 +00:00
wxlund
4d43a3dd16 2008-02-14 01:04:35 +00:00
wxlund
27dbc2c22c 2008-02-13 23:55:47 +00:00
wxlund
fca5d36306 I needed to see this with the relationship of SimpleJob to Repository. The Object Model extends into execution classes. 2008-02-13 05:49:53 +00:00
wxlund
4a7e796045 2008-02-13 01:49:18 +00:00
wxlund
832eec3ebc 2008-02-12 22:59:09 +00:00
dsyer
17a8b6d734 Move docs over from i21 repo 2008-02-12 18:34:31 +00:00