Core Java
-

Inheriting Javadoc Method Comments
Although the JDK Tools and Utilities pages for the javadoc tool describe the rules of Javadoc method comment reuse by…
Read More » -

Hack Speedment into Your Own Personal Code Generator
Speedment is an Open Source toolkit that can be used to generate Java entities and managers for communicating with a…
Read More » -

Java Performance Monitoring: 5 Open Source Tools You Should Know
Little known yet useful: The state of open source Application Performance Monitoring One of the most important things for any…
Read More » -

Auto-Generate Optimized Java Class Specializations
If you visited JavaOne this year you might have attended my presentation on “How to Generate Customized Java 8 Code…
Read More » -

Java Annotations Are a Big Mistake
Annotations were introduced in Java 5, and we all got excited. Such a great instrument to make code shorter! No…
Read More » -

Are You Still Debugging?
Debugging is “a process of running a program/method interactively, breaking execution flow after each statement and showing…” In a nutshell,…
Read More » -

5 Things Only Experienced Developers Can Teach You About Java
An overview of everything you need to know before diving deep into developing Java There are numerous tools, methods, environments…
Read More » -

Resolve method calls in Java code using the JavaSymbolSolver
Why I created the java-symbol-solver? A few years ago I started using JavaParser and then I started contributing. After a…
Read More » -

Java Microservices: The Cake Is a Lie but You Can’t Ignore It
What does building a microservice actually means? Answered through the eyes of microservice frameworks It’s becoming impossible to ignore the…
Read More »
