Spring Boot
16 items tagged with "spring-boot"
Blueprints6
Legacy Java to Spring Boot Blueprint
Step-by-step migration from legacy Java EE applications to modern Spring Boot
Java EE on WebSphere to Spring Boot Blueprint
Migrate Java EE applications off WebSphere onto Spring Boot with embedded servers, externalized config, and container-native packaging.
Apache Struts to Spring MVC Blueprint
Replace legacy Apache Struts web applications with Spring MVC to remove unmaintained framework risk and modernize the web tier.
Java to Kotlin Backend Adoption Blueprint
Incrementally adopt Kotlin in a Java backend using full interop, null-safety gains, and coroutines for concurrent code.
EJB to REST Services Blueprint
Replace remote EJB interfaces with HTTP REST services to decouple clients from RMI and enable language-agnostic integration.
Java 8 to Java 21 LTS Modernization Blueprint
Upgrade long-lived Java 8 applications to the Java 21 LTS runtime, adopting modern language features and resolving JDK module and API changes.
Stacks5
Spring Boot + Thymeleaf
A Java stack pairing Spring Boot with the Thymeleaf template engine for server-rendered web applications with robust enterprise tooling.
Spring Boot Enterprise Stack
Java backend stack built on Spring Boot with PostgreSQL and Redis for production REST services and enterprise applications.
React + Spring Boot
A React frontend backed by a Java Spring Boot REST API, a workhorse enterprise stack for large, long-lived business applications.
Angular + Spring Boot
An Angular frontend over a Spring Boot Java backend, a strongly opinionated, fully typed enterprise stack favored by large IT organizations.
Spring WebFlux Reactive
Spring's reactive, non-blocking web stack built on Project Reactor and Netty, for high-concurrency services that need backpressure and efficient resource use.
Comparisons3
Spring Boot vs Quarkus
Spring Boot is the mature, ubiquitous Java framework; Quarkus is a cloud-native, Kubernetes-first framework optimized for fast startup and low memory.
Spring Boot vs Micronaut
Spring Boot uses runtime reflection and a huge ecosystem; Micronaut uses compile-time dependency injection for fast startup and low memory.
ASP.NET Core vs Spring Boot
ASP.NET Core is Microsoft's high-performance .NET framework; Spring Boot is the dominant Java framework. Both are mature, enterprise-grade choices.