Steve McCoole

Sr. Consultant

Steve is a Principal Consultant at Object Partners where he has been focusing on developing an enterprise mobile development practice, delivering applications to client that include: Oracle Retail, The Tile Shop, St. Jude Medical, SICK USA and Donaldson Corporation.  He has over 20 years of experience developing solutions from embedded to large-scale Java Enterprise web applications for diverse clients including IBM, Sun, Novell, Best Buy and Thomson Reuters.

Recent Blog Posts

Mobile

Adding Custom Locations for iOS Simulator Testing

July 22nd, 2014

A quick tip showing how to add custom locations to your app for testing CLLocation services in the iOS simulator.

Steve McCoole
Mobile

Dismissing Modal and Current UIViewControllers in the Same Delegate

April 8th, 2013

How to dismiss both a modal and the current UIViewController in the same delegate, taking specific steps in order to avoid crashes.

Steve McCoole
Mobile

Using Google Analytics iOS SDK in Shared Library Projects

January 3rd, 2013

iOS projects that utilize shared libraries for common components can be difficult to instrument with Google Analytics. This is one approach to make it easier.

Steve McCoole
JVM

Using JPA and JAXB Annotations in the Same Object

January 25th, 2010

Using both JPA and JAXB annotations on the same member of an object can cause runtime errors if not done correctly. Heres how to do it.

Steve McCoole