Writing a simple Java project without using external dependencies like Eclipse / Maven... (more…)
Read more »
I’ve been building enterprise Java web apps since servlets were created. In that time the Java ecosystem has changed a lot but sadly many enterprise Java developers are stuck in some very painful and inefficient ways of doing things. In my travels I conti... (more…)
Read more »
Know the problems facing during projects. Learn Java features, challenges and issues faced during the Java programming. Start your career as Java developer and become a Java professional.
Read more »
At work today I came across an Eclipse feature for cleaning up Java code. It helps you to improve the code, for example to add final to attributes or parameters, or to improve boolean expressions. (more…)
Read more »
Virtual threads are a lightweight implementation of Java threads, delivered as a preview feature in Java 19. They dramatically reduce the effort of writing, maintaining, and observing high-throughput concurrent applications. Virtual threads breathe new l... (more…)
Read more »