Question: Scenario : You are requested to create Student Mid Term Request Form, in that form collect the Student name, id, gender(male, female), courses(ITSW3101, ITSW3102, ITDR2108),
Scenario : You are requested to create Student Mid Term Request Form, in that form collect the Student name, id, gender(male, female), courses(ITSW3101, ITSW3102, ITDR2108), number of credits and date of exam, Also add two buttons(Submit, Rest). Check the validation of the data with message(example name cannot be empty) ie name, id. Student receive the response message "Your Data Valid and MID Term approved"
- Create the Web Application Project , name is your id number: Example: Project Name: G10-2014293155 and use JSF framework
- You can select any database, create the entity class MIDTermExam, add the required properties with getter/Setter methods (Package: midexam) (2 Marks)
- Create the Session beans for Entity classes (package model) (1 Mark)
- Create the JSF CDI Bean: MidTermController and add required code and business method (2 Marks)
- Create the JSF page: MidTermForm.xhtml, which must contains following JSF UI Components (8 Marks)
- Label
- textbox
- radiobutton
- combobox
- textarea
- validation message
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
