Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started