Presentation - web application for online ticket booking

27

Transcript of Presentation - web application for online ticket booking

Page 1: Presentation - web application for online ticket booking
Page 2: Presentation - web application for online ticket booking

PROJECT ON

SOUND & STAGE ENTERTAINMENT

By Manohar PawaleSubmitted to NIIT

Page 3: Presentation - web application for online ticket booking

PROBLEM IN

TRADITIO

NAL

BOOKING SYSTEM

Page 4: Presentation - web application for online ticket booking

WAITING….!!!

Page 5: Presentation - web application for online ticket booking

DISADVANTAGE TRADITIONAL TICKET BOOKING SYSTEM

• People need to stand in long queues to buy their tickets. visit the theater to book tickets for upcoming shows. • Advance booking is permitted only during working hours.• People find phone lines busy most of the times whenever

they want to enquire about seat availability .• People need to visit the theater or read the newspapers

to know about the new releases.

Page 6: Presentation - web application for online ticket booking

SOLUTIO

N ?

Page 7: Presentation - web application for online ticket booking

Online Booking• Online banking saves resources .• Man power can be saved .• Customers will be happy .• Easy interface and simple options

will give the customer• a feel.• And much more…

Page 8: Presentation - web application for online ticket booking

HOW IT ACHIEVE?

Page 9: Presentation - web application for online ticket booking

TECHNOLOGYTechnology used in this project is JSP(java server pages)

and Servlet

Page 10: Presentation - web application for online ticket booking

WHAT IS JAVA SERVER PAGE?Java Server Pages(JSP) is a Java technology that allows 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 embedded into static content.

Page 11: Presentation - web application for online ticket booking

FEATURES O

F JSP

TECHNOLOGY

Page 12: Presentation - web application for online ticket booking

THE MAIN FEATURES OF JSP TECHNOLOGY

• A language for developing JSP pages, which are text-based documents that describe how to process a request

•construct a response Constructs for accessing server-side objects

•Mechanisms for defining extensions to the JSP language

• JSP enables us to write standard HTML pages containing tags that run powerful programs based on java programming language.

Page 13: Presentation - web application for online ticket booking

THE MAIN FEATURES OF JSP TECHNOLOGY • JSP supports separation of presentation and business

logic as follows:

• Web designers can design and update pages without learning JAVA programming language.

• JAVA programmers can write code without having to be concerned with web page designing

Page 14: Presentation - web application for online ticket booking

HOW JSP PAGE PROCESS ?

Page 15: Presentation - web application for online ticket booking

WHAT IS SE

RVLET ?

Page 16: Presentation - web application for online ticket booking

WHAT IS SERVLET ?

A Java servlet is a Java program that extends the capabilities of a server. Although servlets can respond to any types of requests, they most commonly implement applications hosted on Web servers. Such Web servlets are the Java counterpart to other dynamic Web content technologies such as PHP and ASP.NET.

Page 17: Presentation - web application for online ticket booking

WHAT IS T

HREE TIER

TECHNOLOGY

Page 18: Presentation - web application for online ticket booking

THREE-TIER ARCHITECTURE 

Three-tier architecture is a client–server software architecture pattern in which the user interface (presentation), functional process logic ("business rules"), computer data storage and data access are developed and maintained as independent modules, most often on separate platforms.

Page 19: Presentation - web application for online ticket booking
Page 20: Presentation - web application for online ticket booking

THREE TIE

R MODEL OF

SOUND & STAGE

ENTERTA

INMENT ONLIN

E

BOOKING WEB

SITE

Page 21: Presentation - web application for online ticket booking

THREE TIER MODEL OF SOUND & STAGE ENTERTAINMENT ONLINE BOOKING

WEBSITEPresentation tier :This layer consists of Web pages. The

pages can be used to accept data and display the final results to the users. In addition, these pages can be used to view data such as statement and account summary.

Business logic layer tier: This layer contains the code required to manage the data.

Data tier: This layer consists of the SQL Server 2005 database used to store the relevant data.

Page 22: Presentation - web application for online ticket booking

WEBSITE DESIGN

Page 23: Presentation - web application for online ticket booking

HOME PAGE• Home page display navigation to different pages.• Also display currently going on movie with poster with link

for information of movie.• Navigation:

About us display detail about company.Contact us give feature to contact with theaters atdifferent locationLogon page to login for POS officer or admin for go to Administrative page.My movie page display booked movie detail to User.

Page 24: Presentation - web application for online ticket booking

BOOKING PAGESFor booking user and POS officer need to go throw some

set of pages • Movie info page :display information related about

movie.• List theater page: display list of theater for movie.• List Show page :display list of shows for selected movie

.• Select Seat page: display seat and snack selection

option.• Checkout page: display movie detail and price to pay.

Page 25: Presentation - web application for online ticket booking

ADMINISTRATIVE PAGE• Administrative page designed to do administrative

work for admin and POS officer.• On this page list of operation like Edit , Add, Delete,

List for Site, Movie, Movie Theater, Plan Layout, Seat mapping, Shows, tickets displayed.

• Also some operation like adding POS officer login only allowed for admin.

Page 26: Presentation - web application for online ticket booking

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..

Page 27: Presentation - web application for online ticket booking