Skip to content

marcos-araujo/springmvc-tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.