17CI14-WEB TECHNOLOGIES
Syllabus Lesson Plans(A-Section) (B-Section)
WT LAB LESSON PLAN
softwares : jdk oracle apachetomcat
Previous Question Papers:
2019-2020 (Academic year)
2018-2019 (Academic Year)
UNIT Wise Descriptive Questions and Objective Questions
Assignment Questions:
Assignment 1 Questions Last Date : 28/04/2021
Assignment 2 Questions
Assignment 3 (UNIT-3-JDBC)
Assignment 4 (UNIT-4-Servlets)
Assignment 5 (UNIT-5-JSP and struts)
UNIT-1 (HTML & DHTML)
a) HTML Notes
b) CSS Notes
c) Java Script Notes
d) HTML Notes IGNOU
XML Notes XML NOTES Question and answer wiseXML PPT(Good Material)
XML DTD for CellPhone CellPhone XML File
Java Beans
Student Bean (source code) (manifestfile)
Login Management Bean (source code)(manifestfile)
BarChar Bean(source code)(manifestfile)
MouseEvent Bean(source code)(manifestfile)(Steps for execution)
BDK Software
UNIT-3 (JDBC-Java Database Connectivity)
JDBC Notes
JDBC Example programs
- Program that displays content of table (dept) jdbc_ex1.java (source code)
- Program Any Table Content:(Source Code) (Meta Data Example)
- Program to create a table using JDBC (Source Code)
- Insert Command using JDBC (Source Code)
- JDBC Program (Table information using ResultSetMetaData Interface)
- Batch Processing using JDBC (source code)
- Steps for creating PL/SQL procedure in oracle
- PL/SQL procedure calling program using JDBC (source code)
UNIT-4(Servlets)
Servlet Notes
Servlet Programs
1. Servlet Life Cycle (Source Code)
2. Login Static (Source code)
3. Login Dynamic (Source Code)
4. Table Servlet (Source Code)
5. Registration Servlet (Source Code)
Table to created in database(oracle)
6. Session Management in Servlets
using Cookies (Source Code)
using HttpSession(Source Code)
UNIT-5(JSP & Structs Frame Work)
JSP Notes
a) jsp_syntax version 1.1 b) jsp_syntax version 1.2
JSP Programs
1. jsp implicit object example (response object)
2. jsp implicit object example (request,config)
5. JSP actions examples