Answer to Question #289258 in Java | JSP | JSF for sahil

Question #289258
Use Spring MVC to do the following
1.Main page to display two Links
2.Save student exam data
3.Display all the students data
4.Student Exam Data Form would contain the following
5.Basic Student Details and Address with Validations
6.Details of Marks for Five Subjects (All marks subjects should be >= 0)
7.Save all the marks to an arraylist
8.The display Page would list all the students in decreasing order of percentage

Web Application

Main
- Link to upload student marks
- Display all the student marks

Form
Roll Number (*) -> EDYXXXX (Roll Number should start with EDY and XXXX means digits)
First Name (*)
Last Name 
Semester (*)

Marks (5 Subject)
All the marks have to be greater than or equal 0

- If validation fails please display error

Submit the form
Store it in any Collection (DB)
1
Expert's answer
2022-01-21T01:45:55-0500
public class Main {
    public static void main(String[] args) {
        System.out.println("Sprint MVC free program.");
    }
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog