Mô tả

The Most Popular JSP/Servlet course!

Join 34,000+ students that are already enrolled!

Over 7,000+ Reviews! (the most reviews for any JSP/Servlet course on Udemy)

---

Build a JDBC Database Web App with JSP and Servlets - CRUD: query, insert, update and delete

By the end of this course, you will create all of the source code for a complete MVC CRUD application.

You will type in every line of code with me in the videos ... all from scratch.

I explain every line of code that we create. So this isn't a copy/paste exercise, you will have a full understanding of the code.

---
Sample Reviews

★★★★★

Excellent JSP Primer. The code works flawlessly ... top notch quality! - Zac Smith


★★★★★

The Best JSP course for any Beginner. This course will meet or exceed your expectations! - Macuei Mathiang


★★★★★

I am really enjoying learning JSP from this wonderful tutorials and the way Chad explains them with such a great simplicity makes me feel like I am in a classroom with him and he is mentoring me face to face. - Vishal Rangras
---

Covers JSP 2.3 and Servlet 3.1

Live Coding - Watch me code all of the projects from scratch

Responsive Instructor - All questions answered within 24 hours

---

All source code is available for download

PDFs of all the slides available for download

---

Professional video and audio recordings (check the free previews)

Closed-Captions / Subtitles available for English (new!)

---

What Is Java Server Pages (JSP)?

JSP (JavaServer Pages) is a popular web application solution for Java. JSP helps developers create dynamically generated HTML web pages on the fly. JSP is similar to PHP, but it uses the powerful Java programming language instead.


Benefits of Taking This JSP/Servlets Course

Knowing JSP and Servlets can get you a job or improve the one you have. It's a skill that will put you more in demand in the modern web development industry, and make your software life easier, that's why it's so popular and backed by Oracle.

This course will help you quickly get up to speed with JSP and Servlets. I will demystify the technology and help you understand the essential concepts to build a real JSP/Servlet web application from scratch.


Build a Real JSP/Servlet Application from Scratch

This course is project based and you will build a fully functioning JSP/Servlet web application from scratch.

We start off with a brief overview of JSP and Servlets. Then I show you how to setup your development for JSP by installing Tomcat and Eclipse. Next, I show you how to connect Eclipse and Tomcat for rapid application development.

We cover the key JSP scripting elements: Expressions, Scriptlets and Declaration. For each scripting element, I show you working code examples along with the appropriate use-case and best practices.

You learn about the built-in objects available in JSP. Code examples demonstrate the most common built-in objects.

Next, we cover how to read HTML form data with JSP. This includes reading form data for text fields, drop-down lists, radio buttons and checkboxes.

Then you learn how to manage application state with Sessions and Cookies. You make use of the built-in session object to keep track of actions for a unique user. You also leverage Cookies to personalize a web site for a specific user.

Finally, the course includes JDBC database integration. You learn how to leverage JDBC queries, inserts, updates and deletes in a JSP/Servlet web application.

At the end of this course, you will have a fully functional JSP/Servlet web application that connects to a database. You can use this application as a starting point for your project.

All of the source code and database scripts are provided.


You Will Learn How To

  • Build a fully functioning JSP/Servlet web application from scratch

  • Set up your JSP/Servlet development environment with Tomcat and Eclipse

  • Explore JSP scripting elements: Expressions, Scriptlets and Declarations

  • Read HTML form data with JSP and Servlets

  • Include additional files in your JSP file for a standard look-and-feel

  • Manage application state with Sessions to track unique user actions

  • Leverage Cookies to personalize a web site for a specific user

  • Build a Multi-Lingual app using Internationlization with JSTL

  • Build an MVC application with JSP and Servlets

  • Add database support with JDBC: query, insert, update and delete

  • Build a complete database web app with JDBC


Student Reviews Prove This Course's Worth

Those who have reviewed the course have pointed out that the instruction is clear and easy to follow, as well as thorough and highly informative.

Other students enjoy the use of relevant examples throughout the course, as these make the content even easier to comprehend.

Many students had also taken other JSP courses in the past, only to find that this JSP course was their favorite. They enjoyed the structure of the content and the high quality audio/video.

Check out all of the great reviews in the review section ... a lot of happy students :-)

Compared to other JSP/Servlet courses 

Most importantly, this course is project based and you'll build a real JSP/Servlets web application that connects to a database ... all from scratch.

I am a very responsive instructor and I am available to answer your questions and help you work through any problems.

Finally, all source code is provided with the course along with setup instructions.

Quality Material

You will receive a quality course, with solid technical material and excellent audio and video production. This is my fourth course at Udemy.

