java How to Migrate a Java Monolith to Microservices Microservices help us build, scale, and deploy software faster. Here's how to migrate your monolith, without losing your mind.
cloudnative 3 Reasons Why All Java Developers Should Consider Quarkus Quarkus is an open source stack to write cloud-native Java applications freaky fast. Live coding, automatic service provisioning, and more.
BPMS How One Little Method In java.io.File Cost Us 2 Weeks A little method in java.io.File made for one hard to reproduce error and plenty of lost time
java How to Deflate a Bloater: The Story of TooLargeHelperImpl Bloaters slow down your business. Work to trim your scope...not your code quality.
java Q&A: How do we remove version information from EJB JNDI names? We can use a maven plugin to remove version information from EJB JNDI names.
java How to Use Remote EJBs in JBoss Pt. 2 It's easy to setup a Remote EJB connection in JBoss. In this section, we learn how to do that.
java How to Use Remote EJBs in JBoss Pt. 1 Remote EJBs help us access components when they run on a different machine