2:49
Generative ai for Java applications full course | Java with Gen AI course introduction
harisystems
2:32
1a Introduction
1:11
1b Getting started on Windows, macOS, and Linux
1:50
1c How to ask great questions
1:23
1d FAQ’s
5:10
2a Overview of Java Web Technologies
11:09
2b Client and Server side programming
9:43
3a Generative AI Introduction
6:15
3b Artificial Intelligence AI
4:59
3c Machine Learning ML
6:28
3d Deep Learning DL
6:13
4a Generative AI Gen AI for programmers
2:40
4b Set up an account with ChatGPT
8:22
4c How to use ChatGPT Open AI as Gen AI
8:54
5a AI powered code generation tools to improve the team’s efficiency
5:37
5b Create a Java binary search algorithm with source code
5:36
5c Explain piece of source code
8:03
5d Natural language to SQL
5:23
5e Create an AI driven Mobile App documentation
5:03
5f Java bug fixer on source code
8:00
6a Java Architecture and components
10:24
6b Java Installation step by step
9:39
6c Java path setting environment variables
8:14
6d Eclipse EE Download and install for Enterprise Java Web Developers
5:58
6e Starting Eclipse IDE and Explore Futures
9:32
6f Creating a New Dynamic Web Project in Eclipse
2:23
7a Apache Tomcat Web Server Architecture
5:31
7b Download and Installing Tomcat
12:37
7c Configuring Tomcat on Eclipse for Deploying Java Web Applications
8a Introduction to JSP and Its Syntax
7:29
8b JSP Directives, and Scripting Elements
4:49
8c Using JSP for Dynamic Content Generation
6:22
9a Java Servlets and Their Lifecycle
9:46
9b Creating and Deploying Servlets
18:51
9c Handling Form Data and HTTP Requests
4:32
10a Introduction to MySQL
9:21
10b Download and Installing MySQL Server
2:29
10c Installation Steps for macOS and Linux notes
3:02
10d Installing MySQL Workbench
4:21
10e Start MySQL Server using Workbench
5:16
10f Creating Database and table
2:59
10g INSERT data records into table
6:00
11a SELECT statement Query
4:16
11b WHERE clause statement Query
5:26
11c UPDATE statement Query
3:37
11d DELETE statement Query
3:58
12a Project Planning and Design
3:41
12b Set Up the MySQL Database
4:13
12c Create a New Dynamic Web Project in Eclipse
7:19
12d Add MySQL JDBC Driver connector to the Project
15:49
12e Connecting Java Applications to MySQL
12:27
12f Create a Servlet for Report Logic
5:56
12g Create an index JSP and link to Servlet
2:17
12h Run the Application Read Records for Report View
2:54
13a Add a Link to Index jsp
4:39
13b Create the Registration Form JSP
7:25
13c Create the Servlet to Handle Form Submission
3:30
13d Testing the Application create records
7:47
14a Create the Edit Form JSP Page
4:12
14b Add an Edit link on Report View form
14c Create the Update Servlet
2:48
14d Testing the Application update records
3:55
15a Add a Delete Link on Report View form
3:06
15b Create the Delete Servlet
15c Test the Application delete records
7:16
16a Use MD5 algorithm to encrypt user passwords
2:45
16b Test Encrypted user passwords
2:09
17a Create a Login Form
3:09
17b Create a Login Servlet
1:44
17c Create a Dashboard Page
17d Session Creation and Reading
1:33
17e Create a Logout Servlet
2:35
17f Test the Login functionality
2:22
18a Create WAR File of project by Eclipse
18b Configure a web xml file
3:18
19a Ensure the MySQL JDBC Driver is Added to the Project
19b Check the Class path on Tomcat
1:57
19c Use the Correct Driver Class Name