Commit Graph

33 Commits

Author SHA1 Message Date
Jay Bryant
0f989d9c9f 90-character pass for scalability.adoc
I removed extraneous characters from non-code lines and arranged the non-code lines to fit into 90 characters.
2017-10-18 10:01:06 -05:00
Jay Bryant
3a3abdc28a 90-character pass for repeat.adoc
I removed all the extraneous characters and line breaks from non-code lines and fitted all the non-code lines to 90 characters.

polish
2017-10-18 10:52:34 -04:00
Michael Minella
11fed07d16 Fix image URL 2017-10-17 23:32:08 -05:00
Jay Bryant
c83d9b4557 90-character pass for domain.adoc
I removed extraneous characters from non-code lines and made each code line be as close to 90 characters as possible. I caught a few items I missed in the editing pass (such as missing hyphen and code ticks around some code words.
2017-10-17 23:24:05 -05:00
Jay Bryant
d0238c9699 90-character formatting
Other than a couple of image references, I fixed all the lines so that they would be no longer than 90 characters and removed unneeded blank lines.

I did find a few other things (mostly periods missing from list items), and I fixed them.
2017-10-17 23:15:13 -05:00
Jay Bryant
55469e3362 Editing pass for schema-appendix.adoc
I increased readability and consistency and corrected sentence errors. I also added a couple internal cross-reference links.
2017-10-17 22:14:17 -05:00
Michael Minella
0c4937ac5a Polish 2017-10-17 21:45:43 -05:00
Jay Bryant
d376c42bde Editing pass for appendix.adoc
I improved readability and consistency and corrected sentence errors. I also added a bunch of links to readersAndWriters.html.
2017-10-17 21:43:20 -05:00
Jay Bryant
25d3b30704 Editing pass for glossary.adoc
I fixed sentence errors. Very simple document (as it should be ), so it can't go wrong in very many ways.
2017-10-17 21:36:27 -05:00
Michael Minella
b6f42de152 Polish 2017-10-17 21:28:12 -05:00
Jay Bryant
2a57ec4fd0 Editing pass for transaction-appendix.adoc
I improved readability and consistence and fixed sentence errors. I also added a couple of internal cross-references.
2017-10-17 21:26:32 -05:00
Michael Minella
1146fc056c Polish 2017-10-17 17:30:42 -05:00
Jay Bryant
e2b18daa59 Editing for step.adoc
I did my "English teacher" thing, added a couple links, and asked a couple questions.
2017-10-17 17:30:14 -05:00
Jay Bryant
fa22b20223 Editing pass for common-patterns.adoc
I improved readability and consistency, added a missing link and some other links, and corrected sentence errors. No questions.
2017-10-17 17:10:16 -05:00
Jay Bryant
a62c2ebd98 Editing pass for testing.adoc
I increased readability and consistency and fixed sentence errors. No questions in this one.
2017-10-17 15:33:51 -05:00
Jay Bryant
ae4eabc960 Editing pass for retry.adoc
I made it more readable and consistent and fixed up sentence errors. I added a TODO for a spot that could benefit from an example or two.

polishing on merge
2017-10-17 10:22:16 -04:00
Michael Minella
80de24a6a6 Polish 2017-10-16 13:20:58 -05:00
Jay Bryant
3be6d9df66 Editing pass for domain.adoc
I fixed up language and punctuation problems and improved clarity a bit.
2017-10-16 13:20:47 -05:00
Jay Bryant
6239f95141 Editing pass for scalability.adoc
I improved readability and consistency and corrected sentence errors. No questions this time.

Updating code review changes as a part of merge
2017-10-13 14:16:57 -04:00
Jay Bryant
1129888e12 Editing pass for repeat.adoc
I edited for readability and consistency and fixed sentence errors. No questions this time.

Polishing on Merge
2017-10-12 13:40:08 -04:00
Jay Bryant
fe6e5e55e2 90-character formatting
I adjusted all the lines so that they would be no longer than 90 characters. I also removed unneeded blank lines.
2017-10-11 14:53:30 -04:00
Mahmoud Ben Hassine
21d8b8fc40 Fix typo in documentation 2017-10-10 11:21:44 +02:00
Jay Bryant
83a468efa6 Editing pass
I did my "English teacher" thing and made sure that we don't imply the existing of objects called itemreaders and itemreaders.
2017-10-09 10:01:12 -05:00
Michael Minella
f0fa4f4914 Fixed image URL 2017-10-09 09:48:38 -05:00
Jay Bryant
de5792b0f2 Initial pass of editing of the spring-batch-intro.adoc
This commit provides basic "english teacher" level editing to the
spring-batch-intro.adoc.
2017-10-09 09:47:38 -05:00
Jay Bryant
61f265edd7 I added my name
I added my name to the author list.
2017-10-02 16:10:27 -05:00
Michael Minella
784a5a82c8 JSR-352 Doc Updates
This commit refactors the JSR-352 documention to utilize the new java vs
xml toggle.

Added headers to source listings to clarify for PDF version
2017-09-26 16:19:46 -04:00
Glenn Renfro
bff2c14671 Docs support toggling Java Config and XML
This is a demo of the functionality and it located in the domain.adoc file.

added code to handl PDF ifdef

JavaScript added to support slider control

If view in local file system use safari.   (Cookies not supported on local filesysem on chrome)
Remaining bug...  if user selects xml and refreshes the examples still show XML but slider goes back to JAVA.

Could use a new tool suite.  But this is based on the Spring.io toggle.

Implemented java vs xml toggle in reference documentation

This commit ports the javascript widget used in Sagan for toggling
between Maven and Gradle on each project page and uses it to toggle
between java based config and XML based config.  The preference the user
selects is cookied so that it should stick between pages in the multiple
page layout as well as for future visits to the documentation.

The only page that has implemented the toggle in this commit is the
domain.adoc page.  The spring-batch-intro.adoc has the toggle reference
in it, but it's only there to verify multiple includes are working.

Polishing
2017-08-24 14:36:29 -04:00
Glenn Renfro
a861de203f Fixed a config doc to use EnableBatchProcessing
Was using EnableBatchConfiguration
2017-07-25 14:24:50 -05:00
Glenn Renfro
f6f01b5bb1 Corrected errors in docs and removed index-pdf.adoc
index-pdf.adoc was  a duplicate of index-single.adoc.   And thus was not necessary
The errors corrected were identified in https://github.com/spring-projects/spring-batch/pull/429

Resolves BATCH-2632
2017-07-25 13:21:52 -05:00
taeksoon.jang
110b95ee1e Fixed typos in unit testing source code to make it compile and pass the test. 2017-07-25 12:30:38 -05:00
Michael Minella
a13f43adec Polish 2017-07-13 14:51:03 -05:00
Glenn Renfro
67853f22de Documentation Migration
This commit migrates the old Spring Batch documentation to a new
asciidoc toolchain.  It will be the first piece in modernizing the
existing Spring Batch documentation.  Future steps will include making
java based configuraion more prominant in the reference documentation.

Resolves BATCH-2620
2017-07-13 14:49:33 -05:00