Search:

Type: Posts; User: juan.farre; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    384

    Dependency injection and memory model

    Hello,
    Lastly I've been considering possible memory-consistency issues related to Spring dependency injection.
    The thing is, if I use getters and setters for injected dependencies and the...
  2. Replies
    4
    Views
    2,414

    You're totally right :) How could I not notice...

    You're totally right :)
    How could I not notice it? (or maybe I forgot that feature?)
    Thanks a lot!
  3. Replies
    4
    Views
    2,414

    I've just found myself in a similar situation....

    I've just found myself in a similar situation.
    I've found a solution that could be of interest to others.
    In every Dispatchable implemetation you can write the following method:

    @Autowired
    void...
  4. Replies
    1
    Views
    1,761

    If you are using SimpleClientHttpRequest, which...

    If you are using SimpleClientHttpRequest, which uses JDK's HttpUrlConnection,
    you can use HttpUrlConnection.setFollowRedirects(false) to disable follow redirects for all subsequently created...
Results 1 to 4 of 4