JSP Programe Summary

Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 3

Summary

1. Introduction to Java language.


1.1 Object-Oriented Programming Concepts.

1.2 Classes and Objects. 1.3 Interfaces & Inheritance


1.4 Strings & Array

1.5 Generics 1.6 Packages 1.7 Exception Handling.

2. Introduction to Web Application


2.1 What is Web Application? 2.2 Web Application Life Cycle. 2.3 Configuring Web Application 2.4 Accessing Database from Web Application.

3. JavaBeans
3.1 JavaBeans Concepts 3.2 Examples

4. JDBC Database Access


4.1 JDBC introduction 4.2 JDBC Basics

5. Java Naming & Directory Interfaces


5.1 Naming & Directory Concepts 5.2 Overview of JNDI 5.3 Software Setup 5.4 Naming & Directory Operations

6. Java Server Pages (JSP)


6.1 What is JSP page? 6.2 Life Cycle of JSP page 6.3 Static and Dynamic content
6.4 Custom tags

6.5 XML Tag Library 6.6 Use of Scripting

7. Java Servlet Technology


7.1 Java Servlet Technology 7.2 What is Servlet? 7.3 The Examples Servlet 7.4 Servlet Life Cycle 7.5 Initializing a Servlet 7.6 Request & Response 7.7 Accessing Web Context 7.8 Maintaining Client State 7.9 Finalizing Servlet

7.10

Examples

8. Projects

You might also like