This commit adds two small tweaks to the testing.adoc that demonstrates
how to import java based configuration into a unit test (instead of
importing XML based configurations).
I removed extraneous white space from non-code lines and arranged the non-code lines to be as close to 90 characters as possible. I also edited the new content.
Applied code review changes
I removed extraneous white space from non-code lines and made all the non-code lines be as close to 90 characters as possible. I also changed a sentence to be more consistent with other similar locations in the document.
Code review fixes applied on merge
I removed extraneous white spice from non-code lines and made the non-code lines break as close to 90 characters as possible. I also fixed a typo.
Applying cod review changes on merge
I removed extraneous white space from non-code lines and arranged the non-code lines to each be as close 90 characters as possible.
Updated PR on merge with bug fixes
I removed all the extraneous white space from non-code lines and broke the non-code lines as close to 90 characters as possible. I caught one keyword that wasn't formatted and fixed that.
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.
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.
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
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