Search:

Type: Posts; User: ImanRahmati; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    1,769

    My question isn't how to implements security...

    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...
  2. Replies
    6
    Views
    1,769

    Yes actually I saw that later on. But I think not...

    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...
  3. Replies
    6
    Views
    1,769

    Access to JobParameters in ChunkListener

    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...
  4. Replies
    1
    Views
    1,060

    Suspicous memory leak ?

    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...
  5. Mixing hibernate & spring into single beans

    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...
  6. Replies
    1
    Views
    1,100

    Slow & heavy web application reloading

    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...
Results 1 to 6 of 6