Tag

Spring Integration

1 views collected around this technical thread.

Code Ape Tech Column
Code Ape Tech Column
Apr 8, 2025 · Backend Development

Spring Integration: Core Concepts, Configuration, and Practical Use Cases

This article introduces Spring Integration, explains its fundamental concepts such as messages, channels, endpoints, adapters, filters and transformers, compares it with traditional middleware, and provides detailed XML and Java configuration examples, design‑pattern guidance, interceptor usage, and a complete order‑processing implementation.

AdaptersJavaMessage Channels
0 likes · 18 min read
Spring Integration: Core Concepts, Configuration, and Practical Use Cases
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jan 9, 2024 · Backend Development

Mastering Distributed Locks with Spring Integration in Spring Boot

This guide explains how to use Spring Integration's LockRegistry for distributed locking, covering both database‑based and Redis‑based implementations, complete with Maven dependencies, configuration snippets, bean definitions, and comprehensive test cases to ensure reliable synchronization across multiple nodes.

Distributed LockJavaJdbcLock
0 likes · 9 min read
Mastering Distributed Locks with Spring Integration in Spring Boot
macrozheng
macrozheng
Dec 15, 2021 · Backend Development

Implement Distributed Locks with Spring Integration: Redis & Zookeeper Guide

Learn how to implement distributed locks in Spring-based applications using Spring Integration, covering Redlock, Apache Curator alternatives, and detailed step-by-step examples for Redis and Zookeeper backends, including configuration, code snippets, testing procedures, and troubleshooting tips for reliable lock management.

Distributed LockJavaRedis
0 likes · 7 min read
Implement Distributed Locks with Spring Integration: Redis & Zookeeper Guide
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Nov 8, 2021 · Information Security

Comprehensive Apache Shiro Tutorial: Introduction, Configuration, Realms, Authentication Strategies, Encryption, Salt, Authorization, Spring Integration, and Caching

This extensive guide explains Apache Shiro's core concepts, demonstrates how to set up simple authentication, configure various Realm types, apply multi‑realm authentication strategies, encrypt passwords with hashing and salting, implement custom authorization, integrate Shiro with Spring MVC, explore different login methods, use JSP tags for UI control, and enable caching with Ehcache, providing complete code examples throughout.

Apache ShiroAuthenticationJava security
0 likes · 47 min read
Comprehensive Apache Shiro Tutorial: Introduction, Configuration, Realms, Authentication Strategies, Encryption, Salt, Authorization, Spring Integration, and Caching
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Dec 7, 2020 · Backend Development

Designing a Configuration Center: Key Considerations and Architecture

This article explains how to design a configuration center, covering storage selection, environment isolation, push‑pull update mechanisms, Spring integration, permission auditing, metrics monitoring, and open APIs or multi‑language SDKs for practical implementation.

Configuration CenterMicroservicesSpring Integration
0 likes · 9 min read
Designing a Configuration Center: Key Considerations and Architecture
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Aug 17, 2020 · Backend Development

Implementing Distributed Locks with Spring Integration (Redis and Zookeeper)

This article explains how to use Spring Integration to implement distributed locks across Redis and Zookeeper, detailing the unified lock API, required dependencies, configuration steps, and sample code for both storage backends.

Distributed LockJavaRedis
0 likes · 7 min read
Implementing Distributed Locks with Spring Integration (Redis and Zookeeper)
Java Captain
Java Captain
Oct 14, 2018 · Information Security

Apache Shiro Java Security Framework Overview and Integration Guide

This article introduces Apache Shiro as a powerful Java security framework, explains its core components such as Subject, SecurityManager, Authenticator, Authorizer, Realm, SessionManager, CacheManager and Cryptography, and provides step‑by‑step integration instructions with Maven, XML configuration, custom realm code, controller logic and JSP tag usage.

Apache ShiroAuthenticationJava security
0 likes · 10 min read
Apache Shiro Java Security Framework Overview and Integration Guide
Architecture Digest
Architecture Digest
Dec 4, 2016 · Backend Development

Comprehensive Guide to MyBatis: Concepts, Configuration, SQL Mapping, and Dynamic SQL

This article provides a thorough overview of MyBatis, covering its core concepts, architecture, Spring integration, configuration elements, SQL mapping techniques, dynamic SQL tags, and practical usage tips such as type aliases, ResultMap, caching, and the differences between #{} and ${} placeholders.

Backend DevelopmentDynamic SQLJava
0 likes · 7 min read
Comprehensive Guide to MyBatis: Concepts, Configuration, SQL Mapping, and Dynamic SQL