Archive

Posts Tagged ‘Java User Group’

COJUG Presentation: Unit Testing Case Study

On May 11th, 2010 I presented at the lunch and dinner Columbus Java Users Group meetings.  The talk was a case study of how the development team I’m on at Ohio Mutual Insurance Group got started with unit testing our legacy JEE system.  The main idea behind the presentation was to illustrate the hurdles the team had after deciding to write unit tests against our existing code base.  Using code, both live and test, I demonstrated some of the conundrums that gave us excuses to not write tests.  For each stumbling block I showed the technique that we used to finally just write the tests.  I started with some basic examples and finished with a more complex example that required mock objects to resolve.

Thanks to the attendees at the presentations.  There were many great questions, comments, and suggestions.  I thoroughly enjoyed myself and learned from everyone I interacted with.

From the reaction I received at the COJUG meetings I realize that my team is not alone in our experience.  Over the next few weeks I will be blogging on the “excuses” we had for not testing right away.  I’ll explore the issue more thoroughly than I was able to in the COJUG presentation by walking through one problem at a time.  Stay tuned and leave comments!

Parallel Programming in Java Slides

January 21, 2010 Leave a comment

I decided that a major goal for myself this year is going to be to increase the frequency with which I speak publicly.  I have only done one public presentation in the past, and that was at the December, 2007 Columbus Java User Group (COJUG) meeting.  So to get things started right I’m going to make sure I set a precedent of posting all of my presentations.  If you want to browse through the talk, just download: Parallel Programming in Java.pdf.  This is an introductory talk on some basics of doing parallel programming in Java.  Please comment if you have any questions or want to know more.

Next Scheduled Talk

My next talk is another COJUG meeting.  I’ll be speaking on the differences between JUnit 3.x and 4.x as well as some introductory object mocks topics at the May, 2010 COJUG meeting (lunch and dinner).

Follow

Get every new post delivered to your Inbox.

Join 126 other followers