본문 바로가기

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

[체험판] Java EE 8 and Angular 상세페이지

리디 info

* 이 책은 본권의 일부를 무료로 제공하는 체험판입니다.
* 본권 구입을 원하실 경우, [이 책의 시리즈]→[책 선택] 후 구매해주시기 바랍니다.


[체험판] Java EE 8 and Angular작품 소개

<[체험판] Java EE 8 and Angular> ▶Book Description
The demand for modern and high performing web enterprise applications is growing rapidly. No more is a basic HTML front-end enough to meet customer demands. This book will be your one stop guide to build outstanding enterprise web applications with Java EE and Angular. It will teach you how to harness the power of Java EE to build sturdy back ends while applying Angular on the front end. Your journey to building excellent web enterprise applications starts here!

The book starts with a brief introduction to the fundamentals of Java EE and all the new APIs offered in the latest release. Armed with the knowledge of Java EE 8, you will go over what it's like to build an end to end application, configure database connection for JPA, and build scalable microservice using RESTful APIs running in docker containers. Taking advantage of Payara Micro capabilities, you will build an Issue Management System, which will have various features exposed as services using Java EE backend. With a detailed coverage of Angular fundamentals, the book will expand the Issue Management System by building a modern single page application frontend. Moving forward you will learn to fit both the pieces together i.e. the frontend Angular application with the backend java EE microservices. As each unit in a microservice promotes high cohesion, you will learn different ways in which independent units can be tested efficiently.

Finishing off with concepts on securing your enterprise applications, this book is a hands on guide to building Modern Web Applications.

▶What You Will Learn
⦁ Write CDI-based code in Java EE 8 applications
⦁ Build an understanding of Microservices and what they mean in Java EE context
⦁ Use Docker to build and run a microservice application
⦁ Use configuration options to work effectively with JSON documents
⦁ Understand asynchronous task handling and writing REST API clients
⦁ Explore the fundamentals of TypeScript, which sets the foundation for working on Angular projects
⦁ Use Angular CLI to add and manage new features
⦁ Use JSON Web tokens to secure Angular applications against malicious attacks

▶Key Features
⦁ Leverage Java EE 8 features to build robust back end for your enterprise applications
⦁ Use Angular to build a single page frontend and combine it with the Java EE backend
⦁ Practical guide filled with ample real-world examples

▶Who This Book Is For
If you are a Java developer wanting to update your knowledge on the latest Java EE trends and explore Angular, then you are at the right place. The book takes a pragmatic approach toward these concepts, while helping you explore the examples on your own.

By the end of this book, you’ll be armed with knowledge to write high performance, secure Angular and Java EE applications.

▶What this book covers
⦁ Chapter 1, What's in Java EE 8?, walks us through the enhancements that make the Java Enterprise Edition (EE) 8 release an important one.
⦁ Chapter 2, The CDI Advantage Combined with JPA, covers the usage of JPA for modeling our domain objects and structuring our code with CDI’s powerful set of services. This chapter will get us through the basics of JPA and CDI, which are fundamental to writing Java EE applications.
⦁ Chapter 3, Understanding Microservices, lets you step back and understand the broader picture of a solution before using it as a silver bullet for every problem. We explore some of the key fundamentals when implementing a microservice architecture while comparing it with its peers.
⦁ Chapter 4, Building and Deploying Microservices, helps us get our hands on to build our own services. Along the way, we look at the current solutions available, such as containers and frameworks, that help write scalable applications.
⦁ Chapter 5, Java EE Becomes JSON Friendly, JSON has made inroads into the Java EE world, finally making it a first-class citizen. Here, we cover the enhancements to JSON-P and look at the new standard JSON-B, both of which play an influential role for RESTful API development.
⦁ Chapter 6, Power Your API with JAXRS and CDI, covers these standards that are the most widely used ones for writing RESTful APIs. You will understand, how HTTP-centric mapping between URI and corresponding API classes, marked with annotations are used to work with this style.
⦁ Chapter 7, Putting It All Together with Payara, makes use of our knowledge of various Java EE capabilities. We build an end-to-end application based on a Microservice architecture. We not only write code but also document, run, and deploy it in Docker containers.
⦁ Chapter 8, Basic TypeScript, talks about how JavaScript rules the world of Web but does have its own challenges when writing complex client-side code. This chapter explores writing TypeScript code and its relation with JavaScript.
⦁ Chapter 9, Angular in a Nutshell, shows you how to leverage TypeScript and write single page applications in Angular. You will learn how to use Angular CLI and build components that make up an Angular application.
⦁ Chapter 10, Angular Forms, teaches the angular way of dealing with data submission, validation, capturing submitted value, and some rich features of Angular forms over the course of this chapter.
⦁ Chapter 11, Building a Real-World Application, helps us start building a frontend business application using our Angular skills. We explore the various facets of Angular templates and components that will be used to build an Issue Management System as a sample.
⦁ Chapter 12, Connecting Angular to Java EE Microservices, combines both worlds of Angular and Java EE as we put together the Issue Management System frontend and backend. We will look at how the HttpModule of Angular can be used for connecting to RESTful APIs.
⦁ Chapter 13, Testing Java EE Services, explores the fundamentals of testing and its relevance in an microservice architecture.
⦁ Chapter 14, Securing the Application, leverages token authentication for securing our frontend and backend application. This chapter goes over JSON Web Token and its usage in Angular and Java EE.



