Java EE: Servlets and JavaServer Pages (JSP)

Java EE: Servlets and JavaServer Pages (JSP)

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 6h 14m | 1.18 GB

Learn how to build dynamic web pages using servlets and JavaServer Pages (JSP). This course starts with the basics, covering the fundamentals of servlets. Instructor Ketkee Aryamane explains how to set up your environment, and discusses GET and POST requests, as well as forwarding and redirection. She then moves on to JSP, reviewing fundamental concepts such as the JSP life cycle. She also covers session management, filters, and listeners. To wrap up, she goes over the JSP Standard Tag Library (JSTL) core module and fmt module, and also discusses the development of custom tags.

Topics include:

  • Reviewing the purpose of servlets
  • Implementing a GET request in a web app
  • POST request basics
  • Forwarding, redirection, and other APIs
  • Servlet life cycle
  • Reviewing JSP and its features
  • Session management
  • Filters and Listeners
  • Using expression language in JSP
  • Need for JSTL and its modules