본문 바로가기

리디 접속이 원활하지 않습니다.
강제 새로 고침(Ctrl + F5)이나 브라우저 캐시 삭제를 진행해주세요.
계속해서 문제가 발생한다면 리디 접속 테스트를 통해 원인을 파악하고 대응 방법을 안내드리겠습니다.
테스트 페이지로 이동하기

Cloud Native Applications in Java 상세페이지

컴퓨터/IT 개발/프로그래밍 ,   컴퓨터/IT IT 해외원서

Cloud Native Applications in Java

Build microservice-based cloud-native applications that dynamically scale
소장전자책 정가26,000
판매가26,000
Cloud Native Applications in Java 표지 이미지

Cloud Native Applications in Java작품 소개

<Cloud Native Applications in Java> ▶Book Description
Businesses today are evolving so rapidly that they are resorting to the elasticity of the cloud to provide a platform to build and deploy their highly scalable applications. This means developers now are faced with the challenge of building build applications that are native to the cloud. For this, they need to be aware of the environment, tools, and resources they're coding against.
If you're a Java developer who wants to build secure, resilient, robust, and scalable applications that are targeted for cloud-based deployment, this is the book for you. It will be your one stop guide to building cloud-native applications in Java Spring that are hosted in On-prem or cloud providers - AWS and Azure
The book begins by explaining the driving factors for cloud adoption and shows you how cloud deployment is different from regular application deployment on a standard data centre. You will learn about design patterns specific to applications running in the cloud and find out how you can build a microservice in Java Spring using REST APIs
You will then take a deep dive into the lifecycle of building, testing, and deploying applications with maximum automation to reduce the deployment cycle time. Gradually, you will move on to configuring the AWS and Azure platforms and working with their APIs to deploy your application. Finally, you'll take a look at API design concerns and their

▶What You Will Learn
⦁ See the benefits of the cloud environment when it comes to variability, provisioning, and tooling support
⦁ Understand the architecture patterns and considerations when developing on the cloud
⦁ Find out how to perform cloud-native techniques/patterns for request routing, RESTful service creation, Event Sourcing, and more
⦁ Create Docker containers for microservices and set up continuous integration using Jenkins
⦁ Monitor and troubleshoot an application deployed in the cloud environment
⦁ Explore tools such as Docker and Kubernetes for containerization and the ELK stack for log aggregation and visualization
⦁ Use AWS and Azure specific tools to design, develop, deploy, and manage applications
⦁ Migrate from monolithic architectures to a cloud native deployment

▶Key Features
⦁ Take advantage of the simplicity of Spring to build a full-fledged application
⦁ Let your applications run faster while generating smaller cloud service bills
⦁ Integrate your application with various tools such as Docker and ElasticSearch and use specific tools in Azure and AWS

▶Who This Book Is For
Java developers who want to build resilient, robust, and scalable applications that are targeted for cloud-based deployment will find this book helpful. Some knowledge of Java, Spring, web programming, and public cloud providers (AWS and Azure) should be sufficient to get you through the book.

▶ To get the most out of this book
1. The book starts with an introduction and then builds on a simple service, step by step, through the chapters. Hence, the readers will benefit by following the flow of the book, unless they are looking for a particular topic.
2. Downloading the code and running it is always tempting. However, you will benefit more as you type the code out, especially in the initial chapters. The book is written in such a way that the important concepts and code are present in the chapter, thus preventing you from going back to see the source code.
3. Having said that, do try out the code samples and run them. It makes the principles concrete and easier to grasp.
4. I hope that you have invested in a good desktop/laptop, given that you will be running containers and VMs on your machine, which take resources, it is good to have a strong piece of equipment to get going.
5. Refer to the documentation links mentioned through the chapters to expand the knowledge on the frameworks and technologies discussed in the book.
6. The cloud is a technology that changes very rapidly. Hence, this book stresses on concepts and demonstrates them through code. For example, CQRS is important as a concept, so we have shown implementation on MongoDB and Elasticsearch. However, you can try out the pattern on any other set of databases.

▶What this book covers
⦁ Chapter 1, Introduction to Cloud-Native, addresses the what and why of cloud-native applications: what are the drivers of moving to cloud application? Why is cloud development and deployment different from regular applications? What is a 12-factor app?
⦁ Chapter 2, Writing Your First Cloud-Native Application, introduces the core concepts of using the microservices approach for application design. It then shows a sample barebones product service that will be enhanced as the discussion progresses in the book. You will learn how to use Spring Boot for microservice application development and appreciate the microservice principles that are used to build cloud-native applications.
⦁ Chapter 3, Designing Your Cloud-Native Application, covers some of the high-level architecture considerations in designing cloud-native applications. It includes event-driven architecture, decoupling using choreography, and using domain-driven design (DDD) concepts such as Bounded Contexts. You will learn about the architecture patterns and considerations for developing on the cloud and frontending the applications with consumer-friendly APIs instead of a system-centric service definition.
⦁ Chapter 4, Extending Your Cloud-Native Application, takes a deep dive into creating an application using various stacks, principles, and supporting components. It covers the patterns while implementing the service. This chapter highlights the differential aspects such as error handling and patterns such as Command Query Response Segregation
(CQRS) and caching that have a significant impact on cloud development.
⦁ Chapter 5, Testing Cloud-Native Applications, delves into how to test your microservices and how to write tests in behavior-driven development.
⦁ Chapter 6, Cloud-Native Application Deployment, delves into the deployment model for the microservice, including how to package your application in a Docker container and setting up the CI/CD pipeline.
⦁ Chapter 7, Cloud-Native Application Runtime, covers the runtime aspects of the service. We will cover how configuration can be externalized in a configuration server and frontend by Zuul (Edge). We will look at Pivotal Cloud Foundry and deploying our service on PCF Dev. We will also cover container orchestrations.
⦁ Chapter 8, Platform Deployment –. AWS, describes the AWS environment and discusses AWS-specific tools to do cloud development using the concepts (registry, configuration, log
aggregation, and async messaging) discussed in earlier chapters.
⦁ Chapter 9, Platform Deployment –. Azure, describes the Azure environment and discusses Azure-specific tools to do cloud development (including Service Fabric and Cloud Functions).
⦁ Chapter 10, As a Service Integration, discusses the various types of XaaS, including IaaS, PaaS, iPaaS, and DBaaS, and how to expose infrastructure elements as services. In the cloud-native mode, your application might be integrating with social media APIs or PaaS
APIs or you can be hosting services that will be used by other applications. This chapter covers how to connect/use other external services or provide such services.
⦁ Chapter 11, API Design Best Practices, discusses how to design consumer-centric APIs that are granular and functionality oriented. It also discusses the various best practices in API design, such as whether to do orchestration at the API level or in service, how to create freemium versions of API, how to address the channel-specific concerns at the API layer so that the service remains channel agnostic, and the security aspects in API design.
⦁ Chapter 12, Digital Transformation, covers the impact of cloud development on the existing landscape of an enterprise and how it can achieve the transformation to move toward a digital enterprise.



