Java Web Project
Author

Java Web Project

Focused on Java backend technologies, trending internet tech, and the latest industry developments. The platform serves over 200,000 Java developers, inviting you to learn and exchange ideas together. Check the menu for Java learning resources.

104
Articles
0
Likes
135
Views
0
Comments
Recent Articles

Latest from Java Web Project

100 recent articles max
Java Web Project
Java Web Project
Apr 19, 2026 · Industry Insights

Why Spring Boot Falters in Serverless: Comparing Quarkus, Micronaut & Helidon

Spring Boot’s heavy runtime, driven by reflection and classpath scanning, incurs long cold starts and high memory usage, making it costly for serverless and edge deployments; lightweight frameworks like Quarkus, Micronaut, and Helidon shift work to compile time and offer native images, but introduce trade‑offs in dynamism, ecosystem coverage, and build complexity.

HelidonMicronautQuarkus
0 likes · 10 min read
Why Spring Boot Falters in Serverless: Comparing Quarkus, Micronaut & Helidon
Java Web Project
Java Web Project
Apr 18, 2026 · Information Security

How a Midnight SMS Scam Revealed the Need for a Multi‑Layer Anti‑Abuse System

A night‑time SMS billing attack that drained ¥11,500 in two hours exposed flaws in a naïve Session‑based verification design, prompting a detailed, five‑layer defense architecture that combines gateway rate limiting, Redis token‑bucket controls, advanced captcha tracking, device fingerprinting, blacklist automation, and honey‑pot tactics to raise attack costs.

CaptchaRate LimitingRedis
0 likes · 14 min read
How a Midnight SMS Scam Revealed the Need for a Multi‑Layer Anti‑Abuse System
Java Web Project
Java Web Project
Apr 17, 2026 · Industry Insights

Why Chinese Bank Apps Lag: Regulation, Legacy Tech, and Org Constraints

The article explains why major Chinese banks’ mobile apps feel outdated by examining how strict regulatory requirements, decades‑old COBOL‑based core systems, entrenched technical debt, and fragmented organizational structures force banks to prioritize compliance over user‑centric design, and how digital‑only competitors expose this gap.

Industry InsightsTechnical debtbanking
0 likes · 12 min read
Why Chinese Bank Apps Lag: Regulation, Legacy Tech, and Org Constraints
Java Web Project
Java Web Project
Apr 16, 2026 · Backend Development

How I Resolved a 13‑Hour OOM Nightmare in a Spring Boot Service

The article walks through a 13‑hour out‑of‑memory incident on a Spring Boot 2.7 service running in Kubernetes, detailing how to preserve the crash dump, interpret GC logs, use MAT and Arthas to pinpoint a static HashMap leak, and apply both temporary and permanent fixes while hardening the system for future safety.

ArthasJVMJava
0 likes · 18 min read
How I Resolved a 13‑Hour OOM Nightmare in a Spring Boot Service
Java Web Project
Java Web Project
Apr 15, 2026 · Backend Development

How We Cut Spring Boot Startup from 12 s to 3 s with GraalVM Native Image

This article walks through converting a Spring Boot order‑query microservice to a GraalVM Native Image, detailing environment setup, common build pitfalls with concrete code fixes, Docker multi‑stage packaging, K8s scaling comparison, performance benchmarks, CI/CD integration, and guidance on when Native Image is appropriate.

DockerKubernetesPerformance Optimization
0 likes · 12 min read
How We Cut Spring Boot Startup from 12 s to 3 s with GraalVM Native Image
Java Web Project
Java Web Project
Apr 14, 2026 · Backend Development

Why Seata’s Global Locks Can Kill High‑QPS Services—and What to Do Instead

The author recounts 18 months of using Seata for distributed transactions, explains its three‑role architecture and AT mode, details how global locks caused severe latency and deadlocks under load, and shows how switching to a transactional outbox pattern restored performance and eliminated the undo_log bloat.

MicroservicesPerformanceTransactional Outbox
0 likes · 8 min read
Why Seata’s Global Locks Can Kill High‑QPS Services—and What to Do Instead
Java Web Project
Java Web Project
Apr 12, 2026 · Artificial Intelligence

How AI Is Redefining IDEs: Inside JetBrains AIR’s Native AI Architecture

JetBrains AIR transforms the IDE from a simple AI add‑on into a core AI‑driven development environment, detailing its architecture, three‑step onboarding, task definition workflow, permission models, multi‑task handling, review process, and extensibility via MCP servers.

AI IDEAI integrationAI-assisted programming
0 likes · 6 min read
How AI Is Redefining IDEs: Inside JetBrains AIR’s Native AI Architecture
Java Web Project
Java Web Project
Mar 29, 2026 · Artificial Intelligence

Why AgentScope Java Is the Enterprise‑Ready AI Agent Framework for Java

AgentScope Java, released by Alibaba's Tongyi Lab, tackles the integration, security, and operational challenges of deploying AI agents in Spring Cloud‑based enterprise systems by introducing a production‑grade ReAct paradigm, real‑time interruption, sandboxing, A2A communication via RocketMQ, and visual debugging tools, all demonstrated with concrete code examples and a detailed feature comparison.

AI AgentsAgentScopeJava
0 likes · 14 min read
Why AgentScope Java Is the Enterprise‑Ready AI Agent Framework for Java
Java Web Project
Java Web Project
Mar 17, 2026 · Fundamentals

Why the String Constructor Makes BigDecimal Precise While Double Fails

This article explains how Java's BigDecimal class provides exact arithmetic for numbers beyond double's 16‑digit limit, demonstrates the pitfalls of using the double constructor with concrete examples, and guides developers through constructors, common methods, formatting, exception handling, and a utility class for high‑precision calculations.

ArithmeticBigDecimalJava
0 likes · 27 min read
Why the String Constructor Makes BigDecimal Precise While Double Fails
Java Web Project
Java Web Project
Mar 15, 2026 · Industry Insights

Is Tencent’s SkillHub a Legitimate MIT‑Licensed Mirror or a Copycat?

The article examines Tencent’s SkillHub, a localized AI‑skill marketplace built on the OpenClaw ecosystem, evaluating its traffic statistics, the founder’s response to rate‑limit complaints, and whether mirroring MIT‑licensed repositories constitutes plagiarism or a standard open‑source practice.

Industry InsightMIT licenseOpen Source
0 likes · 4 min read
Is Tencent’s SkillHub a Legitimate MIT‑Licensed Mirror or a Copycat?