I want to create a web application using Java. I have some knowledge of the language, and when searching online tutorials they always mention the creation of a servlet
. Is it necessary to learn and use servlets to create these types of applications? Is it possible to create a web application in Java where you do not have to use a servlet at all?
Note: using a framework like Spring
, MVC
or JSF
also requires the use of a servlet, although I do not have to code the servlet
on my own. Consider this at the time of the response.