My first three courses on Udemy were:

  • Eclipse IDE for Beginners

  • Java Database Connection (JDBC)

  • JavaServer Faces (JSF) for Beginners


These courses have received rave 5 star reviews and over 60,000 students have taken the courses. Also, these courses are the most popular courses in their respective categories.

I also have an active YouTube channel where I post regular videos. In the past year, I’ve created over 300 video tutorials (public and private). My YouTube channel has over 4.5 million views. So I understand what works and what doesn’t work for creating video tutorials.


No Risk – Udemy Refund 

Finally, there is no risk. You can preview 25% of the course for free. Once you purchase the course, if for some reason  you are not happy with the course, Udemy offers a 30-day refund (based on Udemy's Refund Policy).

So you have nothing to lose, sign up for this course and learn how to build JSP/Servlet applications from scratch!

Target Audience

Java Developers with basic Java experience

Bạn sẽ học được gì

Build a fully functioning JSP and Servlets web application from scratch

Set up your JSP/Servlet development environment with Tomcat and Eclipse

Explore JSP scripting elements: Expressions, Scriptlets and Declarations

Read HTML form data with JSP and Servlets

Manage application state with Sessions to track unique user actions

Leverage Cookies to personalize a web site for a specific user

Integrate the JSP Standard Tag Library (JSTL) to minimize scriptlet code

Build a Multi-Lingual app using Internationalization and JSTL

Build an MVC application with JSP and Servlets

Generate HTML Tables with JSP and Servlets

Add database support with JDBC: query, insert, update and delete

Build a complete database web app with JDBC

Yêu cầu

  • Basic Java knowledge is required
  • Basic HTML knowledge is helpful

Nội dung khoá học

18 sections

Course Introduction

5 lectures
Introduction
01:39
Download Source Code and PDFs
00:04
How To Take This Course - Type the Code with Me!
00:21
How To Get Help
00:30
Closed Captions and Subtitles Available for English
00:13

Getting Started with JSP

9 lectures
JSP and Servlets Overview
04:15
FAQ: Are JSP and Servlets still used in 2024? ... umm yep!
00:14
Setting Up the Development Environment Overview
01:27
Installing Tomcat on MS Windows
05:45
Install Tomcat on Mac
04:38
Installing Eclipse on MS Windows
04:51
Install Eclipse on Mac
04:06
Connecting Eclipse to Tomcat
02:39
FAQ: HELP! - Can't Start Tomcat - Ports are in Use!
00:31

JSP Fundamentals

7 lectures
JSP Hello World
08:47
JSP Expressions
07:24
JSP Scriptlets
05:17
JSP Declarations
05:22
Calling a Java Class from JSP
07:02
JSP Built-In Objects
05:21
Including Files in JSP
05:24

Reading HTML Form Data with JSP

7 lectures
HTML Forms Overview - Part 1
04:21
HTML Forms Overview - Part 2
04:26
Drop-Down Lists
07:26
Radio Buttons
07:16
Checkboxes - Overview
03:27
Checkboxes - Write some Code!
06:55
FAQ: How to handle when user doesn't select a checkbox?
00:12

State Management with JSP

10 lectures
Tracking user actions with Sessions - Overview
08:18
Tracking user actions with Sessions - Write some Code!
10:35
FAQ: Session Tracking - How does the TO DO LIST demo work?
03:23
FAQ: For TO DO list example, I'm able to enter empty items. How to fix this?
00:41
FAQ: How Do I Prevent Duplicate Items on Browser Reload?
00:50
FAQ: Details on PageContext and Session objects
02:12
Personalize Content with Cookies - Overview
12:21
Personalize Content with Cookies - App Demo
03:03
Personalize Content with Cookies - Write some Code!
11:50
FAQ: How To Handle White-Space in Cookie Values?
01:30

JSP Standard Tag Library (JSTL) - Core Tags

11 lectures
JSP Tags Overview
05:10
Install JSTL JAR files
06:29
Where can I download the JSTL JAR files from the Internet?
00:16
FAQ: Why Two JAR files for JSTL?
00:15
JSTL Core Tags - Looping with forEach - Overview
05:19
JSTL Core Tags - Project Setup
00:23
JSTL Core Tags - Looping with forEach - Write some Code!
03:19
JSTL Core Tags - Looping with forEach - Building HTML Tables
11:07
FAQ: Reading Cookies with JSTL
00:22
JSTL Core Tags - Testing Conditionals with the IF tag
05:08
JSTL Core Tags - choose Tag
03:58

JSP Standard Tag Library (JSTL) - Function Tags

2 lectures
JSTL Function Tags - length, toUpperCase and startsWith
06:12
JSTL Function Tags - split and join
06:48

Build a Multi-Lingual App with JSTL - i18n Tags

5 lectures
Multi-Lingual / Internationalization Overview
05:35
Multi-Lingual / Internationalization Messages
09:03
Build a Multi-Lingual App with JSTL - Step 1
07:17
Build a Multi-Lingual App with JSTL - Step 2
03:40
Build a Multi-Lingual App with JSTL - Step 3
07:58

Servlet Fundamentals

10 lectures
Hello World Servlet - Overview
03:47
Hello World Servlet - Let's Write some Code
09:09
Comparing Servlets and JSP - What's the Difference
03:21
Reading HTML Form Data with Servlets - Overview
02:29
Reading HTML Form Data with Servlets - Let's Write some Code
07:23
HTML Forms - Difference between GET and POST
04:33
Reading Servlet Parameters - Overview
04:19
Reading Servlet Parameters - Let's Write some Code
07:57
FAQ: Can you define per servlet parameters?
01:11
FAQ: How To Redirect from JSP to Servlet?
00:30

MVC - Build an MVC App with Servlets and JSP

7 lectures
MVC with Servlets and JSP - Overview
05:19
MVC with Servlets and JSP - Let's Write some Code
08:58
MVC with Servlets and JSP - In More Detail
02:04
MVC with Servlets and JSP - Part 1 - Create Student Class
03:27
MVC with Servlets and JSP - Part 2 - Create StudentDataUtil
03:59
MVC with Servlets and JSP - Part 3 - Create MVC Servlet
04:35
MVC with Servlets and JSP - Part 4 - Create JSP View with HTML Tables
07:41

Build A Complete Database Web App with JDBC - Part 1

10 lectures
Project Overview and Demo
03:56
Download JDBC Source Code
03:23
Installing the MySQL Database on MS Windows
04:41
Installing the MySQL Database on Mac
00:02
Setting up our Project Database with Sample Data
04:56
Setup Tomcat Datasource for Connection Pooling
07:11
HEADS UP - Changes for MySQL Database Server version 8
00:43
Test Tomcat Connection Pooling
14:53
Resources: Tune and Configure Tomcat JDBC Connection Pool for Production Use
00:12
MVC Application Architecture
02:18

Build A Complete Database Web App with JDBC - Part 2

7 lectures
List Students - Overview
05:36
List Students - Creating the JDBC Code
11:51
List Students - Building the Servlet
11:03
List Students - Developing the JSP
09:00
List Students - Making it Pretty with Cascading Style Sheets (CSS)
03:59
List Students - Adding JSTL Functionality
07:44
List Students - Adding a Welcome File
06:46

Build A Complete Database Web App with JDBC - Part 3

5 lectures
Add Student - Overview
03:32
Add Student - Setting up the Button
04:19
Add Student - Constructing the HTML Form
08:57
Add Student - Developing the Servlet
09:47
Add Student - Creating the JDBC Code
07:28

Build A Complete Database Web App with JDBC - Part 4

6 lectures
Update Student - Overview
04:33
Update Student - Creating the Update Link
05:54
Update Student - Prepopulating the HTML Form - Part 1
13:52
Update Student - Prepopulating the HTML Form - Part 2
06:12
Update Student - Developing the Servlet
06:41
Update Student - Creating the JDBC Code
09:45

Build A Complete Database Web App with JDBC - Part 5

3 lectures
Delete Student - Overview
03:16
Delete Student - Creating the Delete Link
07:35
Delete Student - Developing the Servlet and JDBC Code
11:33

Summary

2 lectures
JDBC Project Review
01:10
Thank You and Please Leave a Rating for the course
00:54

Appendix

10 lectures
FAQ - Deploying To Tomcat using WAR files
01:09
FAQ: How to Import Eclipse Projects
00:33
Resolve Issue: Clicking Refresh/Reload button results in adding same student
01:26
FAQ: How to use Bootstrap with JSP
00:17
How to Secure your Web Application - Security
00:08
FAQ: Sensitive Data in the URL? Maybe use POST instead??
00:42
FAQ: How to use Maven with JSP-Servlet Projects
01:54
FAQ: How to use Maven with Student Tracker Project
01:35
FAQ: How to add Search features to the App?
03:20
FAQ: How to prevent empty fields in the Student Tracker project?
02:01

Bonus

1 lectures
Bonus
00:49

Đánh giá của học viên

Chưa có đánh giá
Course Rating
5
0%
4
0%
3
0%
2
0%
1
0%

Bình luận khách hàng

Viết Bình Luận

Bạn đánh giá khoá học này thế nào?

image

Đăng ký get khoá học Udemy - Unica - Gitiho giá chỉ 50k!

Get khoá học giá rẻ ngay trước khi bị fix.