Book Image

Cloud-Native Applications in Java

By : Ajay Mahajan, Munish Kumar Gupta, Shyam Sundar S, Anirudh Balasubramanian
Book Image

Cloud-Native Applications in Java

By: Ajay Mahajan, Munish Kumar Gupta, Shyam Sundar S, Anirudh Balasubramanian

Overview of this book

Businesses today are rapidly evolving and cloud-native applications are now needed more than ever before. To build these types of applications, you must be able to determine the right environment, tools, and resources. This course is designed to help you get to grips with all the concepts and techniques you need to build secure, robust, and scalable applications for cloud-based deployment. The course begins by explaining the driving factors behind cloud adoption and how cloud deployment is different from regular application deployment. You’ll learn about design patterns specific to apps running in the cloud, and discover how you can build a microservice in Java Spring using REST APIs. Next, you’ll focus on how to build, test, and deploy applications with maximum automation to reduce the deployment cycle time. A dedicated section will then guide you through configuring the Amazon Web Services (AWS) and Azure platforms and working with their APIs to deploy your apps. Toward later chapters, you’ll understand how to write efficient code by exploring API design concerns and their best practices. Finally, you’ll learn to migrate an existing monolithic app to a distributed cloud-native app. By the end of this course, you’ll have learned how to confidently build and monitor a cloud-native application that is highly available and fault tolerant.
Table of Contents (12 chapters)
Chapter 10
As a Service Integration
Content Locked
Section 1
Lesson Overview
This lesson discusses various types of Anything as a Service (XaaS), which includes Infrastructure as a Service (IaaS), Platform as a Service (PaaS), Integration Platform as a Service (iPaaS), and Database as a service (DBaaS), and everything you need to factor in when exposing infrastructure or platform elements as services. In cloud-native mode, your application might be integrating with social media APIs or PaaS APIs, or you could be hosting services that will be used by other applications. This lesson covers the concerns you need to deal with when building your own XaaS model.