본문 바로가기

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

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

Java EE 8 Design Patterns and Best Practices

Build enterprise-ready scalable applications with architectural design patterns

  • 관심 0
소장
전자책 정가
18,000원
판매가
18,000원
출간 정보
  • 2018.10.08 전자책 출간
듣기 기능
TTS(듣기) 지원
파일 정보
  • PDF
  • 304 쪽
  • 10.4MB
지원 환경
  • PC뷰어
  • PAPER
ISBN
9781788837736
ECN
-
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.

작가 소개

⦁ 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.

리뷰

0.0

구매자 별점
0명 평가

이 작품을 평가해 주세요!

건전한 리뷰 정착 및 양질의 리뷰를 위해 아래 해당하는 리뷰는 비공개 조치될 수 있음을 안내드립니다.
  1. 타인에게 불쾌감을 주는 욕설
  2. 비속어나 타인을 비방하는 내용
  3. 특정 종교, 민족, 계층을 비방하는 내용
  4. 해당 작품의 줄거리나 리디 서비스 이용과 관련이 없는 내용
  5. 의미를 알 수 없는 내용
  6. 광고 및 반복적인 글을 게시하여 서비스 품질을 떨어트리는 내용
  7. 저작권상 문제의 소지가 있는 내용
  8. 다른 리뷰에 대한 반박이나 논쟁을 유발하는 내용
* 결말을 예상할 수 있는 리뷰는 자제하여 주시기 바랍니다.
이 외에도 건전한 리뷰 문화 형성을 위한 운영 목적과 취지에 맞지 않는 내용은 담당자에 의해 리뷰가 비공개 처리가 될 수 있습니다.
아직 등록된 리뷰가 없습니다.
첫 번째 리뷰를 남겨주세요!
'구매자' 표시는 유료 작품 결제 후 다운로드하거나 리디셀렉트 작품을 다운로드 한 경우에만 표시됩니다.
무료 작품 (프로모션 등으로 무료로 전환된 작품 포함)
'구매자'로 표시되지 않습니다.
시리즈 내 무료 작품
'구매자'로 표시되지 않습니다. 하지만 같은 시리즈의 유료 작품을 결제한 뒤 리뷰를 수정하거나 재등록하면 '구매자'로 표시됩니다.
영구 삭제
작품을 영구 삭제해도 '구매자' 표시는 남아있습니다.
결제 취소
'구매자' 표시가 자동으로 사라집니다.

개발/프로그래밍 베스트더보기

  • 개정2판 | 파인만의 컴퓨터 강의 (리처드 파인만, 서환수)
  • 핸즈온 LLM (제이 알아마르, 마르턴 흐루턴도르스트)
  • 시스템 설계 면접 완벽 가이드 (지용 탄, 나정호)
  • 모던 소프트웨어 엔지니어링 (데이비드 팔리, 박재호)
  • LLM 엔지니어링 (막심 라본, 폴 이우수틴)
  • 조코딩의 AI 비트코인 자동 매매 시스템 만들기 (조동근)
  • 멀티패러다임 프로그래밍 (유인동)
  • 인공지능, 주식분석 좀 부탁해 (곽경일)
  • npm Deep Dive (전유정, 김용찬)
  • 생성형 AI를 위한 프롬프트 엔지니어링 (제임스 피닉스, 마이크 테일러)
  • 개정4판 | 스위프트 프로그래밍 (야곰)
  • 요즘 우아한 AI 개발 (우아한형제들)
  • 실전 ComfyUI (우희철)
  • 주니어 백엔드 개발자가 반드시 알아야 할 실무 지식 (최범균)
  • 제미나이 인공지능 프로그래밍 (후루카와 히데카즈, 하승민)
  • 오브젝트 (조영호)
  • 핸즈온 생성형 AI (오마르 산세비에로, 페드로 쿠엥카)
  • 개발자를 위한 IT 영어 온보딩 가이드 (장진호)
  • 개정판 | 혼자 공부하는 머신러닝+딥러닝 (박해선)
  • 개정판 | 밑바닥부터 시작하는 딥러닝 1 (사이토 고키, 이복연)

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

spinner
앱으로 연결해서 다운로드하시겠습니까?
닫기 버튼
대여한 작품은 다운로드 시점부터 대여가 시작됩니다.
앱으로 연결해서 보시겠습니까?
닫기 버튼
앱이 설치되어 있지 않으면 앱 다운로드로 자동 연결됩니다.
모바일 버전