Tagged articles
10 articles
Page 1 of 1
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.

TomcatWeb Containerundertow
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.

Spring BootWeb Containerplugin architecture
0 likes · 4 min read
How to Quickly Switch to Smart-Servlet with Spring Boot Fat Jar
DaTaobao Tech
DaTaobao Tech
Oct 9, 2022 · Frontend Development

Can a Pure Front‑End Container Eliminate the Web‑Native Performance Gap?

The article analyses the current state of front‑end performance, explains why hybrid solutions fall short of native experiences, and introduces Lath – a pure front‑end container that turns any web page into a seamless SPA with advanced window management, smooth interactions, and progressive enhancement.

LathSPAWeb Container
0 likes · 21 min read
Can a Pure Front‑End Container Eliminate the Web‑Native Performance Gap?
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.

AEFBrowser ArchitectureCEF
0 likes · 12 min read
Evolution of Web Container Architecture: From AEF to CEF and Future Enhancements
21CTO
21CTO
Sep 18, 2017 · Backend Development

Web Server vs. Application Server vs. Container vs. Reverse Proxy: What’s the Real Difference?

This article explains the concepts, history, and core mechanisms of web servers, web application containers, application servers, and reverse proxies, compares their functions and relationships, and provides a concise summary to help developers choose the right component for their backend architecture.

Application ServerBackend ArchitectureWeb Container
0 likes · 15 min read
Web Server vs. Application Server vs. Container vs. Reverse Proxy: What’s the Real Difference?