Sie sind auf Seite 1von 6

Gayatri Vidya Parishad College of Engineering for Women

Madhurawada, Visakhapatnam
(Affiliated to JNTUK, Approved by AICTE, New Delhi)

Name of the Faculty & Department: M. Santhosh (IT) Branch: III-IT Date: 5-6-19
Subject Name: ADVANCED JAVA PROGRAMMING Subject Code: R1631123 Academic Year: 2019-20 Regulation: R16

LECTURE SCHEDULE
Pre-requisite Course/Topic Names:

Reference Material
Lecture
S No Date Planned Topic Names Text Book / Reference Page No /
No
Book / Online Material Ref. Link
UNIT-1
1 1 10/6/2019 Recapitulation of XTML T1 116
2 2 11/6/2019 XTML5 T1 116
3 3 11/6/2019 Java SWING Package T2 945
4 4 13/6/2019 Use of System class, Applet Context, Signed Applet T2 688
5 5 14/6/2019 Object serialization T2
6 6 17/6/2019 Deep and shallow copying T2
7 7 18/6/2019 Java Collections - Iterators T2 477
8 8 18/6/2019 ArrayLists T2 466
9 9 20/6/2019 HashSet, HashTable T2 470
10 10 21/6/2019 Priority Queue, Vector class T2 473, 509
11 11 24/6/2019 Comparable Interface T2 492
12 12 25/6/2019 Tutorial

LECTURE SCHEDULE 1|Page


Gayatri Vidya Parishad College of Engineering for Women
Madhurawada, Visakhapatnam
(Affiliated to JNTUK, Approved by AICTE, New Delhi)
13
25/6/2019 Class Test
13
Total classes: 13
UNIT-2
14 14 27/6/2019 Java Beans – Introduction T2 933
15 15 28/6/2019 Advantages of Java Beans T2 934
16 16 1/7/2019 BDK Introspection T2 934
17 17 2/7/2019 Bound Properties T2 937
18 18 2/7/2019 Bound Properties T2 937
19 19 4/7/2019 BeanInfo Interface T2 936
20 20 5/7/2019 Constrained Properties T2 937
21 21 8/7/2019 Bean Persistence T2 937
22 22 9/7/2019 Customizers T2 937
23 23 9/7/2019 Java BeanAPI T2 938
24 24 11/7/2019 Tutorial
25 25 12/7/2019 Class Test

Total Classes: 12

UNIT-3
26 26 16/7/2019 Introduction to Servlets – LifeCycle of Servlet T2 994
27 27 16/7/2019 JSDK Servlet API, Servlet Package T2 998
28 28 18/7/2019 Reading Servlet Parameters T2 1002
LECTURE SCHEDULE 2|Page
Gayatri Vidya Parishad College of Engineering for Women
Madhurawada, Visakhapatnam
(Affiliated to JNTUK, Approved by AICTE, New Delhi)
29
19/7/2019 Reading Initialization Parameters T2 1003
29
30 30 22/7/2019 java.servlet.http package T2 1004
31 31 23/7/2019 Handling Http Request and Responses T2 1010
32 32 23/7/2019 Tutorial
33 33 25/7/2019 Using Cookies T2 1013
34 34 26/7/2019 Using Cookies T2 1013
35 35 30/7/2019 Session tracking T2 1015
36 36 30/7/2019 Servlet Chaining – Security issues T2 1015
37 37 1/8/2019 Tutorial
38 38 2/8/2019 Class test
Total Classes: 13

MID – 1

UNIT-4
39 39 13/8/2019 Introduction to JSP The Problem with Servelet T3 23
40 40 13/8/2019 Anatomy of JSP Page T3 25
41 41 16/8/2019 JSP Processing T3 26
42 42 19/8/2019 JSP Application Design with MVC T3 30

LECTURE SCHEDULE 3|Page


Gayatri Vidya Parishad College of Engineering for Women
Madhurawada, Visakhapatnam
(Affiliated to JNTUK, Approved by AICTE, New Delhi)
43
20/8/2019 Setting up JSP Environment T3 32
43
44 44 20/8/2019 Tutorial
45 45 22/8/2019 Installing Java SDK T3 32
46 46 26/8/2019 Tomcat server T3 33
47 47 27/8/2019 Testing tomcat T3 37
48 48 27/8/2019 Tutorial
49 49 29/8/2019 Class Test
Total classes: 11
UNIT-5
50 50 30/8/2019 JSP Application Development: Generating Dynamic Content T3 45
51 51 3/9/2019 Using scripting elements T3 290
52 52 3/9/2019 JSP Implicit Objects T3 291
Conditional Processing – Displaying Values Using an Expression to Set an
53 53 5/9/2019 T3 296
Attribute
54 54 6/9/2019 Declaring Variables and Methods T3 300
55 55 9/9/2019 Error handling and Debugging T3 106
56 56 12/9/2019 Tutorial
57 57 13/9/2019 Sharing Data between Pages T3 126
58 58 16/9/2019 Request and user passing control data between pages T3 126
59 59 17/9/2019 Sharing session and application data T3 134
60 60 17/9/2019 Memory usage considerations T3 152
61 61 19/9/2019 Tutorial

LECTURE SCHEDULE 4|Page


Gayatri Vidya Parishad College of Engineering for Women
Madhurawada, Visakhapatnam
(Affiliated to JNTUK, Approved by AICTE, New Delhi)
62
23/9/2019 Class test
62
Total Classes: 13
UNIT-5
63 63 24/9/2019 Studying javax.sql. package
64 64 24/9/2019 Accessing MySQL database
65 65 26/9/2019 Accessing MSAccess database
66 66 27/9/2019 Accessign a database from a JSP
67 67 30/9/2019 Application specific database actions
68 68 1/10/2019 Deploying java beans in JSP
69 69 1/10/2019 Intorduction to Struts Framework
70 70 3/10/2019 Tutorial
71 71 4/10/2019 Class Test
Total Classes: 9

TEXT BOOKS:

1. Internet and World wide web- How to program , Dietel and Nieto , Pearson. (Chapters: 3,4, 8, 9, 10, 11, 12 to 18)

2. The Complete Reference, Java 2 , 3ed, Patrik Naughton, Herbert Schildt, TMH.(Chapters: 19, 20, 21, 22, 25, 27)

3. Java Server Pages , Hans Bergstan, Oreilly ( Chapters: 1-9)

REFERENCE BOOKS:

1. Jakarta Struts cook book, Bill Siggelkow, SPD, Oreilly ( Chapter 8)

LECTURE SCHEDULE 5|Page


Gayatri Vidya Parishad College of Engineering for Women
Madhurawada, Visakhapatnam
(Affiliated to JNTUK, Approved by AICTE, New Delhi)
2. Murach’s, Beginning Java JDK5, Murach, SPD.

3. An introduction to Web Design and Programming, Wang Thomson

4. Web application technologies concepts, Knuckles, John Wiley.

5. Programming world wide web, Sebesta, Pearson

6. Building Web Applications, NIIT, PHI

7. Web Warrior Guide to Web Programing, Bai, Ekedaw, Thomas, Wiley

8. Beginning Web Programming, Jon Duckett ,Wrox, Wiley

9. Java server pages, Pekowsky, Pearson

SIGNATURE OF THE FACULTY

LECTURE SCHEDULE 6|Page

Das könnte Ihnen auch gefallen