Commit Graph

82 Commits

Author SHA1 Message Date
dsyer
f9e4181182 OPEN - issue BATCH-120: Documentation and samples for correct use of listeners and stream interfaces for stateful custom components 2008-03-25 09:40:45 +00:00
lucasward
9ec5ecf6f4 BATCH-480: Quick refactoring to how the MultipleColumnJdbcKeyCollector works. It was nevery fully fixed from when the change to ExecutionContext was made from RestartData. Also some misc. documentation fixes based on feedback. 2008-03-25 05:23:16 +00:00
lucasward
d17219bd1f BATCH-445: Added documentation for the StepExecutionResourceProxy. 2008-03-24 19:29:49 +00:00
lucasward
a1bc8993d4 Misc updates based on feedback. 2008-03-20 23:29:52 +00:00
lucasward
79967e173c BATCH-481: Added documentation for returning ExitCodes 2008-03-20 03:30:06 +00:00
lucasward
7f64b5c39e BATCH-484: added documentation for ItemTransformerItemWriter, ItemTransformer, and CompsiteItemTransformer. 2008-03-19 23:39:11 +00:00
dsyer
16f0b60532 [BATCH-482] Updated site with snapshot plugin (maven-site-plugin). Use -P snapshots for building docos until this is fixed. 2008-03-18 21:40:37 +00:00
wxlund
07ec716b4f Made some minor spelling corrections and removed some superlatives in text. 2008-03-17 14:28:51 +00:00
dsyer
e3afee34a6 Updates for 1.0.0.-SNAPSHOT site. 2008-03-17 13:31:50 +00:00
nebhale
634119cc8e [maven-release-plugin] prepare for next development iteration 2008-03-17 10:47:46 +00:00
nebhale
4d5bce367e [maven-release-plugin] prepare release spring-batch-1.0.0.rc1 2008-03-17 10:47:25 +00:00
dsyer
b325e6e377 [BATCH-469] Change logo in html stylesheet 2008-03-17 10:45:50 +00:00
dsyer
064fc14ea0 [BATCH-469] Change logo in html stylesheet 2008-03-17 10:45:02 +00:00
dsyer
c506f28d8c Tidy up writer/reader examples using extra section breaks 2008-03-17 10:19:28 +00:00
nebhale
9d54d877e0 [BATCH-471] Updated image file locations for PDF 2008-03-17 09:26:03 +00:00
lucasward
25a6ed9cac BATCH-313 and BATCH-314: Chapter 4 is now complete. 2008-03-17 03:55:01 +00:00
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