Avoiding a common spring annotation configuration mistake
December 7th, 2015
Making sure spring singletons are indeed singletons.
Making sure spring singletons are indeed singletons.
Inline initialization of Java Maps is never pretty, this solution provides a type safe and efficient way to do so.
How to write tests for GWT using GwtMockito. GwtMockito makes it possible for you to write Mockito unit tests for your GWT code; these tests execute a lot faster than GWTTestCase or PowerMockito tests, making your build times more scalable.
Some thoughts and ideas on how I would go about my first Grails project, if I had the chance to start it over.
Tired of boiler-plate code in GWT, wrapping your AsyncCallback interfaces can reduce that code; at least for AJAX calls.