Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Review the Assignment Submission Guidelines to ensure your assignment matches therequirements.Of particular importance is the naming convention, students that do not follow the assignmentguidelines may

Review the Assignment Submission Guidelines to ensure your assignment matches therequirements.Of particular importance is the naming convention, students that do not follow the assignmentguidelines may receive a ZERO mark on their assignment.2. Create a SpringBoot Application in Eclipse3. Initialize a git repository4. Commit your files as an Initial Commit5. Add add a line to the .gitignore file to ignore the .mvn directory and all the files in it.6. Commit your changes.7. In your model package, You will create your own object model the model of your SpringBoot appcreate a parent class for your object hierarchy, be sure to use the naming convention. You cancome up with your own example (For example Automobile_shi_89 has two children such asCar_shi_89 and Truck_shi_89)8. Commit your changes
9. Add two non-trivial (non-trivial meaning they should do something useful, for example toString()or getters/setters are too trivial... ) methods and two properties to each child class.10. Commit your changes.11. Add an Interface to implement the same method across both child classes.12. Commit your changes.13. Create a Controller and instantiate the classes, and execute them, return the results usingmodel.addAttribute() so that your changes will be passed down to your view.14. Create the corresponding view in the webapp/WEB-INF/views/ folder. You must name the viewAssignmentView.jsp (originally, we will change this later)15. Commit your changes.16. Use git to rename AssignmentView.jsp to AssignmentView-shi-89.jsp17. Make sure your program runs18. Take a screenshot of your Web App running to Screenshot-shi-89.png. Place it in the root ofyour project folder.19. Commit your changes.20. Package your submission make sure there are no outstanding changes to be committed in yourrepository, make any final commits and zip up your eclipse project and submit the properlynamed zip file to Blackboard (example: assignment1-shi-89.zip). Be sure to adhere to the namingconvention corresponding to your own name and student number.21. Create GitHub account, and then sign up for an educational accountReview the Assignment Submission Guidelines to ensure your assignment matches therequirements.Of particular importance is the naming convention, students that do not follow the assignmentguidelines may receive a ZERO mark on their assignment.2. Create a SpringBoot Application in Eclipse3. Initialize a git repository4. Commit your files as an Initial Commit5. Add add a line to the .gitignore file to ignore the .mvn directory and all the files in it.6. Commit your changes.7. In your model package, You will create your own object model the model of your SpringBoot appcreate a parent class for your object hierarchy, be sure to use the naming convention. You cancome up with your own example (For example Automobile_shi_89 has two children such asCar_shi_89 and Truck_shi_89)8. Commit your changes
9. Add two non-trivial (non-trivial meaning they should do something useful, for example toString()or getters/setters are too trivial... ) methods and two properties to each child class.10. Commit your changes.11. Add an Interface to implement the same method across both child classes.12. Commit your changes.13. Create a Controller and instantiate the classes, and execute them, return the results usingmodel.addAttribute() so that your changes will be passed down to your view.14. Create the corresponding view in the webapp/WEB-INF/views/ folder. You must name the viewAssignmentView.jsp (originally, we will change this later)15. Commit your changes.16. Use git to rename AssignmentView.jsp to AssignmentView-shi-89.jsp17. Make sure your program runs18. Take a screenshot of your Web App running to Screenshot-shi-89.png. Place it in the root ofyour project folder.19. Commit your changes.20. Package your submission make sure there are no outstanding changes to be committed in yourrepository, make any final commits and zip up your eclipse project and submit the properlynamed zip file to Blackboard (example: assignment1-shi-89.zip). Be sure to adhere to the namingconvention corresponding to your own name and student number.21. Create GitHub account, and then sign up for an educational account

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

Beginning ASP.NET 2.0 And Databases

Authors: John Kauffman, Bradley Millington

1st Edition

0471781347, 978-0471781349

More Books

Students also viewed these Databases questions

Question

8. Describe the main retirement benefits.

Answered: 1 week ago