JSP Programs and Project: Build a Product Management System

JSP Programs and Project: Build a Product Management System

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 2.5 Hours | 401 MB

Build a JSP Database Application in around 3 hours

JavaServer Pages(JSP) is a server-side web technology which is used to create dynamic web pages. This course is designed to help you build your first JSP application in a short time. This course will cover all necessary concepts which are required for building your first project.

This course is suitable for anyone who has some basic knowledge about Core Java and wants to build a JSP project in less time. The course expects the students to have some theoretical knowledge about JSP and Servlets. It has several programming examples which will cover some basic JSP concepts. This course is highly practical-base and main focus is on practicals rather than the theory.

Apart from JSP concepts, this course also covers some basic JDBC concepts which will be helpful for building a database CRUD application. A CRUD application is basically a database application which performs basic operations like Create/Insert(C),Read(R), Update(U), Delete(D). It also has a project at the end which is a Product Management System.

This project has the following functionalities:

  • Login/Logout
  • View Products
  • Add Product
  • Edit Product
  • Delete Product
  • Search Product

The above project is explained line by line in the video lectures and the source code will available for students to download.(Check Conclusion and Source Code section)

Some of the key points regarding this course:

  • Total hands-on programming experience.
  • JSP programming examples explained.
  • Basic JDBC concepts covered.
  • Project: Product Management System
  • Requires 2-3 hours of your time.
Table of Contents

Introduction
1 Installation of Eclipse IDE and JDK
2 Installation of Oracle Database
3 Introduction and Course Overview
4 Setup Tomcat Server

JSP Basic Programs
5 Program 1 Hello World in JSP
6 Program 2 Even Odd
7 Program 3 Multiplication Table
8 Program 4 Month of the year
9 Program 5 Print Request Info
10 Program 6 Click Counter
11 Program 7 Factorial Calculator
12 Program 8 Registration Application
13 Program 9 Page Redirection
14 Program 10 Simple Header Footer

JDBC Basics
15 JDBC Connectivity Steps
16 Establishing connection with the database
17 Reading data from database
18 Create Table using Statement
19 Insert using Statement
20 Statement Vs PreparedStatement
21 Insert using PreparedStatement

JSP Database Programs
22 Program 11 Read from database
23 Program 12 Add record into database from JSP page
24 Program 13 Dynamic Menu

JSP Project Product Management System
25 Introduction
26 LoginLogout Part 1
27 LoginLogout Part 2
28 View Products
29 Creating Header
30 Add Product
31 Edit Product
32 Delete Product
33 Search Product
34 Running the application

Conclusion and Source Code
35 Conclusion