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,Courier_id,Name,Contact,Region,ItemsDelivered,VisitDate,hours .
You have to follow these steps for this application.
a-Create a database named Couriers. 10
b-Create table named Courier in the database. 10
c-Create a Controller class for taking user input. 10
d-Add Dependencies using maven for your project. 10
e-Create one Java class as a Model class. 10
f-Create a separate DAO class for database operations .20
g-Create separate xml Config file for connection and all Data Source related information. 10
h-Create a third separate java class and call these methods in this class to display data on console. 20

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!