Basics
  • Requirements to get started
  • Project setup
  • Hello Servlet
  • Hello World Jsp
  • Servlets life cycle
  • JSP expressions scripting element
  • JSP scriptlets scripting element
  • JSP declarartions scripting element
  • JSP comment
  • JSP directives
  • MCQs and Predict the Output
  • Deployment descriptor and annotations
  • JSP configuration in deployment descriptor
  • Reading URL parameter(s)
  • Include file(s) in JSP page
  • Import files into Jsp page
  • Forward and redirect under JSP
  • JSP Implicit Objects
  • MVC overview
  • Exercise - Basic redirection using servlet
  • Basic application based on MVC
  • MCQs and Predict the Output
  • Project files
  • How to Import Project Files?
  • Meet your Author
  • Linkedin and Instagram links
Web Forms
  • Forms overview
  • Form elements
  • Forms under JSP
  • Forms under Servlet
  • Basic form validation under JSP
  • Checkout "Our Full Stack Java Developer Course"
  • MCQs and Predict the Output
  • Project files
Understanding Java Beans
  • Beans overview
  • Bean scope types - session, page & application
  • Request scope
  • Beans with web forms
  • Connect on LinkedIn, "It's good!"
  • MCQs and Predict the Output
  • Project files
Session management
  • Session under JSP overview
  • Introduction to cookie
  • Read and write operation of cookie
  • User logout (Via cookie)
  • User logout (using session attribute)
  • Organizing application
  • Fixing Redirect and forward links
  • Handling session without cookie
  • Servlet Filters
  • Discussion forum
  • MCQs and Predict the Output
  • Project files
JSTL core tags (Bonus)
  • JSTL setting up
  • JSTL set and remove tags
  • Reading from Bean using Expression Language
  • Decision making under JSTL
  • JSTL Choose and when tags
  • MCQs and Predict the Output
  • JSTL for loop
  • JSTL forEach loop
  • JSTL forTokens tag
  • JSTL import and param tag
  • JSTL URL and redirect tag
  • JSTL catch tag
  • About Project files
  • MCQs and Predict the Output
  • Project files
Good to know information
  • Good to know information
  • We have started AI related courses
JSTL functions tags
  • JSTL length functions
  • JSTL trim and escapeXml function
  • JSTL more functions
  • JSTL even more functions
  • JSTL Split and Join function
  • MCQs and Predict the Output
JSTL XML tags
  • Adding Sample XML file
  • JSTL XML Parse and Out tag
  • JSTL XML ForEach and If tag
  • JSTL XML Choose When otherwise
  • MCQs and Predict the Output
I18N Overview
  • Overview of I18N
  • Locale
Project on JSTL I18N
  • Setting up
  • Adding properties
  • Integration with website (i18n)
  • MCQs and Predict the Output
JSTL formatting tags
  • Formatting date & number
  • MCQs and Predict the Output