Advanced Java (JDBC,Servlets & JSP) Videos and Materials cover

Advanced Java (JDBC,Servlets & JSP) Videos and Materials

Instructor: Nagoor Babu Sir

Language: English

₹4000 50% OFF

₹2000

Advanced Java (JDBC,Servlets & JSP) Videos and Materials By Nagoor Babu Sir
JDBC Videos Link: https://bit.ly/3UXZ42b 
Servles Videos Link: https://bit.ly/49QirOQ
JSP Videos Link: https://bit.ly/3Il5CR1

Contact for More Info:
Email: durgasoftonline@gmail.com
Phone: 8885252627,7207212427/28

===============================

Chapter - 1:Pre-Requisite (Static Keyword)

Session-1 Introduction, Static Variables
Session-2 Eclipse IDE, Static Methods.
Session-3 Static Block[First 25% of Video]

Chapter - 2:Class.forName and new Instance Method

Session-3 Class.forName() and newInstance()[Last 75% of Video]

Chapter - 3:Dynamic Input Approaches

Session-4 BufferedReader, Scanner
Session-5 Console[First Half Of Video]

Chapter - 4:FileOutputStream and FileInputStream

Session-5 FileOutputStream[Second Half Of Video]
Session-6 FileInputStream[First Half Of Video]

Chapter - 5:Exception Handling

Session-6 throws keyword
Session-7 try-catch-finally

Chapter - 6:JDBC [Java Database Connectivity] - Introduction

Session-8 Database , DBMS and Types of DBMS.
Session-9 Query Processing System, Driver-1
Session-10 Driver-2
Session-11 Driver-3

Chapter - 7:Steps to prepare JDBC Applications

Session-12 Load and Register Driver.
Session-13 Establish Connection Between Java appl and Database, Create Statement-1
Session-14 Create Statement-2, Write and Execute SQL queries, Close the Connection

Chapter - 8:JDBC Applications

Session-15 Jdbc App1 to create Table.
Session-16 Jdbc Applications 2 and 3 to Create Tables
Session-17 Jdbc Applications to insert records, update DB, delete records,drop table.
Session-18 Jdbc Applications to select Database from DB, execute() method.
Session-19 executeUpdate() with select query,executeQuery() with update query
Session-20 JDBC Aplication with CRUD operation-1
Session-21 JDBC Aplication with CRUD operation-2
Session-22 JDBC Aplication with CRUD operation-3
Session-23 Jdbc Applications to display table data in Html files and text files[First Half Of Video]

Chapter - 9:Metadata

Session-23 DatabaseMetaData and ResultSetMetaData[Second Half Of Video]
Session-24 Dynamic SQL Queries execution with execute() method[First Half Of Video]

Chapter - 10:JDBC with GUI

Session-24 AWT-JDBC Application-1
Session-25 AWT-JDBC Application-2
Session-26 AWT-JDBC Application-3
Session-27 AWT-JDBC Application-4

Chapter - 11:MySQL Database

Session-28 MySQL Installation

Chapter - 12:Types Of ResultSets

Session-29 Introduction, Scrollable ResultSet.
Session-30 AWT-JDBC Appl on Scrollable ResultSet.
Session-31 Scroll Sensitive and Scroll Insensitive ResultSet.
Session-32 Updatable ResultSet-1
Session-33 Updatable ResultSet-2[First 35% of Video]

Chapter - 13:PreparedStatement

Session-34 Prepared Statement with, insert, update, delete, select, Date Manipulations.[Half Of The Video]

Chapter - 14:Batch Updations

Session-34 Batch Updations

Chapter - 15:Callable Statement

Session-35 Netbeans IDE installation and Callable Statement introduction.
Session-36 Callable Statement-1
Session-37 CallableStatement-2
Session-38 CallableStatement-3 with CURSOR types

Chapter - 16:BLOB and CLOB

Session-39 BLOB Insert and Read
Session-40 CLOB Insert and Write[First Half Of Video]

Chapter - 17:Transaction Management

Session-40 Transaction managemenbt Introduction-1[Second Half of Video]
Session-41 Transaction Management-2
Session-42 Transaction Management-3, Savepoints.
Session-43 Transaction Management-4[First Half Of Video]

Chapter - 18:Connection Pooling

Session-43 Connection Pooling-1 [Second Half of Video]
Session-44 Connection Pooling Mechanism-2

Chapter - 19:RowSets

Session-47 JoinRowSet
Session-45 Introduction, JdbcRowSet
Session-46 CachedRowSet, WebRowSet.

Chapter - 20:Approaches to Load and Register Driver

Session-48 Approaches to Load and Register Driver

Chapter - 21:Installation of Oracle and MySQL Database

Session-49 Installation of Oracle18xe Database[Second Half of Video]
Session-50 Installation of MySQL Database
======================================================================
Topic:Servlets

Chapter - 1:Introduction

Session-51 CUI Vs GUI and Web Vs Distributed Applications-1
Session-52 Web Vs Distributed Applications-2, Static Response Vs Dynamic Response.
Session-53 CGI Vs Servlets and Servlets Vs JSP-1
Session-54 Servlets Vs JSP-2[First Half Video]

Chapter - 2:Client-Server Arch

Session-54 Client-Server Arch Introduction.
Session-55 Client, Protocol Inroduction
Session-56 Http Protocol and its Stateless Nature
Session-57 Http Methods-GET, POST, HEAD, OPTIONS, PUT, TRACE, DELETE
Session-58 Server, Web Server Vs Application Server, Server Vs Container

