0% found this document useful (0 votes)
2 views3 pages

Advanced Java Lab

The document outlines the Advanced Java Lab course at PVP Siddhartha Institute of Technology, detailing course objectives, outcomes, and evaluation methods. Students will learn to develop JDBC applications, web applications using Servlets, JSP, and Spring Framework, and conduct experiments individually or in teams. The syllabus includes practical tasks and learning resources to support the course objectives.

Uploaded by

Lakshmi G
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views3 pages

Advanced Java Lab

The document outlines the Advanced Java Lab course at PVP Siddhartha Institute of Technology, detailing course objectives, outcomes, and evaluation methods. Students will learn to develop JDBC applications, web applications using Servlets, JSP, and Spring Framework, and conduct experiments individually or in teams. The syllabus includes practical tasks and learning resources to support the course objectives.

Uploaded by

Lakshmi G
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

PVP23

PVP SIDDHARTHA INSTITUTE OF


TECHNOLOGY, KANURU, VIJAYAWADA (AUTONOMOUS)
DEPARTMENT OF INFORMATION TECHNOLOGY

ADVANCED JAVA LAB

Course Code Year III Semester I

Course Category PC Branch IT Course Type Lab

Credits 1.5 L-T-P 0-0-3 Prerequisites JAVA

Continuous Internal Semester End


30 70 Total Marks: 100
Evaluation : Evaluation:

Course Objectives: the main objectives of the course are


 To make use of Servlet and JSP API in the process of enterprise application deployment.
 Implement components such as JSTL
 Distinguish Application Server, Web Container, JDBC
 Design and Development of web application having collaboration of Servlets, JSPs, Spring

Course Outcomes Blooms Level


Upon successful completion of the course, the student will be able to:
CO1 Develop JDBC applications to interact with Database L3
CO2 Design and Develop Web applications using Servlets , JSP & Spring L3
Framework
CO3 Apply technical knowledge to conduct experiments as an
individual, or team member using required tools.
CO4 Develop documentation, reports and make effective presentation
of various activities based on experiments implemented.

Contribution of Course Outcomes towards achievement of Program Outcomes &


Strength of correlations (3:Substantial,2:Moderate,1:Slight)

PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12 PSO1 PSO2

CO1 3 3 2 3 3

CO2 3 3 2 3 3

CO3 3 3 3 3

CO4 3 3 3

Avg. 3 3 3 3 2 3 3

PVP Siddhartha Institute of Technology Page 1


PVP23

Syllabus

Unit Mapped
CONTENTS
No. CO
1 Write a JDBC application which will interact with Database and perform the CO1,CO3,CO4
following task.

a. Create Student Table with Roll No, Name, and Address field
and insert few records.
b. Using Statement Object display t
he content of Record.
c. Using Statement Object Insert Two Record.
d. Using Statement Object Update One Record.
e. Using Statement Object Delete One Record.
f. Using Statement Object display the content of Record.
2 Write a JDBC application which will interact with Database and perform the CO1,CO3,CO4
following task.

a. Create Student Table with Roll No, Name, and Address field
and insert few records.
b. Using Prepared Statement Object display the content of
Record.
c. Using Prepared Statement Object Insert Two Record.
d. Using Prepared Statement Object Update One Record.
e. Using Prepared Statement Object Delete One Record.
3 f. application
Write a JDBC Using Prepared
which Statement
will interactObject display and
with Database the perform
content the
of CO1,CO3,CO4
following task.

a. Create a store procedure which will insert one record into


employee table.
b. Create a store procedure which will retrieve salary for given
employee id.
c. Write a java application which will call the above procedure
and display appropriate information on screen
4 Design a JDBC application which will demonstrate Scrollable ResultSet CO1,CO3,CO4
functionality.
5 Design a JDBC application which will demonstrate Updatable ResultSet CO1,CO3,CO4
functionality.
6 Write down the Program for testing the Servlet and study deployment CO1,CO3,CO4
descriptor.
7 Write down the program for testing the include action for servlet CO2,CO3,CO4
collaboration.

PVP Siddhartha Institute of Technology Page 2


PVP23

8 Create login form and perform state management using Cookies, Http CO2,CO3,CO4
Session and URL Rewriting.
9 Write down the Program which displays the simple JSP file CO2,CO3,CO4
10 Write down the program in which input the two numbers in an html file and CO2,CO3,CO4
then display the addition in JSP file.
11 Perform Database Access through JSP. CO2,CO3,CO4

12 Write down a program which demonstrates the core tag of JSTL. CO2,CO3,CO4
13 Study and Implement MVC using Spring Framework CO2,CO3,CO4

Learning Resources

Text Books

1. Black Book “Java server programming” J2EE-1.6, Dream Tech Publishers, 2010.

Reference Books
1. Complete Reference J2EE, James Keogh, McGraw Hill publication
2. Professional Java Server Programming, SubrahmanyamAllamaraju, Cedric Buest, Wiley
Publication
3. Spring in Action, 3rdedition , Craig walls, Manning Publication
4. Core Java, Volume II: Advanced Features, Cay Horstmann, Gary Cornell Pearson Publication
5. JDBC™ API Tutorial and Reference, Third Edition, Maydene Fisher, Jon Ellis, Jonathan Bruce,
Addison Wesley
6. Beginning JSP, JSF and Tomcat, Giulio Zambon, Apress

E-Resources & other digital material

1. https://www.geeksforgeeks.org/
2. https://www.codingshuttle.com/spring-boot-handbook/spring-beans/

PVP Siddhartha Institute of Technology Page 3

You might also like