Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

PLEASE HELP WITH CORRECT SOURCE CODE FOR THIS WEB APPLICATION THERE IS A FORMAT OF THE VARIOUS CLASSES TO BE CRERATED FOR THIS ATTACHED TO

PLEASE HELP WITH CORRECT SOURCE CODE FOR THIS WEB APPLICATION

THERE IS A FORMAT OF THE VARIOUS CLASSES TO BE CRERATED FOR THIS ATTACHED TO THE QUESTION

UPVOTE IS GUARANTEED!! image text in transcribed

image text in transcribed

image text in transcribed

image text in transcribed

image text in transcribed

image text in transcribed

In this assignment you will create a simple web application. - Drop down list menu shows all the comic character's names. - After clicking on the Create Mission! button your application should go back to the main page. View Page Title Here are the missions for Natasha Romanova - View page loads the data about a particular comic character mission information which was chosen on the main page - Data should load in the table format and if a particular character has multiple mission's then edit and delete actions should be shown for each row of mission. - "edit" action link should load the Edit page. - "delete" action link should delete that particular link and loads the page again with left over mission to show but if there is no data/mission left to show for that particular character then loads the main page. - "Update Mission!" should update the particular record and loads the main page after editing. - You should create a Spring Boot application with Spring Web, Thymeleaf, Lombok, H2 Database and JDBC SQL dependencies. - You must use the following; - Best practices as taught in class for database access (using H2): - NamedParameterJdbcTemplate data.sql INSERT INTO missions (agent, title, gadget1, gadget2) VALUES ('Johnny English', 'Rescue the Queen', 'Exploding Cigar', 'Voice Controlled Rolls Royce'), ('Natasha Romanova', 'Kill Iron Man', 'Armored Suit', 'Indestructible Pole'); schema.sal CREATE TABLE missions ( id LONG PRIMARY KEY AUTO_INCREMENT, agent VARCHAR (50), title VARCHAR (50), gadget1 VARCHAR(50), gadget2 VARCHAR(50)

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

Spomenik Monument Database

Authors: Donald Niebyl, FUEL, Damon Murray, Stephen Sorrell

1st Edition

0995745536, 978-0995745537

More Books

Students also viewed these Databases questions