-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Software Architecture with Spring
By :
This chapter reviews the pipe and filter architecture, highlighting where to use it and where to avoid it. It covers the core functionalities and concepts of the Spring Batch framework and demonstrates how to create a batch-processing application that reads CSV files and populates a database by applying the piper and filter architecture with Spring Batch.
Additionally, we will explore serverless architecture, focusing on function as a service (FaaS) and Spring Cloud Function. Finally, we will implement a function to send alerts to a Slack channel and deploy the application locally and in the AWS cloud. This chapter covers the following topics:
By the end of this chapter, you will have acquired a...