resource manager (1)

Upload: priyanka-bhatt

Post on 06-Apr-2018

220 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/3/2019 Resource Manager (1)

    1/21

    Click to edit Master subtitle style5/4/12

    RESOURCE MANAGER-JAVA WEB APPLICATION BASEDPROJECT

    SUBMITTED BY-GARIMA(11082715)

    PRIYANKA BHATT(11082721)CSE(c1)

  • 8/3/2019 Resource Manager (1)

    2/21

    5/4/12RESOURCE MANAGER

    It facilitate the users to manage theirpersonal resource library.

    Library doesnt only include books but also cds, audio and video songs,and web links

    Users are able to keep their resourcesinformation private or can make itpublic.

  • 8/3/2019 Resource Manager (1)

    3/21

    5/4/12

    FUNCTIONS PROVIDED INTHE SYSTEM LOGIN MAINTAIN USER ACCOUNT RESOURCE CATEGORISATION SHARE RESOURCES UPLOAD FILES

    SEARCH

  • 8/3/2019 Resource Manager (1)

    4/21

    5/4/12

    INTRODUCTION TO JAVA WEBAPPLICATION

    AT CLIENT SIDE

    HTML

    CSS

    JAVA SCRIPT

    AT SERVER SIDE

    SERVLET

    JSP

    EXPRESSION LANGUAGE

    AJAX

  • 8/3/2019 Resource Manager (1)

    5/21

    5/4/12

    HTML

    HTML is a language for describing web pages.

    HTML stands for Hyper Text Markup Language HTML is not a programming language, it is a

    markup language

    A markup language is a set of markup tags HTML uses markup tags to describe web pages

  • 8/3/2019 Resource Manager (1)

    6/21

    5/4/12

    XML separates data from html simplifies data sharing simplifies data transport simplifies platform changes makes your data moreavailable

  • 8/3/2019 Resource Manager (1)

    7/21

  • 8/3/2019 Resource Manager (1)

    8/21

    5/4/12

    JAVASCRIPT JavaScript was designed to add interactivity to

    HTML pages JavaScript is a scripting language A scripting language is a lightweight

    programming language JavaScript is usually embedded directly into

    HTML pages JavaScript is an interpreted language (means that

    scripts execute without preliminary compilation)

  • 8/3/2019 Resource Manager (1)

    9/21

    5/4/12

    JAVA SERVLET TECHNOLOGY Java servlet technology lets you define HTTP-

    specific servlet classes. A servlet class extends thecapabilities of servers that host applications thatare accessed by way of a request-responseprogramming model. Although servlets canrespond to any type of request, they arecommonly used to extend the applications hosted by web servers

  • 8/3/2019 Resource Manager (1)

    10/21

    5/4/12

    JSP TECHNOLOGY Java Server Pages (JSP) technology lets you put

    snippets of servlet code directly into a text-baseddocument. A JSP page is a text-based documentthat contains two types of text: static data (whichcan be expressed in any text-based format such asHTML, WML, and XML) and JSP elements, which determine how the page constructsdynamic content.

  • 8/3/2019 Resource Manager (1)

    11/21

    5/4/12

    RESOURCE MANAGER

  • 8/3/2019 Resource Manager (1)

    12/21

    5/4/12

    BOOK MAINTENANCE

  • 8/3/2019 Resource Manager (1)

    13/21

    5/4/12

    Book Maintenance

  • 8/3/2019 Resource Manager (1)

    14/21

    5/4/12

  • 8/3/2019 Resource Manager (1)

    15/21

    5/4/12

  • 8/3/2019 Resource Manager (1)

    16/21

    5/4/12

    MULTIMEDIA MAINTENANCE

  • 8/3/2019 Resource Manager (1)

    17/21

    5/4/12

    SEARCH RESOURCE

  • 8/3/2019 Resource Manager (1)

    18/21

    5/4/12

  • 8/3/2019 Resource Manager (1)

    19/21

    5/4/12

    RECEIVE SHARE REQUESTMAINTENANCE

  • 8/3/2019 Resource Manager (1)

    20/21

    5/4/12

  • 8/3/2019 Resource Manager (1)

    21/21

    Click icon to add picture

    5/4/12

    Click icon to add pictureTHANK YOU