My question isn't how to implements security credentials in spring batch, as that has been implemented with ThreadLocal's and used aggressively throughout my domain objects. Now i have to add some...
Type: Posts; User: ImanRahmati; Keyword(s):
My question isn't how to implements security credentials in spring batch, as that has been implemented with ThreadLocal's and used aggressively throughout my domain objects. Now i have to add some...
Yes actually I saw that later on. But I think not having the ChunkContext as a paramter to the before and after methods in a ChunkListener seems strange. I cant think of any reason why it's been...
ChunkListener is a simple interface just providing two simple beforeChunk() and afterChunk() methods.
How can I access JobParameters, ChunkContext, etc in my ChunkListener ?
More specifically, I...
Hi
In a project using spring & hibernate, I've used an Interceptor class implementing the ApplicationContextAware interface so that bean dependencies are set by spring during initialization(just as...
I dunno if i'm doing the correct thing, but I have objects that have both persistent data and dependency to other objects, where Hibernate manages the persistence of the data and spring manages the...
Hi
I wonder if anyone has the same problem ...
Im using Springs MVC with tomcat and I have more than a hundred controllers, url-mappings and other various things defined in my xml files.
During...