ramesh yamini

Upload: naveen-kanna

Post on 03-Apr-2018

226 views

Category:

Documents


0 download

TRANSCRIPT

  • 7/28/2019 Ramesh Yamini

    1/20

    SOUND & STAGE

    ENTERTAINMENTBY

    INAMPUDI RAMESH

    YAMINI MANGALANI

    VIKRANTH

  • 7/28/2019 Ramesh Yamini

    2/20

    INTRODUCTION

    Our project mainly aims to build a website which

    facilitates easy booking of movie ticket for the user.

    There are different pages designed for different

    purposes they are :SOUND ENTERTAINMENT

    Main page-viewing all the features available

    Login page- to enter details of user and displaying

    list of multiplexes and movies available. Multiplexes page-list of multiplexes available

    Seats page -to select seats and book the tickets

  • 7/28/2019 Ramesh Yamini

    3/20

    INTRODUCTION

    STAGE ENTERTAINMENT

    Stages page-list of stages available

    Seats page-to book the tickets for the show

  • 7/28/2019 Ramesh Yamini

    4/20

    Technology used in this project is JSP(java server

    pages)

    Java Server Pages (JSP) is a Java technology thatallows software developers to dynamically generate

    HTML, XML or other types of documents in response

    to a Web client request. The technology allows Java

    code and certain pre-defined actions to be embeddedinto static content.

    TECHNOLOGY USED

    http://en.wikipedia.org/wiki/Java_(programming_language)http://en.wikipedia.org/wiki/Java_(programming_language)
  • 7/28/2019 Ramesh Yamini

    5/20

    FEATURES OF JSP TECHNOLOGY

    The main features of JSP technology are

    A language for developing JSP pages, which are

    text-based documents that describe how to processa request

    construct a response Constructs for accessing

    server-side objects

    Mechanisms for defining extensions to the JSPlanguage

  • 7/28/2019 Ramesh Yamini

    6/20

    FEATURES OF JSP TECHNOLOGY

    JSP enables us to write standard HTML pages

    containing tags that run powerful programs based on

    java programming language.

    JSP supports separation of presentation and

    business logic as follows:

  • 7/28/2019 Ramesh Yamini

    7/20

    FEATURES OF JSP TECHNOLOGY

    o Web designers can design and update pages without

    learning JAVA programming language.

    o JAVA programmers can write code without having

    to be concered with web page designing

  • 7/28/2019 Ramesh Yamini

    8/20

    PROCESSING OF JSP PAGE

  • 7/28/2019 Ramesh Yamini

    9/20

    JSP SYNTAX

    A Java Server Page may be broken down into the

    following pieces:

    static data such as HTML

    JSP directives such as the include directive

    JSP scripting elements and variables

    JSP actions

    custom tags with correct library

  • 7/28/2019 Ramesh Yamini

    10/20

    ADVANTAGES OF JSP

    Web application designed by using JSP have high

    performance and scalability because they use threads

    rather than OS shells.

    JSP technology is built on JAVA technology so it is

    platform independent.

    JSP scripting elements can be written in JAVAlanguage so that it can take the advantage of object

    oriented language and its API S

  • 7/28/2019 Ramesh Yamini

    11/20

    SOUND AND STAGE

    ENTERTAINMENT

    The website designed by us mainly consists of

    two parts:

    SOUND ENTERTAINMENT

    STAGE ENTERTAINMNET

  • 7/28/2019 Ramesh Yamini

    12/20

    FEATURES OF HOME PAGE

    Home pages consists of options like:

    o Description about our website

    o List of multiplexes available

    o Gallery of movieso Details of project members

    o Contact details

    o Frequently asked questions

    o Link to LOGIN page based on users interest either

    sound or stage entertainment

  • 7/28/2019 Ramesh Yamini

    13/20

    LOGIN PAGES

    Website consists of two login JSP pages namely

    login and login1 for sound and other for stage

    entertainment.

    o

    Login page consists of options like username andpassword where user has to enter his or her details

    which will be stored and verified in database.

    o

    Based on user s interest he or she will connected toeither list of multiplexes page or list of stages page.

  • 7/28/2019 Ramesh Yamini

    14/20

    SOUND ENTERTAINMENT

    When user selects sound entertainment and enters

    his/her login details they will directed to list of

    multiplexes page where list of multiplexes aredisplayed.

  • 7/28/2019 Ramesh Yamini

    15/20

    MULTIPLEXES PAGE

    Multiplexes page consists of list of 4 multiplexes

    available with images.

    o When the user clicks on the image he will directed to

    different movies played in 4 different halls in that

    particular multiplex

    o Based on his interest he can click on the movie he

    wants after which he will be directed to SEATSPAGE where he can book the tickets.

  • 7/28/2019 Ramesh Yamini

    16/20

    SEATS PAGE

    Each hall in a multiplex is directed to seats page

    where customer has to enter his details like seat

    number, name,age,phone number and snacks.

    In the designed website they are 4 multiplexes and

    each multiple consists of 4 halls where each hall will

    be directed to different seats page so totally there

    are 16 seats pages designed in this project.

  • 7/28/2019 Ramesh Yamini

    17/20

    SEATS PAGE

    When user enters details in seats pages and books

    the tickets and submits the request all the details

    entered are stored in database of that particular

    movie.

    If tickets are not available for that particular movie

    message is displayed to the user as HOUSE FULL

    tickets not available

  • 7/28/2019 Ramesh Yamini

    18/20

    STAGE ENTERTAINMENT

    When user selects stage entertainment and enters

    his/her login details they will directed to list of different

    stages available.

    Based on selected stage user will be directed to seats

    page to book the tickets for the show .

  • 7/28/2019 Ramesh Yamini

    19/20

    SEATS PAGE

    Stage page is directed to seats page where customer

    has to enter his details like seat number,

    name,age,phone number and snacks.

    In the designed website they are 3 stages and 3

    seat pages where and user can select the stage

    and book the tickets.

  • 7/28/2019 Ramesh Yamini

    20/20

    CONCLUSION

    Hence like mentioned in previous slides all the JSP

    pages are linked and facilitates the user to book

    tickets according to his interest online easily with

    minimal time and effort.