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 …

A JSF Session Scope Custom Solution

Keith Shakib Articles, Consulting, Development Technologies & Tools, 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 …

Annotations and Advice, By Example

Robert Rice Articles, Development Technologies & Tools Leave a Comment

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.For me, its much easier to learn new concepts by way of concrete, real life examples, rather than by vague scenarios created for the sole purpose of working through a tutorial. What …

ThreeTen: The Ultimate Future of Java Date/Time…In Progress

David Kieras Articles, Development Technologies & Tools, Java 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.My last article was entitled Joda-Time: The Future of Java Date/Time and I was pleased to see a lot of discussion on the topic. However, I may well have inappropriately named the …

Using the Jackson JSON Processor – A Quick Overview

Adrienne Gessler Articles, Development Technologies & Tools, Java, Tutorial 1 Comment

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.A wide variety of parsers exist for use with JSON and can be viewed on the JSON website. One great option for use with Java objects is Jackson. Jackson allows for Java objects …