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"

  1. Create the Web Application Project , name is your id number: Example: Project Name: G10-2014293155 and use JSF framework
  2. You can select any database, create the entity class MIDTermExam, add the required properties with getter/Setter methods (Package: midexam) (2 Marks)
  3. Create the Session beans for Entity classes (package model) (1 Mark)
  4. Create the JSF CDI Bean: MidTermController and add required code and business method (2 Marks)
  5. Create the JSF page: MidTermForm.xhtml, which must contains following JSF UI Components (8 Marks)
    1. Label
    2. textbox
    3. radiobutton
    4. combobox
    5. textarea
    6. validation message

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!