- 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
The topics covered will be based on Spring 4;
Spring webapp supports;
- XML
- annotations
- programmatically in Servlet 3.x
This section will only cover the common XML configuration for Spring MVC project.
Spring Web Contexts [1]
Spring JDBC DAO Support [2]
Spring MVC Example [3]