In my previous tutorial, I showed you how to use Apache Tiles in Spring MVC. I want to write another tutorial on how to use Apache Tiles in Spring Boot to give you an overview of the differences between these two uses. That is the… Read More
Using Apache Tiles in Spring MVC Using Apache Tiles in Spring Boot
Apache Tiles is an open source template engine used for web applications in Java. It allows us to reuse common elements between pages in our web application. In this tutorial, I will guide you to use Apache Tiles in your Spring MVC! I will create… Read More
To simplify the application development process with the Spring framework, Spring Boot has been introduced. You can refer to this tutorial to imagine what Spring Boot is! In this tutorial, I will summarize all the tutorials of Huong Dan Java about Spring Boot for easy… Read More
Spring MVC is a framework implementing the MVC model in web applications. In this tutorial, I would like to summarize the necessary knowledge so that you can work with Spring MVC. But first of all, let’s find out the way to create a new Spring… Read More