-
Recent Posts
Archive
- May 2013 (2)
- April 2013 (1)
- February 2013 (1)
- January 2013 (4)
- June 2012 (1)
- May 2012 (5)
Categories
- Certifications (1)
- Oracle (1)
- Other (5)
- Programming (12)
- AngularJS (1)
- bacon.js (2)
- Functional Reactive Programming (2)
- Guice (2)
- Java (4)
- JavaScript (2)
- JDave (3)
- Mockito (2)
- Python (3)
- Unit Testing (3)
- Sun Microsystems (1)
Category Archives: Guice
Google Guice with Easy Environment Resolving
Working with Google Guice is serious fun because of easy of usage and lightness. There still remains one problem when working in environment with multiple servers. Usually one Guice module is not enough and you may want to use different … Continue reading
JDave BDD Testing Tutorial Part 3: Google Guice
Google Guice is a dependency injection framework that is lightweight and easy to use. It helps not only in application, but tests to achieve loose coupling. JDave BDD framework has no problem using Google Guice for flexible testing. This is Guice … Continue reading
Posted in Guice, Java, JDave, Mockito, Programming, Unit Testing
Tagged Google Guice, Java, JDave, Mockito, Unit Testing
Leave a comment