Skip to content

Web app for managing employees data. User interface connected to MySQL database.

Notifications You must be signed in to change notification settings

GeorgiyBereza/spring_course_mvc_hibernate_aop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employees database. MVC + Hibernate + AOP

from Stepik Java Spring course

MVC+Hibernate+AOP pic Created a user interface using Model–view–controller (MVC) design pattern.
Interface is connected to MySQL database via Hibernate.
Used Data Access Object (DAO) pattern to isolate the application/business layer from the database.
Implemented simple logging with AOP(aspectJ).

You can list, add/delete employees to database or change their info.

About

Web app for managing employees data. User interface connected to MySQL database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages