Developing Websites with Java EE: JSP Inclusions

Опубликовано: 16 Июнь 2026
на канале: Cours informatique-G
59,737
334

Other videos from the Java EE training course: https://goo.gl/cI7phN
________________________________________________________________
This video allows you to practice the basics of JEE web development using Servlet, JSP, and JSTL web components. This video shows an example of a JEE web application that follows the MVC pattern with a business layer that performs JDBC object-relational mapping. = The Business layer, which contains: - An interface - An implementation of the interface - A class to test this implementation
= The Web layer, which contains: - A model - A controller: Servlet - A JSP view -
This video will teach you the following concepts: - Creating a MySQL database - Performing object-relational mapping with JDBC - Creating a Singleton pattern - Using the JDBC driver - Following the MVC pattern - Creating a servlet - Deploying a servlet: web.xml or annotations - Creating a JSP using JSTL - Creating a CSS stylesheet - Writing a minimum of JavaScript
This example is an ideal step before starting to use the Hibernate, Spring, Struts, or JSF frameworks.