How to force quit of a detached screen session
Here is how to terminate a stuck screen command using a script. As part of my job I deal with a legacy Linux setup comprising a range… Read More »
How to force quit of a detached screen session
Here is how to terminate a stuck screen command using a script. As part of my job I deal with a legacy Linux setup comprising a range… Read More »
How to force quit of a detached screen session
Up until Spring 4 generics played no major role when it came to resolving injected bean dependencies. Suppose there are multiple beans of the same… Read More »
Spring series, part 6: Spring 4 and Generics-based Injection Matching
I’ve got the aforementioned exception when I was trying to load a jsp page on Tomcat 6 running in a debug mode. Turns out the problem occurs… Read More »
Tomcat – java.lang.InternalError: name is too long to represent
Less unit test code doesn’t necessarily result into poor coverage. I’ve recently entered the paradigm of parameterized tests when refactoring a larger test suite. I… Read More »
JUnitParams – parameterized unit tests
In this post, I will look into the distinction between a component and a bean. Even though both of them refer to Spring managed beans,… Read More »
Spring series, part 5: @Component vs @Bean
Last time, when I talked about lazily loaded beans I forgot to mention one interesting feature of Spring 4 – lazily loaded injection points. This… Read More »
Spring series, part 4: @Lazy on injection points