Gadgets

Showing posts with label Database connection in spring. Show all posts
Showing posts with label Database connection in spring. Show all posts

Saturday, 5 March 2016

Store the details into database using spring framework

Store the details in database using spring framework

 

Steps to create spring MVC web application:

1.      Load the required jar file.
2.      Create the request page to give input.
3.      Create the Controller class.
4.      Create the web.xml file.
5.      Create the spring configuration xml file.
6.      Create output page
7.      Run the project.