History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: BATCH-314
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Lucas Ward
Reporter: Lucas Ward
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Spring Batch

Create reference documentation for JobRepository + domain objects.

Created: 25/Jan/08 05:51 AM   Updated: 16/Mar/08 10:56 PM
Component/s: Documentation
Affects Version/s: None
Fix Version/s: 1.0.0.rc1

Time Tracking:
Original Estimate: 0.25d
Original Estimate - 0.25d
Remaining Estimate: 0.25d
Remaining Estimate - 0.25d
Time Spent: Not Specified
Remaining Estimate - 0.25d


 Description  « Hide
A core concept within Spring Batch is the relationship between a Job, JobInstance, JobExecution, their step* equivalents, the JobRepository, and the executors that call them. A brief discussion of the difference between a Job/Step, *Instance, and *Execution should be discussed, and how the JobRepository handles the differences when called by executors or the launcher (Maybe be some overlap with BATCH-313)

 All   Comments   Work Log   Change History   FishEye   Related Builds      Sort Order: Ascending order - Click to sort in descending order
Lucas Ward - 16/Mar/08 10:56 PM
SimpleJobRepository is covered in Chapter 4, and the JobRepository interface is covered in Chapter 2, along with the various domain objects it stores.