Chapter - 3:Steps to prepare Web Applications

Session-59 Installation of Tomcat server, Web Application Directory Structer, Deployment Descriptor[web.xml]
Session-60 Prepare Web Resources, Start Server, Deploy web application and Access web Application[First Half of Video]

Chapter - 4:Approaches to prepare Servlets

Session-60 First Approach to prepare Servlet-1[Second Half Video]
Session-61 First Approach to prepare Servlet-2
Session-62 First Approach to prepare Servlet-3[Servlets internal Flow of Execution]
Session-63 First Approach to prepare Servlet-4, Adapter Classes Design Pattern, GenericServlet-1
Session-64 GenericServlet-2[Design and Flow of executiuon]
Session-65 HttpServlet-1
Session-66 HttpServlet-2, Overriding service() method in HttpServlet, Providing constructor and init() method in Single Servlet.
Session-67 Accessing destroy() method in init() method, Servlet Lifecycle , load-on-startup configuration

Chapter - 5:ServletConfig and ServletContext

Session-68 ServletConfig and ServletContext-1
Session-69 ServletConfig and ServletContext-2, Preparing web applications through Eclipse IDE.

Chapter - 6:Weblogic Server

Session-70 Weblogic Server-1
Session-71 Weblogic Server-2
Session-72 Weblogic Server-3
Session-73 Weblogic Server-4[First Half Of Video]

Chapter - 7:Annotations in Servlets

Session-73 Weblogic Server-4[First Half Of Video]

Chapter - 8:User Interface / Forms Design in Servlets

Session-74 Introduction
Session-75 Headers Data, Static Form Generation Vs Dynamic Form Generation.
Session-76 Static Form Generation Apps-1
Session-77 Static Form Generation Apps-2
Session-78 Static Form Generation Apps-3
Session-79 Dynamic Form Generation Apps-1
Session-80 Dynamic Form Generation Apps-2, Welcome Files-1
Session-81 Welcome Files-2[First Half Of Video]

Chapter - 9:JBOSS/Wildfly Server

Session-81 JBOSSWildfly Server-1[Second Half Of Video]
Session-82 JBOSSWildfly Server-2

Chapter - 10:Servlet Communication

Session-83 Introduction, Sending Error Messages, Request Redirection By Using Hyper Links.
Session-84 Request Redirection By Setting response Headers
Session-85 Include Application-1.
Session-86 Include Application-2
Session-87 Forward Application-1
Session-88 Forward Application-2
Session-89 Forward Application-3
Session-90 Applet-Servlet Communication[First Half Of Video]

Chapter - 11:Glassfish Server

Session-90 Glassfish Server-1[First Half of Video]

Chapter - 12:Session Tracking Mechanisms

Session-90 Introduction
Session-91 HttpSession Session Tracking Mechanism.
Session-92 Cookies Session Tracking Mechanism-1
Session-93 Cookies Session Tracking Mechanism-2
Session-94 URL Rewritting Session Tracking Mechanism-1
Session-95 URL Rewritting Session Tracking Mechanism-2
Session-96 Hidden Form Fields Session Tracking Mechanism

Chapter - 13:Servlet Filters

Session-97 Introduction
Session-98 Servlet Filter Application[First Half Of Video]

Chapter - 14:Servlet Wrappers

Session-98 Introduction[Second Half Of video]
Session-99 Servlet Wrappers Application[First Half Of Video]

Chapter - 15:Servlet Listeners

Session-99 Servlet Listeners[Second Half Of Application]
Session-100 Servlet Listeners Applications

Chapter - 16:File Uploading and File Downloading

Session-101 File Uploading and File Downloading

Chapter - 17:Web Security

Session-102 Web Security
=========================================
Topic: JSP[Java Server Pages]

Chapter - 1:Introduction

Session-103 Introduction
Session-104 Static Vs Dynamic, Servlets Vs JSPs
Session-105 JSP Application
Session-106 JSP Lifecycle
Session-107 JSP Translated Servlet[First Half of Video]

Chapter - 2:JSP Elements

Session-107 JSP Elements Introduction[Second Half Of Video]
Session-108 JSP Directives, JSP-Page directive-1
Session-109 JSP Page Directive-2
Session-110 JSP Page Directive-3, Include Directive, Taglib Directive

Chapter - 3:JSP Scripting Elements and JSP Implicit Objects and JSP Scopes

Session-111 Scripting Elements, JSP implicit Objects.
Session-112 JSP Scopes and JSP Applications

Chapter - 4:JSP Standard Actions

Session-113 Introduction
Session-114 jspinclude
Session-115 jspplugin

Chapter - 5:JSP Custom Actions

Session-116 Custom Tags Introduction
Session-117 Classic Tags, Tag interface, Simple classic tag, Custom Tag Attributes
Session-118 Iteration Tags
Session-119 Nested Tags, Body Tags-1
Session-120 Body Tags-2, Simple Tags

Chapter - 6:[JSP Standard Tag Library] and EL[Expression Language]

Session-121 JSTL Introduction, Core Tags.
Session-122 Fmt tags, SQL Tags, Expression Language and Functions Tags

Reviews
Other Courses
Launch your GraphyLaunch your Graphy
100K+ creators trust Graphy to teach online
𝕏
DURGASOFT ONLINE 2024 Privacy policy Terms of use Contact us Refund policy