# Thymeleaf vs Java Server Pages (JSP)

In 
Java
Published 2022-12-03

This article explains to you which are the differences between Thymeleaf and Java Server Pages (Thymeleaf vs JSP).

When you create a web page into a server-side Java Web Application, you will follow the schema below:

Both JSP and Thymeleaf use tags, but each tag is specific to the implementation.

Take a look at the Thymeleaf template :

and also to the JSP (Java Server Pages) template: