Archives
Blogroll
hardware
java
Advertisement
Tag Archives: java
Logging with SLF4J and Guice
After getting angry at the java.util.logger once again i was thinking how to replace it with the SLF4J logger. Although Guice provides a very nice internal binding to java.util.logger, slf4j does offer a much nicer syntax. The devil is in … Continue reading
Easymock … or taking the pain out of (j)unit tests
Easymock provides easy mocking for junit tests, this blog entry describes how to use them efficiently. Continue reading
Aop with Guice
Aop has many uses, from doing transaction handling to authorisation. With the powerfull Guice framework it is suprisingly easy. Continue reading