Posted inJava Spring How Spring Framework Adopts Jakarta EE 9 Namespace Posted by Emir October 10, 2022 October 10, 2022 Category: Spring Framework & Spring Boot Evolution As the Java ecosystem moves…
Posted inJava Spring Migrating Spring Boot 2.x Applications to Spring Boot 3.x: A Hands-On Guide Posted by Emir August 13, 2022 Spring Boot 3.x brings many improvements but also some breaking changes, most notably the move…
Posted inJava Spring Introduction to Spring Boot 3.x: New Features and Improvements Posted by Emir March 20, 2022 Spring Boot 3.x marks a significant milestone in the Spring ecosystem, aligning with Java 17+…
Posted inJava What’s New in Java 18: A Developer’s Guide Posted by Emir March 15, 2022 Date: March 15, 2022 Category: Java Language & Platform Updates While not a long-term support…
Posted inJava Java 17 LTS Overview: Key Features for Web Developers Posted by Emir October 11, 2021 I haven’t blogged much about Java lately because, frankly, .NET and React have been occupying…
Posted inJava Java 8: Enhancements to the Stream API with flatMap() Posted by Emir December 20, 2016 Published: December 20, 2016 Introduction Java 8 introduced the powerful Streams API to simplify data processing tasks, making…
Posted inJava Working with Java 8’s CompletableFuture for Asynchronous Programming Posted by Emir November 20, 2016 Published: November 20, 2016 Introduction Asynchronous programming has become an essential feature in modern applications, especially…
Posted inJava Nashorn JavaScript Engine: Running JavaScript from Java Posted by Emir November 3, 2016 Published: Novembar 3, 2016 Introduction Java provides an excellent feature for integrating JavaScript into Java applications…
Posted inJava Practical Example: Building a Small Application Using Java 8 Features Posted by Emir October 15, 2016 Published: October 15, 2016 Introduction In this tutorial, we’ll build a simple Java application that demonstrates…
Posted inJava The Stream.reduce() Method: Aggregating Data Posted by Emir September 12, 2016 Published: September 12, 2016 Introduction In Java 8, the reduce() method is part of the Streams API and…