Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 623 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 623 Bytes

SpringMVC Tasks

Create, edit, delete, open and close tasks.

General Info

Sample project created for studying Spring MVC.

Design Patterns

  • Model View Controler
  • Data Acess Object
  • Dependency Injection

APIs and Frameworks

  • SpringMVC
  • Hibernate
  • Transaction Management
  • Spring Security

How it works

The authentication process is implemented in AuthorizerInterceptor class. Spring @Autowired annotations provide dependency injection. The persistence layer is a Hibernate implementation. JSP files perform the view layer.