An Overview of Spring Framework 6
Spring Framework 6 is a new generation of the core framework for 2023 and beyond. This presentation provides an overview of the major changes and new features in the 6th generation of the Spring Framework for Java.
Spring Framework 6 is a new generation of the core framework for 2023 and beyond. This presentation provides an overview of the major changes and new features in the 6th generation of the Spring Framework for Java.
Java Enterprise has come a long way. We want to focus on modern approaches on how to do enterprise applications, but where do we start? What technologies, tools, and approaches are a good choice for our applications and what allows us to effectively implement business logic and to deliver value …
It’s one thing to develop Java Enterprise applications, to execute, and validate them in test environments. Running the application in production, however, is a whole other story. Production life is harsh, unforgivable and the ultimate verification whether your application is able to add value to its users. Besides knowing the …
Have you wondered how you can improve the performance of your Java EE applications under high load? You probably heard that reactive design can help meet better response time and make your applications more flexible. This presentation shows you that you don’t need to rewrite your Java EE applications from …
Are you still stuck in Java EE 5? Eager to move and boost developer productivity with all the cool things introduced in Java EE 7? This session presents the solutions implemented to completely migrate an application called Segurnet from Java EE 5 to Java EE 7. Expect a very technical …
As the software development industry matures there is an increasing demand for high-throughput, low-latency systems heavily utilizing event-driven programming and asynchronous processing. This trend is rapidly converging on the somewhat well established but so-far not well understood term “Reactive”.