Tag Archives: Guice

New book on Google Guice

This is a very short entry to tell you that I just finished reading a book recently published about the Google Guice framework: “Google Guice: Agile Lightweight Dependency Injection Framework” by Robbie Vanbrabant. I highly recommend it, it was great fun to read.
You can buy the book from Apress here (I bought the e-book).
Guice rocks! [...]

Posted in Books, Software | Also tagged | Leave a comment

Injecting configuration parameters with Guice

I’m building my first application based on Guice, and I must say I’m thoroughly enjoying it. The application is a webapp that uses Jackrabbit as content repository, JCROM for object mapping, Struts2 for actions, and Tiles2 + FreeMarker for the views. There isn’t too much documentation around for Guice yet, so I thought it might [...]

Posted in Software | Also tagged | Leave a comment