This repository has sample code written for servlets and jsp video tutorial taken in Tamil language for www.guvi.in . https://www.guvi.in/course-detail?course=servletjsp Use "learnservletandjsp" code for 10% discount
- Intro to http, web server , servlet
- Eclipse installation
- tomcat installation
- Servlet request processing architecure
- HelloWorld servlet and lifecycle , annotation
- HTML form processing , header , war files
- init param , forwar, include , redirect
- Servlet Scopes - request,sesion,servletContext
- Servlet scopes - par two
- Servlet listener
- Servlet filter
- Web fragements and dynamic add of servlet
- Asynchronous servlet processing
- JSP introuduction
- JSP implicit objects scriplet declaration and expression
- JSP Directives - include
- JSP Directives - page
- Calling java code from JSP
- taglib directive and writing of simple tag
- taglib part two
- JSP expression language
- JSTL Part one
- JSTL Part two
- MVC design pattern
- MVC design pattern implementation
- Sample MVC application with mysql DB part one
- Sample MVC application with mysql DB part two
- Web security part one
- Web security part two