Home > Tutorials > Frameworks

Tutorials - Spring Framework

Learn about the Spring Framework, a comprehensive programming and configuration model for developing various Java applications.
Spring framework HandlerInterceptor example

Spring framework HandlerInterceptor example

HandlerInterceptor is similar to a Servlet Filter. In addition HandlerInterceptor allows custom pre-processing with the option of prohibiting the execution of the handler itself, a...
August 23, 2022
Spring Data JPA Query examples

Spring Data JPA Query examples

This article explains how to derive simple queries by method names and how to use @Query annotation to create more complex queries.
February 28, 2022