Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / web / Spring

Spring

Spring

Great Reads

by Retired Author
Cross-Site Scripting (XSS) is one of the most prevalent security vulnerabilities in web applications. It occurs when an attacker injects malicious scripts into content that users can view on a web page. These scripts can steal data, hijack user sessions, or perform other harmful actions.
by Florian Lopes
This is a tool for Spring MockMvcRequestBuilder to post form objects.
by Florian Lopes
This post explains how to restrict access to an area, based on active Spring profile.
by Dawid Borycki
In this series, we’ll build a business-focused Spring Boot application in Java focused on ingesting images of forms submitted by vendors, processing them through Form Recognizer, and storing them in a PostgreSQL database.

Latest Articles

by Retired Author
Cross-Site Scripting (XSS) is one of the most prevalent security vulnerabilities in web applications. It occurs when an attacker injects malicious scripts into content that users can view on a web page. These scripts can steal data, hijack user sessions, or perform other harmful actions.
by Florian Lopes
This is a tool for Spring MockMvcRequestBuilder to post form objects.
by Florian Lopes
This post explains how to restrict access to an area, based on active Spring profile.
by Dawid Borycki
In this series, we’ll build a business-focused Spring Boot application in Java focused on ingesting images of forms submitted by vendors, processing them through Form Recognizer, and storing them in a PostgreSQL database.

All Articles

Sort by Score

Spring 

by Omar Gameel Salem
Avoid typing view names in Spring controllers by hand
by Davinder Singla
This tip is for solving out of memory issue for large result sets in MyBatis
by Matteo Risoldi
A quick to implement way to remove unused mappings from web.xml
by joseacl79
This tip is about the spring security and how to create a custom JSP page to login with.