Archive for the ‘Quick Tech Solutions’ Category

New Macbook Pro SSD before and after benchmarks

Tuesday, November 2nd, 2010

Before (5400rpm) After (OCZ Vertex II 120GB) To say the least I'm more than happy. The over all score went from 165.24 to 260.85. Next stop. 8GB of RAM.

Using JacksonJson @JsonSerialiser annotation for a single property

Wednesday, March 31st, 2010

When using Spring MVC and the Jackson JSON processor recently, I needed to only expose one property from a referenced object when serialising. Rather than have a new object defined with the single property, I used the @JsonSerialiser annotation to serialise only the property I was interested in. I will use a ...