/springmvc-tasks

Spring MVC sample project

Primary LanguageJava

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.