Neil Buesing

Sr. Consultant

Neil has more than twenty-two years of Object oriented development experience, with fifteen years of experience with Java/J2EE application development. He has successfully delivered in the role of architect and as lead developer.

Recent Blog Posts

JVM

Avoiding a common spring annotation configuration mistake

December 7th, 2015

Making sure spring singletons are indeed singletons.

Neil Buesing
JVM

Inline initialization of Java Maps

June 5th, 2014

Inline initialization of Java Maps is never pretty, this solution provides a type safe and efficient way to do so.

Neil Buesing
JVM

Testing GWT with GwtMockito

November 7th, 2013

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.

Neil Buesing
JVM

What I wish I knew about Grails before my first Grails Project

October 15th, 2013

Some thoughts and ideas on how I would go about my first Grails project, if I had the chance to start it over.

Neil Buesing
JavaScript

Improving the GWT Async Callback

April 4th, 2013

Tired of boiler-plate code in GWT, wrapping your AsyncCallback interfaces can reduce that code; at least for AJAX calls.

Neil Buesing