A JSF Session Scope Custom Solution

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

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 …

Spring’s NamedParameter Jdbc Template

Jonny Hackett Articles, Development Technologies & Tools, 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.Recently I’ve been working on a project that is centered around batch processes that leverage the Spring Batch project and also uses hibernate’s JPA …