Recent Posts

IBM’s Chief Java Architect Flies in from Canada to Share JVM Optimization Secrets—Will You Be There?

Author: Richard Fichtner Original post on Foojay: Read More It’s not every day that Mark Stoodley, IBM’s Chief Architect for Java, flies from Canada to Europe to lead a hands-on workshop. At JCON EUROPE 2025, you have a rare opportunity to sit down, code, and ask your questions to one of the most influential technical leaders in the Java world. …

Read More »

Foojay Webinar Live Stream: Java’s Place in the AI Revolution

Author: Frank Delporte Original post on Foojay: Read More This first online Foojay Webinar highlights Java’s place in the AI revolution, focusing on exploring AI/ML using pure Java tools. AI and Machine Learning (ML) are becoming essential in modern software development. For Java developers, there’s no need to switch technology stacks. It’s now possible to build, train, and deploy ML …

Read More »

Improving Maven’s dependency:analyze… or not

Author: Nicolas Frankel Original post on Foojay: Read More Recently, my good friend Richard Fichtner advised using the mvn dependency:analyze command to get rid of declared but unused dependencies: There is another use case for mvn dependency:analyze It can show you the dependencies you use in your code but have not declared in your pom.xml. This works because you have …

Read More »