Pyramid multiplex is setting up itsā?? online movie ticket booking to enhance the audience experience.
Pyramid multiplex currently has 5 theatres now. Each theatre currently has seat capacity of 50 and might get reduced later based on audience feedback. As all are luxury classes, there is only one ticket price per theatre. As it is currently getting extended to include more theatres, Multiplex administrator should be able to add more theatres in the software.
Administrator should be able to add movies for each theatre which contains movie name, star cast, director, language, opening date, closing date. Administrator needs to be able to modify the closing date based on the audience response (hit or flop).
Customer should be able to browse through the movies running in Pyramid complex for any given date without any registration. Customer should be able to browse or search movies for a given language or movie name (includes wild characters) or date and combination of all these.
If customer chooses to ā??book ticketā??, he will be asked for customer id. New customer needs to register by giving name, age, sex, address and contact phone number. Seat availability needs to be checked before confirming the ticket. Customer can book for a noon, matinee or night show.
Administrator should be able to view all customers for a given theatre, date and show. Customer should be able to view all the tickets that he booked in Pyramid multiplex.
Before starting coding of the above application in J2EE, please complete the following and get it reviewed.
Identify the entities/classes
Identify the attributes and methods
Identify the JSPs and servlets
The application needs to be built in J2EE and complaint with MVC architecture.
Note:Need to design the website accordingly
Can you please go thru it and post it urgently pls.... its urgent guys pls.....
Related Tutorials/Questions & Answers:
Pyramid Multiplex Online movie ticket bookingPyramid Multiplex Online movie ticket booking
Pyramid multiplex is setting up itsā??
online movie ticket booking to enhance the audience experience.
Pyramid multiplex currently has 5 theatres now. Each theatre currently has
Advertisements
online flight bookingonline flight booking hello sir, i am new jsp learner. can you help in doing below these two in
online flight
booking.
1.Browse flights by destination.
2.Search flights by a drop-down menu
Cricket stadium ticket booking designCricket stadium
ticket booking design How can I design a pictorial representation for the booked and available seats in the stadium showing graphically the booked tickets as of red color and available
ticket as green color
Online Cab Booking using Java (Struts2+Hibernate)Online Cab
Booking using Java (Struts2+Hibernate) hi
anyone send me the
online cab
booking(cab
booking and canceling)using java+Struts2
its for my interview can u send as soon as possible..
thank u :)
Surya
pyramidpyramid hi frnds i need java code for
pyramid.
the
pyramid look like this
A
BAB
CBABC
BAB
pyramidpyramid hi i need java code for
pyramid.
the
pyramid look like this.
A
BAB
CBABC
BAB
youtube movieyoutube movie how to get you tube
movie in java
please help me for code
thanks in advance
raman
pyramidpyramid how to get the output like this
A
BB
CCC
DDDD
Hi Friend,
Try the following code:
class
Pyramid
{
public static void main(String[] args)
{
for(char ch1='A';ch1<='D';ch1
pyramidpyramid How to get the code for the following pattern
*
* *
* * *
* * * *
class
Pyramid{
public static void main(String args[]){
for(int i=1;i<=4;i
pyramidpyramid How to get the code for the following pattern
*
* *
* * *
* * * *
class
Pyramid{
public static void main(String args[]){
for(int i=1;i<=4;i
pyramidpyramid how to print
1
22
333
4444
55555
class
Pyramid
{
public static void main(String[] args)
{
for(int i=1;i<=5;i++){
for(int j=1;j<=i;j++){
System.out.print(i
ticket reservationticket reservation sir i need a java program for the airway
online ticket resrvation using swings in java as frontend and mysql as backend.....
sir ur program will be very help full for our project
ModuleNotFoundError: No module named 'movie'ModuleNotFoundError: No module named '
movie' Hi,
My Python program is throwing following error:
ModuleNotFoundError: No module named '
movie'
How to remove the ModuleNotFoundError: No module named '
movie'
Movie clip in flexMovie clip in flex Hi...
What is a MovieClip? IUIMovieClip?
please... ActionScript can direct any
movie clip to stop, play, or go to another point... how we can load the swf file as a
movie clip
ModuleNotFoundError: No module named 'movie_list'ModuleNotFoundError: No module named '
movie_list' Hi,
My Python... '
movie_list'
How to remove the ModuleNotFoundError: No module named '
movie_list' error?
Thanks
Hi,
In your python environment you
ModuleNotFoundError: No module named 'movie-down'ModuleNotFoundError: No module named '
movie-down' Hi,
My Python... '
movie-down'
How to remove the ModuleNotFoundError: No module named '
movie-down' error?
Thanks
Hi,
In your python environment you
ModuleNotFoundError: No module named 'movie-info'ModuleNotFoundError: No module named '
movie-info' Hi,
My Python... '
movie-info'
How to remove the ModuleNotFoundError: No module named '
movie-info' error?
Thanks
Hi,
In your python environment you
ModuleNotFoundError: No module named 'movie_list'ModuleNotFoundError: No module named '
movie_list' Hi,
My Python... '
movie_list'
How to remove the ModuleNotFoundError: No module named '
movie_list' error?
Thanks
Hi,
In your python environment you
Movie and Cinema class - Java BeginnersMovie and Cinema class Hi, I'm new in java. Can someone help me...:
Question:
1. Create a new
Movie class which has two properties, title... method which takes a
Movie as an argument.
3. When the addMovieGoers is called
movie class..(dr java) - Java Beginnersmovie class..(dr java) hi there.....am about to create a
movie class.... but need to declare the name of
movie , name of director of
movie and whether you have seen the
movie......... below is my code..
import