Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 데이터베이스
- oracle
- 파이썬
- JVM
- 코틀린
- write by GPT-4
- jpa
- spring data jpa
- android
- 인프라
- 리눅스
- 웹 크롤링
- kotlin
- write by chatGPT
- flet
- 시스템
- 고전역학
- chatGPT's answer
- GPT-4's answer
- 자바
- NIO
- python
- Java
- 자바암호
- 자바네트워크
- Database
- 유닉스
- spring integration
- 역학
- 소프트웨어공학
Archives
- Today
- Total
목록2025/01/07 (1)
728x90
기억을 지배하는 기록
Splitter와 Aggregator - 예제: XML 데이터 처리
2. Spring Integration 주요 컴포넌트 활용2.1 Message Filter와 Router2.2 Service Activator와 Message Handler2.3 Splitter와 Aggregator2.4 예제: XML 데이터 처리XML 데이터 처리 워크플로우목표대규모 XML 파일을 개별 요소로 분할(Splitter).분할된 데이터를 처리(Processor).처리된 결과를 집계(Aggregator)하여 최종 XML을 생성.1. 사용 시나리오입력대규모 XML 파일: Item1 10 Item2 5 Item3 15 출력처리된 결과를 포함하는 최종 XML 파일: ..
Spring Integration for Beginners
2025. 1. 7. 10:34