You are about to report the tutorial shown below for review. Please only report if there is a problem with it.
Thanks.
First Java Servlets and JSP Tutorial Java / JSP and Servlets
We want to create a small web application (library), that illustrates the usage of JavaServer Pages combined with Java Servlets. We use the JavaServer Pages to display data (presentation) and the servlets to control and call the business logic of the web application.