출판사 서평

▶Editorial Review
The demand for modern and high performing web enterprise applications is growing
rapidly. No more is a basic HTML frontend enough to meet customer demands. This book will be your one-stop guide to build outstanding enterprise web applications with Java EE and Angular. It will teach you how to harness the power of Java EE to build sturdy backends while applying Angular on the frontend. Your journey to building modern web enterprise applications starts here!

The book starts with a brief introduction to the fundamentals of Java EE and all the new APIs offered in the latest release. Armed with the knowledge of Java EE 8, you will go over what it's like to build an end-to-end application, configure database connection for JPA, and build scalable microservices using RESTful APIs running in Docker containers. Taking advantage of the Payara Micro capabilities, you will build an Issue Management System, which will have various features exposed as services using the Java EE backend. With a detailed coverage of Angular fundamentals, the book will expand the Issue Management System by building a modern single page application frontend. Moving forward, you will
learn to fit both the pieces together, that is, the frontend Angular application with the backend Java EE microservices. As each unit in a microservice promotes high cohesion, you will learn different ways in which independent units can be tested efficiently.

Finishing off with concepts on securing your enterprise applications, this book is a handson guide for building modern web applications.


저자 소개

⦁ Prashant Padmanabhan
Prashant Padmanabhan is a professional Java developer and solutions architect. He has been developing software since 2002 and is still loving it. Professionally, he has over a decade of experience and considers himself a coding architect, building enterprise-scale software using Java, JEE, and open source technologies put together.

목차

▶TABLE of CONTENTS
1: WHAT'S IN JAVA EE 8?
2: THE CDI ADVANTAGE COMBINED WITH JPA
3: UNDERSTANDING MICROSERVICES
4: BUILDING AND DEPLOYING MICROSERVICES
5: JAVA EE BECOMES JSON FRIENDLY
6: POWER YOUR APIS WITH JAXRS AND CDI
7: PUTTING IT ALL TOGETHER WITH PAYARA
8: BASIC TYPESCRIPT
9: ANGULAR IN A NUTSHELL
10: ANGULAR FORMS
11: BUILDING A REAL-WORLD APPLICATION
12: CONNECTING ANGULAR TO JAVA EE MICROSERVICES
13: TESTING JAVA EE SERVICES
14: SECURING THE APPLICATION


리뷰

구매자 별점

0.0

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

0명이 평가함

리뷰 작성 영역

이 책을 평가해주세요!

내가 남긴 별점 0.0

별로예요

그저 그래요

보통이에요

좋아요

최고예요

별점 취소

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

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

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

이 책과 함께 구매한 책


이 책과 함께 둘러본 책



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

spinner
모바일 버전