↧
Learning Netflix Governator – Part 1
I have been working with Netflix Governator for the last few days and got to try out a small sample using Governator as a way to compare it with the dependency injection feature set of Spring...
View ArticleLearning Netflix Governator – Part 2
To continue from the previous entry on some basic learnings on Netflix Governator, here I will cover one more enhancement that Netflix Governator brings to Google Guice – Lifecycle Management Lifecycle...
View ArticleNetflix Governator Tests – Introducing governator-junit-runner
Consider a typical Netflix Governator junit test. public class SampleWithGovernatorJunitSupportTest { @Rule public LifecycleTester tester = new LifecycleTester(); @Test public void...
View Article