본문 바로가기

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

Java EE 8 Design Patterns and Best Practices 상세페이지

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

Java EE 8 Design Patterns and Best Practices

Build enterprise-ready scalable applications with architectural design patterns
소장전자책 정가18,000
판매가18,000
Java EE 8 Design Patterns and Best Practices 표지 이미지

Java EE 8 Design Patterns and Best Practices작품 소개

<Java EE 8 Design Patterns and Best Practices> ▶Book Description
Patterns are essential design tools for Java developers. Java EE Design Patterns and Best Practices helps developers attain better code quality and progress to higher levels of architectural creativity by examining the purpose of each available pattern and demonstrating its implementation with various code examples. This book will take you through a number of patterns and their Java EE-specific implementations.

In the beginning, you will learn the foundation for, and importance of, design patterns in Java EE, and then will move on to implement various patterns on the presentation tier, business tier, and integration tier. Further, you will explore the patterns involved in Aspect-Oriented Programming (AOP) and take a closer look at reactive patterns. Moving on, you will be introduced to modern architectural patterns involved in composing microservices and cloud-native applications. You will get acquainted with security patterns and operational patterns involved in scaling and monitoring, along with some patterns involved in deployment.

By the end of the book, you will be able to efficiently address common problems faced when developing applications and will be comfortable working on scalable and maintainable projects of any size.

▶What You Will Learn
⦁ Implement presentation layers, such as the front controller pattern
⦁ Understand the business tier and implement the business delegate pattern
⦁ Master the implementation of AOP
⦁ Get involved with asynchronous EJB methods and REST services
⦁ Involve key patterns in the adoption of microservices architecture
⦁ Manage performance and scalability for enterprise-level applications

▶Key Features
⦁ The benefits and applicability of using different design patterns in JAVA EE
⦁ Learn best practices to solve common design and architectural challenges
⦁ Choose the right patterns to improve the efficiency of your programs

▶Who This Book Is For
This book is for Java developers who want to learn to develop and deliver enterprise applications using design patterns, enterprise patterns, and Java best practices. The reader needs to know the Java language and the basic Java EE concepts.

▶What this book covers
⦁ Chapter 1, Introduction to Design Patterns, introduces design patterns, looking at the reasons to use them, how they differ from enterprise patterns, and how they behave in the real world.

⦁ Chapter 2, Presentation Patterns, covers each pattern by explaining the concept and showing examples of implementations. After reading this chapter, we will know about these patterns and will be able to implement them with best practices using Java EE 8.

⦁ Chapter 3, Business Patterns, explores definitions of the business delegate pattern, the session facade pattern, and the business object pattern. Here, we will focus on reasons to use these design patterns, the common approach to each of them, their interaction with some other patterns, their evolution, and how they behave in the real world. We will also demonstrate some examples of these patterns' implementations.

⦁ Chapter 4, Integration Patterns, explains some integration patterns and looks at how they work on the integration tier of Java EE. After reading this chapter, you will be able to implement these patterns and use them to solve problems. You will also be able to work on the integration tier, as well as becoming familiar with the concepts associated with integration patterns.

⦁ Chapter 5, Aspect-Oriented Programming and Design Patterns, looks at the concept of aspectoriented programming (AOP), focusing on which situations AOP should be used in, as well
as how to achieve AOP with the use of CDI interceptors and decorators. Finally, we will also address some examples of implementations. By the end of this chapter, you will be able to identify a situation that requires aspect-oriented programming with the use of interceptors and decorators. Furthermore, you will also be able to identify the best approach to implementing these concepts.

⦁ Chapter 6, Reactive Patterns, focuses on reactive patterns, concepts, and implementations, and how they can help us implement a better application. We will also cover reactive programming concepts, focusing on how they can aid application development. After reading this chapter, you will be able to use reactive patterns using Java EE 8 best practices.

⦁ Chapter 7, Microservice Patterns, showcases microservice patterns. We will also compare these with the monolithic pattern, looking at what the advantages and drawbacks of a microservices-based application, are as well as focusing on when to use microservices. Furthermore, we will demonstrate how to switch from a traditional monolithic application to a microservice application, while using implementation examples throughout. We will then look at the design patterns used to compose microservices. After reading this chapter, you will be able to identify the parts of an application's code that are eligible to be microservices, and you will also know how to implement a microservice pattern-based application using Java EE8.

