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 …

Implementing .equals

Brad Mongar Articles, 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 …

Keyhole Team Creates New Open Source Framework

Keyhole Software Articles, Java, Keyhole, Keyhole Creations, Spring 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.At Keyhole Software, we are huge proponents of the benefits of open source software. Our team members enjoy contributing their creations to the development community. This week we are excited to announce …

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 …