Question
Users should be able to create, edit, and delete items and associated information for your children's candy consumption. The system should display entries with all
Users should be able to create, edit, and delete items and associated information for your children's candy consumption. The system should display entries with all associated information in an appealing and easy to read fashion. Think style! You must create SQL schema to store your data using a schema.sql file, and you must pre-populate your list with at least four (4!) items at start-up using a data.sql file. You must use an H2 database. For our purposes, we'll assume it is only us running this thing to guide our children, though it will definitely be possible to provide different views for different users after we complete the lectures on Security. For today, different views/lists for different users (i.e. sessions and other technologies) are not required or desired. You must use JDBC Templates to interact with your database as we have done in class. JPA Repository has not been covered and is not acceptable here (wait for Java 4!). You must use Thymeleaf. You must use Lombok. Your system must not reference Students, Courses, Appointments, Reviews, Songs, Movies, Reviews or any other of our exercise and assignment subjects directly
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started