Study Java EE, particularly Servlets and JSP. This was the reference that I used.
Basically, you need to understand the MVC(model-view-controller) pattern.
Lastly, learn how to incorporate your CSS/HTML/JavaScript/etc in your JSP.
1
solved Web Application using Java [closed]