Implementing .equals

Brad Mongar Articles, Java, Opinion 6 Comments

Attention: This article was published over 14 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.Scenario You are working on a project and you have two objects. You want to know if, according to the business, they are the …

Keyhole Software Creates Open Source Reporting Framework

Lauren Fournier Bogner Articles, Company News, Keyhole, Keyhole Creations Leave a Comment

Attention: This article was published over 14 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.At Keyhole Software, we are huge proponents of the benefits of open source software. Our team members enjoy contributing their creations to the development …

Keyhole Team Creates New Open Source Framework

Keyhole Software Articles, Java, Keyhole, Keyhole Creations, Spring 2 Comments

Attention: This article was published over 14 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.At Keyhole Software, we are huge proponents of the benefits of open source software. Our team members enjoy contributing their creations to the development …

Code Design Decision – Protecting Delegate Access?

David Pitt Architecture, Articles, Consulting Leave a Comment

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