Answered step by step
Verified Expert Solution
Link Copied!

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"

  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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Processing Fundamentals Design And Implementation

Authors: David M. Kroenke

5th Edition

B000CSIH5A, 978-0023668814

More Books

Students also viewed these Databases questions