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

Advanced Java Lab

The document outlines the course structure and syllabus for the Advanced Java Lab at Jawaharlal Nehru Technological University Kakinada, focusing on enterprise application deployment using Servlet and JSP API. It includes objectives such as JDBC programming, web development, and the design of web applications with Servlets and JSPs. A list of experiments is provided, covering various tasks like database interaction, servlet testing, and the implementation of JSTL and Spring Framework functionalities.

Uploaded by

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

Advanced Java Lab

The document outlines the course structure and syllabus for the Advanced Java Lab at Jawaharlal Nehru Technological University Kakinada, focusing on enterprise application deployment using Servlet and JSP API. It includes objectives such as JDBC programming, web development, and the design of web applications with Servlets and JSPs. A list of experiments is provided, covering various tasks like database interaction, servlet testing, and the implementation of JSTL and Spring Framework functionalities.

Uploaded by

sravani b
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY KAKINADA

KAKINADA – 533 003, Andhra Pradesh, India


R23 [Link] -IT COURSE STRUCTURE & SYLLABUS

L T P C
III Year I Semester ADVANCED JAVA LAB
0 0 3 1.5

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

Lab should cover the following concepts:


 JDBC programming
 J2EE and Web development
 Servlets
 Java Server Pages
 Java Web Frameworks

Sample List of Experiments:


1. Write a JDBC application which will interact with Database and perform the following task.
a. Create Student Table with Roll No, Name, and Address field and insert few records.
b. Using Statement Object display the 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 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.
f. Using Prepared Statement Object display the content of Record

3. Write a JDBC application which will interact with Database and perform the 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 Result Set functionality.

5. Design a JDBC application which will demonstrate Updatable Result Set functionality.

6. Write down the Program for testing the Servlet and study deployment descriptor.

7. Write down the program for testing the include action for servlet collaboration.
8. Create login form and perform state management using Cookies, Http Session and URL
Rewriting.

9. Write down the Program which displays the simple JSP file

16
JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY KAKINADA
KAKINADA – 533 003, Andhra Pradesh, India
R23 [Link] -IT COURSE STRUCTURE & SYLLABUS

10. Write down the program in which input the two numbers in an html file and then display the
addition in JSP file.

11. Perform Database Access through JSP.

12. Write down a program which demonstrates the core tag of JSTL.

13. Write down a program which demonstrates the Format tag of JSTL.

14. Write down a program which demonstrates the Function tag of JSTL.

15. Write down a program which demonstrates the SQL tag of JSTL.

16. Study and Implement MVC using Spring Framework

17. Using Spring Template manage Database and Transaction.

17

You might also like