Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a Spring boot application that store information about students in a college that contains the following tables Student Studentld Student Name Student Address Subject

image text in transcribed
Write a Spring boot application that store information about students in a college that contains the following tables Student Studentld Student Name Student Address Subject Subject Code Subject Title Credit Hours Enrollement Studentld Subject Code Semester Section Grade 1- Design classes for the above table. 2- Add the following web services to add information as objects in array lists, each array list store objects of the above classes, the array list are called StudentList. SubiectList, EnrollementList: (2 marks) a. AddStudent: take student information, create an object of Student class then add this object in the StudentList. b. AddSubject: take subject information, create an object of subject class then add this object in the SubiectList. c. AddEnrollement: take Enrollement information, create an object of Enrollement class then add this object in the EnrollementList. 3- Add web service that take Studentld and send its information in Json format Add the following web services to modify in object information in the array lists (2marks) a modify Student: take studentid, and a new information for that student to be modified, if the student id is not available no modification should happen. b. modify Subject: take subiectCode, and a new information for that subject to be modified, if the subjectCode is not available no modification should happen. 4. Add the following web services to modify in object information in the array lists a delete Student: take studentid, and delete object of that student from StudentList, if the student id is not available nothing should be deleted. b delete Subject: take subjectCode, and delete object of that subject from SubjectList, if the subjectCode is not available nothing should be deleted. 5- Add web services that take subiectCode, Section and Semester then send student information in Json format about all students that study this subject in that

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

Lab Manual For Database Development

Authors: Rachelle Reese

1st Custom Edition

1256741736, 978-1256741732

More Books

Students also viewed these Databases questions