You see, JSPs are essentially hybrids. They are a way for coders to create HTML and mix in some Java. Now, way back when JSPs were first created, you could embed native Java code right onto your JSP (read: onto your presentation layer). This has quickly been labelled as a horrendous programming practice ...
The post EP05 – JSPs are extinct and Thymeleaf is the Culprit appeared first on Coders Campus.