Spring Batch Unit Testing and Mockito

Jonny Hackett Development Technologies, 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 Development Technologies, 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 Development Technologies, 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 …

A JSF Session Scope Custom Solution

Keith Shakib Consulting, Development Technologies, Java 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.As a software consultant, I very rarely end up in a situation where I am asked to implement something new from scratch, and even rarer is the request to come in and …

Implementing .equals

Brad Mongar Java, Opinion 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.Scenario You are working on a project and you have two objects. You want to know if, according to the business, they are the same item. So you call .equals. It returns …