Introduction to Object-Relational Mapping, configuration, CRUD operations, mapping types (One-to-One, One-to-Many, Many-to-One), and Hibernate annotations/XML mapping files.
JSP stands for Java Servlet Pages, a shorthand way of writing simple Servlets, more akin to other web scripting languages like PHP and ASP. A JSP file basically contains HTML, but with embedded JSP ...