Code Design Decision โ€“ Protecting Delegate Access?

David Pitt Architecture, Articles, Consulting Leave a Comment

Attention: This article was published over 15 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 ran into a design decision on one my engagements. Consider an abstract class implementation that references another (delegate) object. Convenience methods areย in theย primary …

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

David Kieras Articles, Development Technologies & Tools, Java 3 Comments

Attention: This article was published over 15 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.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. …

Using the Jackson JSON Processor – A Quick Overview

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

Attention: This article was published over 15 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.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 …

Spring/JPA Java SQL Scalar Function Utility for Layered Applications

David Pitt Articles, Java, Spring Leave a Comment

Attention: This article was published over 15 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.Most Java applications interact with a relational data source through a POJO object model that is mapped with an object relational (OR) mapping framework.ย  …

Joda-Time: The Future of Java Date/Time

David Kieras Articles, Development Technologies & Tools, Java 15 Comments

Attention: This article was published over 15 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.So how often have you had to work with date/time functions in Java? I mean really WORK with them? I’m not talking about simply …