출판사 서평

▶Editorial Review
Businesses today are evolving so rapidly that they are resorting the elasticity of the cloud to provide a platform to build and deploy their highly scalable applications. This means that developers now are faced with the challenge of building build applications that are native to the cloud. For this, they need to be aware of the environment, tools, and resources they're coding against.
The book begins by explaining the driving factors for cloud adoption and shows you how cloud deployment is different from regular application deployment on a standard data centre. You will learn about design patterns specific to applications running in the cloud and find out how you can build a microservice in Java Spring using REST APIs.
You will then take a deep dive into the life cycle of building, testing, and deploying applications with maximum automation to reduce the deployment cycle time. Gradually, you will move on to configuring the AWS and Azure platforms and working with their APIs to deploy your application. Finally, you'll take a look at API design concerns and their best practices. You'll also learn how to migrate an existing monolithic application into distributed cloud-native applications.
By the end, you will understand how to build and monitor a scalable, resilient, and robust cloud-native application that is always available and fault tolerant.


저자 소개

⦁ Ajay Mahajan
Ajay Mahajan is a Distinguished Member of Technical Staff (DMTS) at Wipro Technologies, and currently is in role of Chief Technologist of Retail vertical. In his current role, he helps customers adopt cloud-native and digital architecture for next-generation retail applications. He worked with retail and banking clients in Europe and USA on large-scale mission-critical systems. He has seen the evolution of enterprise Java from the Netscape Application Server to servlets/JSP, JEE, Spring, and now the cloud and microservices during the course of 19 years of working on Java platform.

⦁ Munish Kumar Gupta
Munish Kumar Gupta is a lead system architect with Visa. Based in Bangalore, India, his day-to-day work involves solution architectures for applications with stringent non-functional requirements, application performance engineering, managing application infrastructure, and exploring the readiness of cutting-edge, open source technologies for enterprise adoption. He is the author of Akka Essentials. He is very passionate about software programming and craftsmanship. He blogs about technology trends, application performance engineering, and Akka.

⦁ Shyam Sundar
Shyam Sundar is a senior architect with Wipro Technologies based in Bangalore. He is part of the Emerging Technologies Architecture group within Wipro. He is responsible for helping teams adopt new and emerging technologies in their projects. He focuses primarily on the client side and cloud technologies. He is a lifelong learner who cares deeply about software craftsmanship. He is constantly experimenting with new tools and technologies to improve the development experience.

목차

▶TABLE of CONTENTS
1: INTRODUCTION TO CLOUD-NATIVE
2: WRITING YOUR FIRST CLOUD-NATIVE APPLICATION
3: DESIGNING YOUR CLOUD-NATIVE APPLICATION
4: EXTENDING YOUR CLOUD-NATIVE APPLICATION
5: TESTING CLOUD-NATIVE APPLICATIONS
6: CLOUD-NATIVE APPLICATION DEPLOYMENT
7: CLOUD-NATIVE APPLICATION RUNTIME
8: PLATFORM DEPLOYMENT – AWS
9: PLATFORM DEPLOYMENT – AZURE
10: AS A SERVICE INTEGRATION
11: API DESIGN BEST PRACTICES
12: DIGITAL TRANSFORMATION


리뷰

구매자 별점

0.0

점수비율
  • 5
  • 4
  • 3
  • 2
  • 1

0명이 평가함

리뷰 작성 영역

이 책을 평가해주세요!

내가 남긴 별점 0.0

별로예요

그저 그래요

보통이에요

좋아요

최고예요

별점 취소

구매자 표시 기준은 무엇인가요?

'구매자' 표시는 리디에서 유료도서 결제 후 다운로드 하시거나 리디셀렉트 도서를 다운로드하신 경우에만 표시됩니다.

무료 도서 (프로모션 등으로 무료로 전환된 도서 포함)
'구매자'로 표시되지 않습니다.
시리즈 도서 내 무료 도서
'구매자’로 표시되지 않습니다. 하지만 같은 시리즈의 유료 도서를 결제한 뒤 리뷰를 수정하거나 재등록하면 '구매자'로 표시됩니다.
영구 삭제
도서를 영구 삭제해도 ‘구매자’ 표시는 남아있습니다.
결제 취소
‘구매자’ 표시가 자동으로 사라집니다.

이 책과 함께 구매한 책


이 책과 함께 둘러본 책



본문 끝 최상단으로 돌아가기

spinner
모바일 버전