News

A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
Gauteng Are you ready to shape the future of enterprise software solutions? Our client in the banking space is looking for a Java Architect to join their team in Gauteng, this is a hybrid model role ...
Get an overview of design patterns, then use what you've learned to evaluate whether the Composite pattern is a good choice for a particular Java use case Numerous strategies have been devised to ...
In of this three-part series introducing design patterns, I referred to Design Patterns: Elements of Reusable Object-Oriented Design. This classic was written by Erich Gamma, Richard Helm, Ralph ...
I'm writing an application to learn Swing. I've done myself no favors in that I keep changing the target, and now I'm approaching the level where I've glommed to many hacks and fixes onto my original ...
Digital transformation through Java innovation continues to reshape enterprise application development through sophisticated architectural patterns, cloud-native solutions, and modern development ...
The Java Iterator is an all-purpose interface that simplifies looping through a collection of objects. Java's ListIterator provides all the functionality of the Iterator interface, with four ...