본문 바로가기

전체 글

(291)
[SwiftUI] NFC Reader, Writer example app 개발에 대한 감을 놓치고 싶지 않아서 이것저것 샘플 코드 살펴보면서 감을 유지해야겠다 언젠가는 쓸모가 있을 것이다 우선 NFC Reader를 구현하기 위해서는 Core NFC 프레임워크를 사용해야 한다. Core NFC 프레임워크를 사용하기 위해서는 Info.plist 파일에 NFC 능력을 요청하는 Key를 추가해야 한다. Key는 NFCReaderUsageDescription NFCReaderUsageDescription This app requires access to NFC capabilities to read and write NFC tags. SwiftUI를 사용하여 NFC Reader 구현 import SwiftUI import CoreNFC struct ContentView: View..
[Spring Batch] Configuring and Running a Job - (1) Configuring a Job https://docs.spring.io/spring-batch/docs/current/reference/html/job.html#configuringAJob Configuring and Running a Job If a group of Jobs share similar but not identical configurations, it may help to define a “parent” Job from which the concrete Job instances can inherit properties. Similar to class inheritance in Java, a “child” Job combines its elements and attr docs.spring.io 틀린 해석이 있다면 알려주세..
[소프트웨어 개발] 소프트웨어 개발 방법론 종류 폭포수 모델 (Waterfall Model) 개발 생명주기를 계획, 분석, 설계, 구현, 테스트, 유지보수의 일련의 단계로 구성하여 순차적으로 진행하는 방법론 각 단계가 완료되어야 다음 단계로 진행할 수 있으며, 개발자들은 일정한 틀 안에서 개발을 진행 초기 비용을 줄일 수 있고 개발 단계마다 검증이 가능한 것이 장점 개발 초기 설계와 요구사항 분석에 대한 정확한 정보가 필요하며, 수정이 어려워지는 등의 단점이 있음 프로토타입 모델 (Prototype Model) 초기 개발 단계에서 시제품(프로토타입)을 만들고 검증하는 방법론 빠른 개발 및 수정이 가능하며, 최종 제품의 품질을 높일 수 있음 하지만 일부 개발 단계가 생략될 수 있고, 프로토타입 개발 후의 추가 개발 비용이 증가할 수 있음 애자일 개발 방..
[Spring Batch] The Domain Language of Batch - (4) JobRepository ~ 끝 https://docs.spring.io/spring-batch/docs/current/reference/html/domain.html#jobrepository The Domain Language of Batch To any experienced batch architect, the overall concepts of batch processing used in Spring Batch should be familiar and comfortable. There are “Jobs” and “Steps” and developer-supplied processing units called ItemReader and ItemWriter. However, be docs.spring.io 틀린 해석이 있다면 알려주세..
[Spring Batch] The Domain Language of Batch - (3) ExecutionContext https://docs.spring.io/spring-batch/docs/current/reference/html/domain.html#executioncontext The Domain Language of Batch To any experienced batch architect, the overall concepts of batch processing used in Spring Batch should be familiar and comfortable. There are “Jobs” and “Steps” and developer-supplied processing units called ItemReader and ItemWriter. However, be docs.spring.io 틀린 해석이 있다면 알..
[Spring Batch] The Domain Language of Batch - (2) Step https://docs.spring.io/spring-batch/docs/current/reference/html/domain.html#step The Domain Language of Batch To any experienced batch architect, the overall concepts of batch processing used in Spring Batch should be familiar and comfortable. There are “Jobs” and “Steps” and developer-supplied processing units called ItemReader and ItemWriter. However, be docs.spring.io 틀린 해석이 있다면 알려주세요 🪴 Step ..
[Spring Batch] The Domain Language of Batch - (1) Job https://docs.spring.io/spring-batch/docs/current/reference/html/domain.html#domainLanguageOfBatch The Domain Language of Batch To any experienced batch architect, the overall concepts of batch processing used in Spring Batch should be familiar and comfortable. There are “Jobs” and “Steps” and developer-supplied processing units called ItemReader and ItemWriter. However, be docs.spring.io 틀린 해석이 ..
[Spring Batch] Architecture https://docs.spring.io/spring-batch/docs/current/reference/html/spring-batch-architecture.html#springBatchArchitecture Spring Batch Architecture To help design and implement batch systems, basic batch application building blocks and patterns should be provided to the designers and programmers in the form of sample structure charts and code shells. When starting to design a batch job, the busines..

728x90