
Build a factorial calculator in JSP using a form to capture user input, convert it to an integer, and display the factorial result on the same page.
Build a two-page registration app with a form for first name, last name, and gender, and a welcome page that displays values via JSP, using post to hide data.
Learn how to connect to an Oracle database using JDBC: load the driver, establish a connection, create a statement, execute a query, and close the connection.
Establish a database connection to an Oracle server using JDBC in eclipse by loading the Oracle driver, registering it, and creating a connection to localhost:1521/xe with the system user.
Create a table in your database using a statement by loading the driver, establishing a connection, and executing a create table query for employee_id, employee_name, and employee_salary, using executeUpdate.
Create and include a reusable header in a jsp-based product management system, validating user sessions, rendering a navigation menu, and greeting the logged-in user with their username.
View products demonstrates fetching all products from the database, building product objects with id, name, category, and price, and displaying them in a table with edit and delete actions.
Learn to edit a product by retrieving it by ID, pre-populating an edit form, and updating the product through the management layer's update operation.
Learn how the delete product function removes a product by its id, returning a status that redirects to the products page upon successful deletion.
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:-
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:-
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 :)