Objective: To demonstrate the steps to implement Spring 3.1 Cache Abstraction Implementation with ehCache. I’ll also show the spring expression language to form a key from method parameter. Prerequisites: 1. A small standalone/web application to implement this cache implement 2. Spring…
Graylog Integration with Logback
Objective: To demonstrate the steps to integrate graylog with logback logging implementation Prerequisites: 1. An exciting application with logback enables logging 2. JDK1.5(Specific fix)/JDK 1.6+ 3. GELF dependency for Logback Name Logback dependency Compatible JDK Status logback-gelf <dependency> <groupId>me.moocar</groupId> <artifactId>logback-gelf</artifactId>…