1. Java Execution Context Class Explain stackoverflow.comI wanted to grab the concept of "Execution Context class" . I'm refering to this post at http://tinyurl.com/ryjn5o . Can anyone enlighten by explain more on how to ... |
2. Storing/sharing complex type in execution context forum.springsource.orgHow can I store a list of complex custom object in a Job context. the context seems only to deal with simple type in keeping with spring batch. I realize it ... |
3. Execution Context forum.springsource.orgExecution Context Hi guys. The 'org.springframework.batch.item.ExecutionContext' class is used for store data between a reader and a writer in a step, right? Ok. Each step have it's own execution context. And ... |
4. execution context forum.springsource.orgexecution context Hello, I've a step which reads several rows from table and sets them to dao's. I would like to save the list of DAO's to execution context for the ... |
5. Execution Context issue forum.springsource.orgJan 23rd, 2010, 11:51 AM #1 vinodnarayanan View Profile View Forum Posts Private Message Junior Member Join Date Jan 2010 Posts 8 Execution Context issue I'm having trouble executing a sample ... |
6. How to get execution context inside the reader forum.springsource.orgHi , I have implemented the ItemReader interface.Inside the custom item reader, how we will get the execution context?In execution context ,how we can store any key/ value pairs? Regards, Siva ... |