0% found this document useful (0 votes)
13 views

competitive coding SYLLABUS (1) -2

Uploaded by

dilip.reddy0810
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views

competitive coding SYLLABUS (1) -2

Uploaded by

dilip.reddy0810
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

MALLA REDDY UNIVERSITY

DEPARTMENT OF INFORMATION TECHONOLOGY


COMPETITIVE CODING SYLLABUS

MODULE 7

Servlet Technology Model:-Servlet API and life cycle, Http methods, HttpServletRequest,
HttpServletResponse.
The Structure and Deployment of Web Applications :- Structure of Web Application (or)
Directory Structure, Deployment Descriptor: (web.xml), Anotomy of web.xml, Servlet,
Servlet-name, Servlet-class, init-param (Servlet initialization parameters), ServletConfig,
load-on-startup, Servlet-mapping, Configuration of Welcome Pages, Configuring of error
Pages in web.xml, Mime-Mapping, WAR file, WAR (vs.) JAR (vs.) EAR, Various Commands,
Structure of WAR file, META-INF, MANIFEST.MF.
The Web Container Model:- Servlet Context parameter, Servlet Scopes, Request Dispatcher,
Filters, Wrappers.

Session Management:- Session API, Cookies, URL Rewriting, Hidden Variables, Listeners.

Web Application Security:- Basic Terminology, Types of Authentication, Declarative Security,


Programmatic Security.

MODULE 8

The Java Server pages (JSP) Technology model:- JSP API and life cycle, JSP ELEMENTS, Scripting
Elements, JSP Actions, JSP Implicit Objects/elements, JSP Scopes.
Building JSP Pages Using Standard Actions:- <jsp:useBean> tag, <jsp:setProperty> tag,
<jsp: getProperty> tag, <jsp: include> tag, <jsp: forward> tag, <jsp: param> tag, <jsp:plug-in>
tag, <jsp:params> tag, <jsp:fallback> tag
Building JSP Pages Using the Expression Language (EL):- EL Implicit Objects, EL Operators, EL
Functions.
Building JSP Pages using Tag Libraries (JSTL):- Core Library (14 tags), Sql Tag Library, XML Tag
Library, Formatting Tag Library, Functional Tag Library.
Building a Custom Tag Library:- Classic Tag Model, SimpleTag Model : (jsp 2.0v), TagFiles.
Java EE Patterns:- DTO, MVC, Intercepting Filter, Front-Controller, Business Delegate, Service
Locator, DAO, DAOFactory.

COMPETITIVE CODING DEPARTMENT OF INFORMATION TECHONOLOGY

You might also like