Java Architecture Diary
Author

Java Architecture Diary

Committed to sharing original, high‑quality technical articles; no fluff or promotional content.

504
Articles
0
Likes
1.1k
Views
0
Comments
Recent Articles

Latest from Java Architecture Diary

100 recent articles max
Java Architecture Diary
Java Architecture Diary
Mar 14, 2025 · Backend Development

Master Spring 7 BeanRegistrar: Dynamic Bean Registration Made Simple

This article explains Spring Framework 7's new BeanRegistrar interface, showing how to programmatically register beans efficiently, compare it with traditional registration methods, discuss @Conditional limitations, and outline future advantages for Java backend developers.

BeanRegistrarDynamicRegistrationSpring
0 likes · 6 min read
Master Spring 7 BeanRegistrar: Dynamic Bean Registration Made Simple
Java Architecture Diary
Java Architecture Diary
Mar 7, 2025 · Artificial Intelligence

Boost Inference Efficiency with QwQ-32B: Benchmarks, Resource Savings, and Java Integration

QwQ-32B, Alibaba’s new inference‑optimized large language model built on the Qwen2.5 architecture, outperforms DeepSeek‑R1 across math reasoning, code generation, and safety benchmarks while requiring only 24 GB vRAM, and the article provides detailed performance data, resource‑efficiency analysis, and step‑by‑step Java and Ollama integration instructions.

Function CallingJava integrationLarge Language Model
0 likes · 7 min read
Boost Inference Efficiency with QwQ-32B: Benchmarks, Resource Savings, and Java Integration
Java Architecture Diary
Java Architecture Diary
Mar 3, 2025 · Frontend Development

Boost Real-Time AI Streams in the Browser with fetch-event-source

This article explains how Server‑Sent Events (SSE) work, outlines the limitations of the native EventSource API, and demonstrates how the fetch‑event‑source library enhances SSE with POST support, custom headers, retry strategies, and visibility handling, enabling efficient real‑time AI data streams in modern web front‑ends.

AIJavaScriptReal-time Streaming
0 likes · 6 min read
Boost Real-Time AI Streams in the Browser with fetch-event-source
Java Architecture Diary
Java Architecture Diary
Feb 21, 2025 · Fundamentals

Boost Your Git Workflow: Master AI-Powered Conventional Commits

This article explains how AI Commits automatically generate standardized Conventional Commit messages by analyzing code diffs and project context, outlines the Conventional Commits specification, details the AI workflow steps, and provides practical setup guides for IntelliJ plugins and prompt templates.

AI CommitsAutomationGit
0 likes · 8 min read
Boost Your Git Workflow: Master AI-Powered Conventional Commits
Java Architecture Diary
Java Architecture Diary
Feb 19, 2025 · Information Security

How Spring Security 6.4’s One-Time Token Login Enhances Security and UX

Spring Security 6.4 introduces One-Time Token Login, allowing users to authenticate via a magic link sent by email instead of passwords; the article explains its core concepts, token lifecycle, essential components, and provides step‑by‑step code examples for configuring and implementing this secure, user‑friendly authentication method.

AuthenticationJavaMagic Link
0 likes · 5 min read
How Spring Security 6.4’s One-Time Token Login Enhances Security and UX