Description
In this course, you will learn :
- The fundamentals of JSP and servlets.
- Students could begin learning frameworks such as Spring, JSF, and others.
Syllabus :
- Requirements to get started
- Project setup
- Hello Servlets
- Hello JSP
- Servlets life cycle
- JSP expressions element
- JSP scriptlets element
- JSP declarations element
- JSP comment element
- JSP Directive element
- Deployment descriptor and annotations
- JSP configuration in deployment descriptor
- Reading URL parameter(s)
- Include file(s) in JSP page
- Import class into Jsp page
- Forward and redirect under JSP
- MVC overview
- Exercise - Basic redirection using servlet
- Basic application based on MVC
- Forms overview
- Forms under JSP
- Forms under Servlets
- Basic form validations