Using Struts 2’s native dependency injection support

2009 February 12
Comments Off
tags: ,
by Sonny

Since I knew that Struts 2 used Guice internally, I was curious if the native DI support in S2 could be used in a simple application …


View this post at SonnyGill.net – Using Struts 2’s native dependency injection support


My apologies for the inconvenience. I have to do this because search engines penalize duplicate content.

Object equality in Java

2009 January 29
Comments Off
by Sonny

The first time I paid attention to the equals() method was when preparing for SCJP exam, where you have to know what the output of some lines of code will be …


View this post at SonnyGill.net – Object equality in Java


My apologies for the inconvenience. I have to do this because search engines penalize duplicate content.

HTTP Client – Mac tool for debugging HTTP traffic

2008 December 16
Comments Off
by Sonny

This should definitely make my life easy the next time I need to wade through HTTP request/response data – HTTP Client.

Here is a 5 minute screencast by HTTP Client creator Todd Ditchendorf that shows how to use this tool in its entirety.