You are on page 1of 2

Notes :

Duration is 2.30 hrs

Read the problem statement thoroughly

Apply CSS wherever required.

Each page should have header, footer and content area .

Create dynamic web project in eclipse only . Must follow MVC pattern(jsp and
Servlets) and DAO classes.

Create Java POJO classes for all Form fields.

Use appropriate packages as you have done in the prior assignments.

Copy the completed web project from your workspace ,zip the folder , upload the same in
iON on time.

User javascript validations wherever required

Create a web application for a Movie Theatre to maintain the movie details to be played in
the theatre.The basic layout for the webpage is
Header : Logo for the website with a valid caption

Footer: Copyright message along with designed by LGID <Space>EmpID<space>Name


Content Page : The background should be Grey
Create a DB Table as below
Table Name : TBL_MOVIE_XXXXXX ( Replace XXXXXX with you employee id)
Movie Id - Number ( Primary Key)
Movie Name varchar2(30)
Movie Director varchar2(30)
Duration number

Screen varchar2(30) ( Values can be Screen1/ Screen2 / Screen3/ Screen4)


Insert few records in the DB.
Create a link View / Update Movie on the Home page .
View / Update Movie
The page should have a text box to capture the movie id with a Search Button.
Enter a valid movie id and Search all the details of the Movie with the given id has to be
displayed on the screen with buttons Update and Cancel . For a Movie Id which is not
present in the DB , show error page Enter valid details . On Click of update , the below
page has to be loaded with pre-populated values.
Movie Id - Text Box ( non - editable)
Movie Name (Numeric and alphabets) - Textbox
Movie Director (Numeric and alphabets) - Textbox
Duration (Numeric) - Textbox
Screen Drop down Box (Screen1/ Screen2 / Screen3/ Screen4)
`The page should have Submit and Cancel Button. On Submit, the mandatory check
validations should happen and update the details for the given movie id. On Cancel, return
to home page.
Show a success page with a message Details are updated successfully.
Show a page with a message Please try again later in case of any failure.
Both the pages should have hyperlinks to the Home page.

You might also like