Introducing Spring Batch, Part One

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

Attention: The following article was published over 13 years ago, and the information provided may be aged or outdated. 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 awesome!” For me, that’s usually when I’m wrapping …

Build vs. Buy, Creating a Report Writing Framework

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

Attention: The following article was published over 13 years ago, and the information provided may be aged or outdated. 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 were being produced by COBOL applications, and since …

Spring Batch Unit Testing and Mockito

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

Attention: The following article was published over 13 years ago, and the information provided may be aged or outdated. 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” series that aired on TLC for several seasons. …

Dependency Injection for Android Development: Part Two

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

Attention: The following article was published over 13 years ago, and the information provided may be aged or outdated. 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 advantage of RoboGuice to inject views and other …

Dependency Injection for Android Development: An Introduction

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

Attention: The following article was published over 13 years ago, and the information provided may be aged or outdated. 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 both Java and .NET developers, the ever-popular Spring …