JWD_Unit 1_Introduction to Java and Web Designing_PPT

Embed Size (px)

Citation preview

  • 7/27/2019 JWD_Unit 1_Introduction to Java and Web Designing_PPT

    1/16

    C o n f i d e n t i a l

    1

    Program : MBA

    Semester : IV

    Subject Code : MI0041

    Subject Name : Java and Web Design

    Unit number : 1

    Unit Title : Introduction to Java and Web Design

    Lecture Number : 1

    Lecture Title : Introduction to Java and Web Design

    HOME NEXT

  • 7/27/2019 JWD_Unit 1_Introduction to Java and Web Designing_PPT

    2/16

    C o n f i d e n t i a l

    2

    Introduction to Web

    Objectives :

    To explain the difference between the Web and the Internet.

    To describe the purpose of a browser.

    To analyse the structure of a Web page in a browser.

    To explain the importance of Java in Web designing.

    To learn the uses and performance of search engine.

    HOME NEXTPREVIOUS

    Unit-1 Introduction to Java and Web Design

  • 7/27/2019 JWD_Unit 1_Introduction to Java and Web Designing_PPT

    3/16

    C o n f i d e n t i a l

    3

    Lecture Outline

    Introduction

    World Wide Web

    Internet Versus Web

    Web Browsers

    Browser Components

    Features of Browser

    Web Page

    Structure of Web Page

    Introduction to Java

    Java Servlets and Java Server Page Summary

    Check Your Learning

    Activity

    HOME NEXTPREVIOUS

    Unit-1 Introduction to Java and Web Design

  • 7/27/2019 JWD_Unit 1_Introduction to Java and Web Designing_PPT

    4/16

    C o n f i d e n t i a l

    4

    Introduction

    Internet is used in day to day activities.

    The most common word that we use with Internet is WWW.

    WWW is generally known as "Web".

    We access Web using the Web browser.

    In this session, we will learn the working of Web and its basic features.

    HOME NEXTPREVIOUS

    Unit-1 Introduction to Java and Web Design

  • 7/27/2019 JWD_Unit 1_Introduction to Java and Web Designing_PPT

    5/16

    C o n f i d e n t i a l

    5

    World Wide Web

    HOME NEXTPREVIOUS

    Web/WWW:

    Wide area information retrieval initiative aiming to give universal access

    to a large universe of information.

    It is a HTML file comprising graphics and additional features.

    It has two specifications:

    - Hyper Text mark-up Language

    - Hyper Text Transfer Protocol (HTTP)

    Hypertext helps to link other Web pages and text.

    Unique address given to a Web page is URL.

    Unit-1 Introduction to Java and Web Designing

  • 7/27/2019 JWD_Unit 1_Introduction to Java and Web Designing_PPT

    6/16

    C o n f i d e n t i a l

    6

    Internet Versus Web

    Web consists:Web pages linked through URLs and hyperlinks. Web pages are transported in the form of information packets. It is dependent on the Internet. It is governed by the Hyper Text Transfer Protocol (HTTP).

    Internet consists:

    Huge hardware network assessed by everybody across the world. Data is transmitted in the form of information packets. It is independent of Web. It is governed by the Internet Protocol (IP).

    HOME NEXTPREVIOUS

    Unit-1 Introduction to Java and Web Design

  • 7/27/2019 JWD_Unit 1_Introduction to Java and Web Designing_PPT

    7/16C o n f i d e n t i a l

    7

    Web Browsers

    A software program that allows to view and interact with anyinformation on the Web.

    Used to make a request to a Web server for Web page or Website

    using the URL of the respective Web page or Website.

    Functions: Request for a page from computer. Interpret the HTML page sent back by the Web server.

    Some examples: Internet Explores (IE), Firefox, Flock, Web 2.0, Safari, and Opera.

    HOME NEXTPREVIOUS

    Unit-1 Introduction to Java and Web Design

  • 7/27/2019 JWD_Unit 1_Introduction to Java and Web Designing_PPT

    8/16C o n f i d e n t i a l

    8

    Browser Components

    HOME NEXTPREVIOUS

    D a

    t a S t o r a g e

    User Interface

    Browser Engine

    Rendering Engine

    DisplayBackend Networking

    JavaScriptInterpreter

    Unit-1 Introduction to Java and Web Design

  • 7/27/2019 JWD_Unit 1_Introduction to Java and Web Designing_PPT

    9/16C o n f i d e n t i a l

    9

    Features of Browser

    HOME NEXTPREVIOUS

    Unit-1 Introduction to Java and Web Design

  • 7/27/2019 JWD_Unit 1_Introduction to Java and Web Designing_PPT

    10/16C o n f i d e n t i a l

    10

    Web Page

    Web page comprises data, images, animations, audio files, and video

    files.

    HTML or XHTML formats are generally used to present a Web page.

    It helps in Web browsers in easy structuring and quick reading of

    data from Web server.

    CSS can be used to modify the look and feel of elements on a Web

    page.

    Hyperlinks helps to navigate to other Web pages.

    HOME NEXTPREVIOUS

    Unit-1 Introduction to Java and Web Design

  • 7/27/2019 JWD_Unit 1_Introduction to Java and Web Designing_PPT

    11/16C o n f i d e n t i a l

    11

    Structure of Web Page

    HOME NEXTPREVIOUS

    Unit-1 Introduction to Java and Web Design

  • 7/27/2019 JWD_Unit 1_Introduction to Java and Web Designing_PPT

    12/16C o n f i d e n t i a l

    12

    Introduction to Java

    Java: It is a high level programming language.

    Examples of its use: Mobile software

    Software games

    - James Gosling developed and released Java in 1995 at Sun

    Microsystems.

    - Java Servlets and Java Server Pages are used to develop Web pages and

    applications.

    HOME NEXTPREVIOUS

    Unit-1 Introduction to Java and Web Design

  • 7/27/2019 JWD_Unit 1_Introduction to Java and Web Designing_PPT

    13/16C o n f i d e n t i a l

    13

    Java Servlets and Java Server Page

    Java Servlet: It is a Java program running on a Web server and processing Web pages

    using HTTP. It processes the data before transferring it to the browser from a Web

    server.

    Java Server Pages (JSP): It is used to create Web pages using HTML and Java code and is based

    on Java servlets. Tags can be created to perform specific operation.

    HOME NEXTPREVIOUS

    Unit-1 Introduction to Java and Web Design

  • 7/27/2019 JWD_Unit 1_Introduction to Java and Web Designing_PPT

    14/16C o n f i d e n t i a l

    14

    Summary

    Web is a HTML file comprising graphics and additional features.

    Web browser is a software program that allows to view and interact

    with any information on the Web.

    Java is a high level programming language.

    Servlet is a high level programming language.

    JSP is used to create Web pages using HTML and Java code and is

    based on Java servlets.

    HOME NEXTPREVIOUS

    Unit-1 Introduction to Java and Web Design

  • 7/27/2019 JWD_Unit 1_Introduction to Java and Web Designing_PPT

    15/16C o n f i d e n t i a l

    15

    Check Your Learning

    1. Define Web/WWW.

    Ans. It is a wide area information retrieval initiative aiming

    to give universal access to a large universe of information.

    2. Name any two web browsers.

    Ans. Internet explorer and Opera.

    3. What is Java?

    Ans. Java is a high level programming language.

    HOME NEXTPREVIOUS

    Unit-1 Introduction to Java and Web Design

  • 7/27/2019 JWD_Unit 1_Introduction to Java and Web Designing_PPT

    16/16C o n f i d e n t i a l

    16

    Activity

    Many people find surfing the Web fun and entertaining.

    Why do you think people are attracted so much to Web?

    HOMEPREVIOUS

    Unit-1 Introduction to Java and Web Design