Tag

web container

0 views collected around this technical thread.

Architecture Digest
Architecture Digest
Apr 1, 2025 · Backend Development

Comparing Tomcat and Undertow in SpringBoot: Performance, Memory Usage, and Deployment Guide

This article explains how SpringBoot uses Tomcat by default, shows how to replace it with Undertow by adding the appropriate dependency, and presents benchmark results demonstrating Undertow's superior throughput and lower memory consumption for high‑concurrency Java web applications.

JavaPerformanceSpringBoot
0 likes · 5 min read
Comparing Tomcat and Undertow in SpringBoot: Performance, Memory Usage, and Deployment Guide
Java Architect Essentials
Java Architect Essentials
Apr 6, 2024 · Backend Development

Comparing Tomcat and Undertow in SpringBoot: Configuration, Performance, and Memory Usage

This article explains how SpringBoot defaults to an embedded Tomcat container, shows how to replace it with Undertow by adding the appropriate dependency, and compares the two servers' performance and memory consumption through benchmark results, concluding that Undertow is preferable for high‑concurrency Java backend applications.

JavaPerformanceSpringBoot
0 likes · 5 min read
Comparing Tomcat and Undertow in SpringBoot: Configuration, Performance, and Memory Usage
Java Architecture Diary
Java Architecture Diary
Jul 12, 2023 · Backend Development

How to Quickly Switch to Smart-Servlet with Spring Boot Fat Jar

This article introduces the smart-servlet web container, outlines its key features, provides step‑by‑step instructions for replacing Tomcat with smart-servlet in a Spring Boot fat‑jar project, and highlights the related smart-socket framework and ecosystem components.

Backend DevelopmentPlugin ArchitectureSpring Boot
0 likes · 4 min read
How to Quickly Switch to Smart-Servlet with Spring Boot Fat Jar
DaTaobao Tech
DaTaobao Tech
Jul 26, 2022 · Frontend Development

Evolution of Web Container Architecture: From AEF to CEF and Future Enhancements

The QianNiu client migrated its custom Application Embedded Framework to Chromium Embedded Framework, introducing a multi‑process architecture with isolated browser and render processes, remote RPC components, unified JS injection, render‑group optimization, comprehensive network interception, white‑screen detection, and plans for memory reclamation and further security hardening.

AEFCEFbrowser architecture
0 likes · 12 min read
Evolution of Web Container Architecture: From AEF to CEF and Future Enhancements
Selected Java Interview Questions
Selected Java Interview Questions
Jun 30, 2022 · Backend Development

Replacing Tomcat with Undertow in SpringBoot: Performance and Memory Comparison

This article explains how to replace the default embedded Tomcat container in SpringBoot with Undertow, compares their performance and memory usage through benchmark tests, and recommends Undertow for high‑concurrency Java web applications.

JavaPerformanceSpringBoot
0 likes · 5 min read
Replacing Tomcat with Undertow in SpringBoot: Performance and Memory Comparison
Top Architect
Top Architect
Jul 16, 2020 · Backend Development

Comparing Tomcat and Undertow in Spring Boot: Performance and Memory Usage

This article explains how Spring Boot uses Tomcat by default, shows how to replace it with Undertow, and presents benchmark results that demonstrate Undertow's superior throughput and lower memory consumption for high‑concurrency Java web applications.

JavaPerformanceSpring Boot
0 likes · 5 min read
Comparing Tomcat and Undertow in Spring Boot: Performance and Memory Usage