Learn Java with Ravi
Learn Core Java | Advanced Java | JDBC | Servlets | JSP | Spring | SQL | Hibernate
For Notes & Examples: https://tinyurl.com/JavaNotesRavi
33 - Intro to MVC- Model, View & Controller Architecture
32 - Conclusion on servlet & JSP
31- Different tags used in web.xml file
30 - Filter in Servlet, Servlet chaining & Filter chaining
29 - Listener in Servlet
28 - JSTL core tags in JSP
27 - Expression Language in JSP continued
26 - Intro to Expression Language In JSP & EL Implicit objects in JSP
25 - Developing Custom Tags and using Taglib Directive
24 - Standard actions-useBean, setProperty, getProperty
23 - Standard actions - incude, forward & param, Integration of Servlet, JSP & JDBC
22 - FAQ on Scripting elements, Intro to Directives - page, include & taglib
21 - Scripting elements of JSP - Scriptlets, Declarations and Expressions
20 - Introduction to JSP, Lifecycle of JSP, Implicit objects of JSP
19 - Conclusion on Servlet Technology
18- Developing a Web Application using a single Servlet
17 - interface RequestDispatcher, difference between forward(), include() & sendRedirect() methods
16- JSESSIONID in URL Rewriting or Hidden Form, Life Cycle of all Server Objects & Session Migration
15 - Session management with HttpSession object
14- Session Management with Cookie object-Storing client specific values on client side using Cookie
13 - Storing attributes in ServletContext
12 - interface ServletConfig continued... & interface ServletContext, different types of parameters
11 - Single Thread Model & interface Servlet Config
10 - Servlet API & very important FAQ on Servlet
09- Intro to Web Container architecture, LIFE CYCLE OF SERVLET & important FAQ on Servlet
08 - LIFE CYCLE OF SERVLET, Scalability, Multithreading, Lifecycle management, Resource Management
07- Developing Java Web Application using Servlet, JDBC and Oracle Database
06 - Integrating Tomcat with Eclipse & explanation of HTTP Request Body and Response Body
05 - Folder structure of Web Application and coding Second Web Application
04 - Developing first Web Application using Servlet