Introducing Spring Batch, Part One

Jonny Hackett Articles, Development Technologies & Tools, Intro to Spring Batch Series, Java, Spring, Spring Batch, Tutorial 12 Comments

Attention: This article was published over 13 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.Have you ever heard someone say “Man I wish we had a toy like that when I was a kid! That would have been …

Build vs. Buy, Creating a Report Writing Framework

David Pitt Articles, Consulting, Java, Keyhole Creations 2 Comments

Attention: This article was published over 14 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.During one of my engagements, a requirement arose for the production of numerous financial audit reports in PDF format. These reports currently existed and …

Spring Batch Unit Testing and Mockito

Jonny Hackett Articles, Development Technologies & Tools, Java, Spring, Spring Batch, Testing 10 Comments

Attention: This article was published over 14 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.I have a huge fascination with reality TV shows in which something is created.  My favorite of this genre is the Chip Foose-led “Overhaulin” …

Dependency Injection for Android Development: Part Two

Mark Fricke Articles, Development Technologies & Tools, Java, Mobile, Tutorial 3 Comments

Attention: This article was published over 14 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.Overview This is the second post in a series written on Dependency Injection for Android Development. In this blog, I will discuss how to take …

Dependency Injection for Android Development: An Introduction

Adi Rosenblum Articles, Development Technologies & Tools, Java, Mobile, Tutorial 6 Comments

Attention: This article was published over 14 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.Overview For many years now, Object Oriented developers have relied on various Dependency Injection frameworks while developing anything form desktop to web applications. For …