Monitoring and Analyzing Modular Applications with JFR & JMX
Learn how to monitor and analyze modular Java applications using JFR and JMX. Covers setup, pitfalls, best practices, and real-world examples for JPMS
Practical, example-driven posts focused on Java, Spring Boot, backend design, and performance.
Learn how to monitor and analyze modular Java applications using JFR and JMX. Covers setup, pitfalls, best practices, and real-world examples for JPMS
Learn how to modularize a real-world Java monolith using JPMS. Covers migration strategy, pitfalls, best practices, and examples from enterprise applications
Discover common pitfalls and anti-patterns in Java module usage. Learn how to avoid mistakes in JPMS, from classpath confusion to misuse of exports and opens