CRUD operations in Employee management using Spring, jQuery, Ajax, JSTL, JDBC, MySQL, Maven and developed using Eclipse IDE
In this example we are seeing how to develop CRUD (Create, Read, Update and Delete) operation application using technologies Java, spring, JSP, JSTL, JDBC, MySQL, Ajax, jQuery and Maven. Application is developed using eclipse IDE. In this example all operations are performed on Employee basic properties like employee number, first name, last name and department name. Application main aim is adding employee details to DB using user interface, and performing multiple operations like update, viewing and deleting.
Below, find the Test cases and flow of the application.
Create Employee Query:
Insert Employee Query:
EmployeeController.java
EmployeeService.java
EmployeeServiceImpl.java
EmployeeDao.java
EmployeeDaoImpl.java
GurugubelliUtil.java
Employee.java
home.jsp
menu.jsp
addEmployee.jsp
listOfEmployee.jsp
updateEmployee.jsp
deleteEmployee.jsp
Below, find the Test cases and flow of the application.
Create Employee Query:
CREATE TABLE
`employee` (
`EMP_NO` int(11) DEFAULT NULL,
`FIRST_NAME` varchar(30) DEFAULT NULL,
`LAST_NAME` varchar(30) DEFAULT NULL,
`DEPT_NAME` varchar(30) DEFAULT NULL
);
Insert Employee Query:
insert into
employee values(1,'Gurugubelli','G','Technology');
insert into
employee values(2,'Gurugubelli','Tech','Developer');
Required dependencies(Java libraries) :
pom.xmlEmployeeController.java
EmployeeService.java
EmployeeServiceImpl.java
EmployeeDao.java
EmployeeDaoImpl.java
GurugubelliUtil.java
Employee.java
home.jsp
menu.jsp
addEmployee.jsp
listOfEmployee.jsp
updateEmployee.jsp
deleteEmployee.jsp
CRUD operations in Employee management using Spring, jQuery, Ajax, JSTL, JDBC, MySQL, Maven and developed using Eclipse IDE
Reviewed by Gurugubelli Technologies
on
February 08, 2018
Rating:
please. code download?
ReplyDeleteupload util class
ReplyDeleteDone
DeleteUtil class is missing ... please upload it bro ...
ReplyDeleteThanks, Please note that post is updated with GurugubelliUtil.java class.
Deletewhere is util class?
ReplyDeleteThanks Amit for your comment. Please note that post is updated with GurugubelliUtil.java class.
Deletewhere is util class?
ReplyDeleteThanks for your comment. Please note that post is updated with GurugubelliUtil.java class.
Deletewhere is util class?
ReplyDeleteHi, Please check once, GurugubelliUtil.java class is added after EmployeeDaoImpl.java class
DeleteHi, where is the menu.html file?
ReplyDeleteSpring?
ReplyDeletePlease code to be downloaded
ReplyDeleteCan you write code for login using username and password saved details from mysql database
ReplyDeleteCan you write code for login using username and password saved details from mysql database in this same project file
ReplyDeleteCan you explain updateeEmployee method with parameters what is the value sent to it from ajax
ReplyDeletei'm getting empNo as null value
what is the DB name of this project
ReplyDeletewhere is menu.html file
ReplyDeleteyou have uploaded wrong menu.html code
ReplyDeletedatasourse getConnection () and servlet dispatcher.xml file is missing. Can you please provide this complete project in zip
ReplyDeleteWrost project no db file no plugins wasted my 2hours of time don't use this code for trail
ReplyDelete