Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

PROG 3 2 7 5 8 Assignment 1 Worth 7 . 5 % This assignment is to be done in a group of 2 students

PROG32758 Assignment 1 Worth 7.5%
This assignment is to be done in a group of 2 students and is subject to the school Policy and Guidelines on Academic Honesty.
Only one student from group need to submit the code.
Make sure to mention all your group member name and student id on submission folder text when you upload the code.
In this assignment you will create a simple web application.
Step 1: Create the following page with link to open form.
Step 2: In this page you select either yes or no radio button and fill the name and email and click on submit button which open the page in step 3.
Step 3: Please make sure the display the name you entered in step 2.
Step 4: In this step you need to go to the form again and now you are selecting either yes or no radio button and also check the check box and click submit button.
Step 5: In this step display the following message.
Please make sure to use the concept that I taught you in the classroom. I will not accept different syntax which is not relevant to class content.
You should create a Spring Boot application with Spring Web and Thymeleaf dependencies.
Clicking on form here will bring you to the Do you think Java is fun? form page.
Clicking on submit will invoke an http post method request that will be handled by a controller class that will dynamically create the output.
o Both textual fields are required (can use html for this)
o Display output for all possible combinations
o Since we havent delved too deeply into Thymeleaf yet, you can use
HttpServletResponse as was demonstrated in class.
You are more than welcome to make it look better than my programmer pages, but make sure you have all the back-end stuff working first.
Your project should have a structure very similar to the following.
Submission Criterion
Submit your zipped eclipse project (not rar or 7zip; marks will be deducted!). Save project as Assignment1YourFirstname.
Important Reminder:
Please be careful about the College policy on Academic Integrity/plagiarism.
Unauthorized collaboration will be treated as academic dishonesty under the Colleges Academic Integrity Policy. (see Academic Honesty)
If I find a similar code in two different submissions for students, I will grade assignment 0 and you will receive Academic Integrity. You cannot submit the code which you copy from someone else and just change variable name. Thats called plagiarism.
Rubrics:
Your submissions will be graded with the following consideration:
Marks will be given for the originality of the code.
Program is stored in an appropriately named file.
The program used proper naming convention.
Program has the proper header information including your name and program.
Program compiles successfully and without warnings.
The program is complete and produces correct results.
The program uses appropriate indentation to show logical path flows.
Partial marks will be given based on functionality.
Late Assignment Submission:
Late assignment marks will be reduced by 10% per day. Late assignments will only be accepted up to 3 days later, after which a 0 will be given.
Submit late assignment file under Late Assignment Submission folder.
Have fun!

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 Security XI Status And Prospects

Authors: T.Y. Lin, Shelly Qian

1st Edition

0412820900, 978-0412820908

More Books

Students also viewed these Databases questions