DEV Community

Discussion on: Java web development

Collapse
 
subbramanil profile image
Subbu Lakshmanan

Hi Hamza!

A good understanding of servlets and JSP would help you a learn the Java Web frameworks faster. However I would suggest compare with a Web framework like spring while learning. Java Web frameworks have come a long way from JSPs & Servlets. The number of lines to serve a simple web application with number of JSPs as view and servlets as controller, have tremendously reduced to mere configuration and few lines of code. In my opinion, I would suggest taking a standard java web framework as Spring and understand how it works. You can always find links to see how it works under the hood.