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 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.
by Dawid Borycki
In this article, we’ll implement file upload functionality and connect it with Azure Form Recognition.
by Dawid Borycki
In the previous parts of this series we used AI to extract form data, in this article we'll show some practical uses of it.
by Han Bo Sun
This is a more in-depth tutorial on integrating Lucene search and index engine in Java applications.
by Han Bo Sun
Another tutorial on file upload with AngularJS, using FormData for multipart file upload
by Han Bo Sun
In this tutorial, I am going to discuss how ngResource works. I will demo all 4 HTTP verbs (or methods), and multiple ways request input data can be packaged. It will be a very fun tutorial.
by Roland Roos ICT Architectures
Using patterns like aspect-oriented programming in modern OO-languages in micro-services context
by Rahul__Sharma
How Managed Identities enable a Spring Boot web app running in Azure App service
by Rahul__Sharma
How Managed Identities enable a containerized Spring Boot web app running on Azure Kubernetes Service
by Rahul__Sharma
How Managed Identities enable a Spring web app to obtain credentials from Azure Key Store and use them to access both Azure APIs and external APIs
by Jennifer Reif
In this article we build a Java microservice that connects to, and interacts with, graph data in a Neo4j AuraDB Free database.
by Dawid Borycki
This tutorial demonstrates steps to build the messaging extension for Microsoft Teams.
by Dawid Borycki
How to use Java and Spring MVC to implement link unfurling in Microsoft Teams apps
by Jeff_Griffith
In this article series we will demonstrate how to build out Microsoft Teams apps in Java.
by Jeff_Griffith
In this article we'll explore creating a channel or group tab with SSO.
by Jeff_Griffith
In this article we'll explore creating a conversational tab app.
by Rahul__Sharma
In this article we will learn how to use Azure AD for social login.
by Rahul__Sharma
This article guides you through establishing Azure authentication in a Spring Boot application using an on-premises AD server.
by Han Bo Sun
This article will give an introduction on how to create microservices using Spring AMQP and RabbitMQ.
by Matthew Casperson
How to create a Spring Boot web app in Java that replicates the functionality of the “Teams File Upload” sample app on GitHub
by Matthew Casperson
In this article of this series, we’ll use the Graph API client to consume OneNote documents through a microservice that allows them to be converted into Markdown format.
by Matthew Casperson
How to create a Spring Boot web app in Java that replicates the functionality of the “Teams Conversation Bot SSO” sample app on GitHub
by Matthew Casperson
How to create a Spring Boot web app in Java that replicates the functionality of the “Universal Bots” sample app on GitHub
by Matthew Casperson
In this article we’ll see how to integrate Spring with Microsoft Teams to create a simple incident management bot.
by Matthew Casperson
In this article, we’ll create an authentication provider and look at how to use the Graph API client from a Spring Boot web application.
by Han Bo Sun
In this article, I like to discuss the way to set up a Spring Boot application that is packaged as a WAR archive and supports Spring MVC with JSP as view.
by Matthew Casperson
In this article we’ll explore integrating Azure AD and MSAL with a Spring Boot web application.
by Matthew Casperson
In this article we use the access token this application receives to make requests to another Spring-based microservice.
by Matthew Casperson
In this article, Using MSAL to Access Azure APIs, we use the OBO OAuth flow to call a service in Azure. Then, we’ll communicate the results back to the frontend application via a shared database.
by Arturs Solomencevs
About database transactions and using Spring Framework
by Michael Stepankin
For Spring Boot 1 - 1.4, several endpoints are accessible without authentication, causing significant problems with security.
by Han Bo Sun
Detailed description of how many-to-many association works with Hibernate, using MySQL and Spring
by Han Bo Sun
In this tutorial, I am going to show the readers how to create an MVC application using Spring Boot, packaging as a self host WAR file, and execute using embedded Jetty application server.
by Han Bo Sun
This tutorial will discuss how to configure CORS for Spring Boot web application.
by Han Bo Sun
In this tutorial, I will discuss how to add file upload functionality to an Angular web application.
by Han Bo Sun
In this article, I will show you how to integrate Hibernate Search into a simple yet feature complete web application with the Spring MVC and Hibernate enabled.
by vladimir husnullin
Web development using JSON is simple
by vladimir husnullin
Web development using JSON is simple
by Puja Jagani
JTable Spring Demo with database integration
by Han Bo Sun
Loading data in batches and displaying using UI-Grid in an AngularJS based app
by Dawid Borycki
In this article we create a Teams tab based on a sample Spring MVC web application deployed to Azure Spring Cloud.
by Dawid Borycki
In this article we learn how to add a conversational bot to Microsoft Teams to echo back text messages.
by Jeff Griffith
How to create a Citus database and then adapt Java app to use it
by Jeff Griffith
How to containerize a legacy Java app and deploy it to an AKS cluster
by Jeff Griffith
How to begin the legacy app’s functionality into Azure function-based microservices
by Jeff Griffith
How to set up the project and prepare the database
by Jeff Griffith
How to lift and shift our Java app to Azure using Azure App Service
by Jeff Griffith
How to set up an Azure PostgreSQL database, migrate app’s data over, and ensure the application still works
by Han Bo Sun
Tutorial to discuss the design of a moveable popup modal using AngularJS and ui-bootstrap
by Han Bo Sun
Set up a RESTFul service using Spring Boot and use Spring Security to secure the RESTFul API
by Han Bo Sun
In this article, I will show the reader how to secure a web application based on Spring Boot and WAR archive, using the Spring Security and Tags. The application will have a login page, page access based on user roles, login failure, and access denied pages.
by Han Bo Sun
This tutorial will discuss an advanced configuration to use MySQL database as the session management.
by James A. Brannan
Spring Boot 2 – REST Exceptions
by Han Bo Sun
This tutorial discusses the way to setup a Spring boot application that can utilize JSTL template and taglib.
by Han Bo Sun
In this article, I will present a fully working Spring MVC application. It integrates with Spring Security, and Spring Rest. The sample application can be used as a template while the tutorial gives you a general idea of how each component work.
by Nate Ceres, Rory Preddy
In this article we'll look at recent announcements to see what’s new for Java on Azure and get started building today.
by Grzegorz @ tidyjava.com
List of practices to work effectively on Spring applications. This part focuses on services.
by Han Bo Sun
In this tutorial, I will discuss how to handle secured session timeout in an AngularJS application.
by Han Bo Sun
In this tutorial, I will be discussing the approach of uploading files using ngResource with AngularJS.
by Han Bo Sun
In this tutorial, I will introduce the use of Spring JdbcTemplate in a Spring Boot web application. This tutorial will show how to create the necessary configuration for JdbcTemplate. And how it can be used for data insertion and retrieval.
by Han Bo Sun
How to use JWT Token with Spring Security for user authentication and authorization
by James A. Brannan
How to use AWS Java 2 API to create a Rest application using Spring Boot that reads and writes to a DynamoDB database
by Han Bo Sun
A tutorial on how to setup an application Spring Security and Spring MVC, and use ThymeLeaf for secured page rendering.
by vladimir husnullin
Web development using JSON is simple