Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
JSP Programs and Project: Build a Product Management System
Rating: 4.2 out of 5(78 ratings)
3,277 students

JSP Programs and Project: Build a Product Management System

Build a JSP Database Application in around 3 hours
Created byAbhay Redkar
Last updated 12/2018
English

What you'll learn

  • Understand some basic concepts of JSP with the help of examples.
  • Understand the concepts required to build a JSP application
  • Build a complete JSP project with database operations.

Course content

6 sections36 lectures2h 39m total length
  • Installation of Eclipse IDE and JDK1:36

    Install eclipse ide and jdk by visiting the official eclipse and jdk sites, download the latest versions, accept licenses, and ensure the jdk is installed before launching eclipse.

  • Installation of Oracle Database1:36

    Install Oracle database by downloading Oracle 11g from the official site, run the installer, follow prompts, set and remember the password, then complete the installation.

  • Introduction and Course Overview1:57

    Learn the course overview of jsp programs and a product management system, covering basic programs, database connectivity with statements and prepared statements, dynamic menu creation, and login to manage products.

  • Setup Tomcat Server3:07

    Set up and configure the Tomcat server in Eclipse by downloading Tomcat, adding it to Eclipse, starting the server, and adjusting ports to avoid conflicts.

Requirements

  • Basic knowledge of Core Java is required
  • Basic theoretical knowledge of JSP and Servlets would be helpful as this course contains only practicals

Description

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.

As it’s a short course, it won’t be boring at all. You need to invest only around 2-3 hours of your time. I believe you will enjoy this course and learn a lot. Happy Coding :) 

Who this course is for:

  • Anyone who wants to learn plain JSP with examples.
  • Anyone who wants to build a JSP project in a less time