Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

Spring MVC Framework

  • Author: Pedric Kng
  • Updated: 03 Dec 2018

Spring is a common framework used in the Java development, this discussion is limited to;

  • Spring web project
  • particular to SQL injection
  • support rendered by Checkmarx CxSAST 8.9.x

Spring 4 Framework

The topics covered will be based on Spring 4;

Spring Context initialization

Spring webapp supports;

  • XML
  • annotations
  • programmatically in Servlet 3.x

This section will only cover the common XML configuration for Spring MVC project.

Root Web Application Contexts

Dispatcher Servlet Contexts

Spring MVC

Spring JDBC DAO

References

Spring Web Contexts [1]
Spring JDBC DAO Support [2]
Spring MVC Example [3]