Tagged articles
2 articles
Page 1 of 1
Java Architect Essentials
Java Architect Essentials
May 16, 2025 · Backend Development

Simplifying Session Management in Spring Boot with @SessionAttributes

Spring Boot's @SessionAttributes annotation enables automatic session data handling, eliminating repetitive HttpSession code, simplifying development, improving maintainability, and supporting multi-attribute management and cleanup, as demonstrated through detailed examples and best practices for user login and shopping cart scenarios.

@SessionAttributesBackendJava
0 likes · 7 min read
Simplifying Session Management in Spring Boot with @SessionAttributes
Qunar Tech Salon
Qunar Tech Salon
Jun 1, 2017 · Backend Development

Deep Dive into ZooKeeper ServerCnxn: Request Reception, Session Management, and Transaction Processing

This article explains how ZooKeeper’s ServerCnxn, particularly the NIOServerCnxn implementation, handles client connections, processes session creation, manages sessions via SessionTracker, and routes transaction requests through the server’s request‑processor chain, detailing the roles of each processor and the underlying logging and snapshot mechanisms.

BackendServerCnxnSessionManagement
0 likes · 20 min read
Deep Dive into ZooKeeper ServerCnxn: Request Reception, Session Management, and Transaction Processing