Question: Create java desktop application with CRUD functionality using Spring Core and Jdbc Template in Maven. You should create an application for a courier company. You
Create java desktop application with CRUD functionality using Spring Core and Jdbc Template in Maven. You should create an application for a courier company. You have to maintain the records of Couriers using this application. You will be using a Courier class with fields like,CourieridName,Contact,Region,ItemsDelivered,VisitDate,hours
You have to follow these steps for this application.
aCreate a database named Couriers.
bCreate table named Courier in the database.
cCreate a Controller class for taking user input.
dAdd Dependencies using maven for your project.
eCreate one Java class as a Model class.
fCreate a separate DAO class for database operations
gCreate separate xml Config file for connection and all Data Source related information.
hCreate a third separate java class and call these methods in this class to display data on console.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