⦁ Chapter 8, Cloud-Native Application Patterns, outlines cloud-native application pattern concepts. What a cloud-native application is and what goals can be achieved with a cloudnative application will be covered, and we will look at both patterns already described in the previous chapters and new patterns that have emerged to address cloud-based applications. After reading this chapter, the reader will be able to understand the concepts and patterns that characterize cloud architecture.

⦁ Chapter 9, Security Patterns, discusses security pattern concepts and how these can help us implement better security applications. We will also learn about the single sign-on pattern and how this can help us provide a security application. In addition, we will learn about the authentication mechanism and authentication interceptor, focusing on how to implement these concepts. After reading this chapter, you will be able to create a security application and implement it using Java EE 8.

⦁ Chapter 10, Deployment Patterns, features deployment patterns, why we use them, and how they impact on the delivery of applications. We will also cover the concepts of canary deployment, blue/green deployment, A/B deployment, and continuous deployment. After reading this chapter, you will be familiar with the concepts of deployment patterns.

⦁ Chapter 11, Operational Patterns, dives into operational patterns, focusing on why we use them and how they impact on application projects. We will then cover performance and scalability patterns, as well as management and monitoring patterns. After reading this chapter, you will have learned all about the concepts of operational patterns.

⦁ Chapter 12, MicroProfile, is an overview of the eclipse MicroProfile project, covering its goals and the expectation of this project. Throughout this chapter, we will cover the real benefits of using this project to develop our application and will then actually use it. After reading this chapter, you will know about the Eclipse MicroProfile project and what the real benefits of using this project in our application are. This chapter is only an overview and will not teach readers how to implement applications using the MicroProfile project, and will not be an in-depth chapter.


출판사 서평

▶ Preface
Over time, the world of enterprise has invested more and more in technologies and applications that optimize processes and help businesses increase their profits and improve services or products. The enterprise environment has challenges that need to be faced to implement good solutions, such as the high availability of services, the capacity to change when needed, the capacity to scale services, and the capacity to process a large amount of data. With this, new applications have been created to optimize processes and increase profits. The Java language and Java EE are great tools for creating an application for the enterprise environment, because, Java language is multiplatform, open source, widely tested, and has a strong community and a strong ecosystem. Furthermore, the Java
language has Java EE, which is, an umbrella of specifications that permit us developer enterprise application without depending on vendors. The development of enterprise application has some well-known problems that occur over and over. These problems involve the integration of services, the high availability of applications, and resilience.

This book will explain the concepts of Java EE 8, what its tiers are, and how to develop enterprise applications using Java EE 8 best practices. Furthermore, this book will demonstrate how we can use design patterns and enterprise patterns with Java EE 8, and how we can optimize our solutions using aspect-oriented programming, reactive programming, and microservices with Java EE 8. Throughout this book, we learn about integration patterns, reactive patterns, security patterns, deployment patterns, and operational patterns. At the end of this book, we will have an overview of MicroProfile and how it can help us develop applications using microservices architecture.


저자 소개

⦁ Rhuan Rocha
Rhuan Rocha is from Brazil and has experience with development using the Java language and Java EE. Currently, he works as senior Middleware consultant in a partnership between Red Hat and FábricaDS, and he applies Red Hat solutions using Red Hat Middlewares. Furthermore, he has 8 years, experience with Java development and Java EE development, developing enterprise applications and government applications.

⦁ João Purificação
João Purificação is an electronic engineer from Brazil with a master's in systems engineering. He started working with software development as a C and C ++ programmer. He has worked on the analysis, development, and architecture of Java-based enterprise applications. As a Java/JavaEE consultant, he has participated in the development and architecture of applications for private and government companies. He currently works as a senior architect at Resource IT, a company based in São Paulo.

목차

▶TABLE of CONTENTS
1: INTRODUCTION TO DESIGN PATTERNS
2: PRESENTATION PATTERNS
3: BUSINESS PATTERNS
4: INTEGRATION PATTERNS
5: ASPECT-ORIENTED PROGRAMMING AND DESIGN PATTERNS
6: REACTIVE PATTERNS
7: MICROSERVICE PATTERNS
8: CLOUD-NATIVE APPLICATION PATTERNS
9: SECURITY PATTERNS
10: DEPLOYMENT PATTERNS
11: OPERATIONAL PATTERNS
12: MICROPROFILE


리뷰

구매자 별점

0.0

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

0명이 평가함

리뷰 작성 영역

이 책을 평가해주세요!

내가 남긴 별점 0.0

별로예요

그저 그래요

보통이에요

좋아요

최고예요

별점 취소

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

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

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

이 책과 함께 구매한 책


이 책과 함께 둘러본 책



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

spinner
모바일 버전