舉報

會員
Java EE 8 and Angular
ThisbookisforJavaEEdeveloperswhowouldliketobuildmodernenterprisewebapplicationsusingAngular.NopriorknowledgeofAngularisexpected.
目錄(266章)
倒序
- 封面
- 版權(quán)信息
- Dedication
- Packt Upsell
- Why subscribe?
- PacktPub.com
- Contributors
- About the author
- About the reviewer
- Packt is searching for authors like you
- Preface
- Who this book is for
- What this book covers
- To get the most out of this book
- Download the example code files
- Download the color images
- Conventions used
- Get in touch
- Reviews
- What's in Java EE 8?
- Improvements in EE 8
- Overview of Java SE 8
- Lambdas streams and default methods
- CDI 2.0
- JSON Processing 1.1
- Working with JSON documents
- JSON Processing API
- JSON Binding 1.0
- JAXRS 2.1
- Servlet 4.0
- Server Push
- JSF 2.3
- Bean Validation 2.0
- Java EE Security API 1.0
- Summary
- The CDI Advantage Combined with JPA
- Introduction to context and dependency injection
- CDI programming model
- CDI for Java SE 8
- RequestContext Activation
- Enhancing events
- Asynchronous events
- Ordered events
- Annotation literals
- Java Persistence API (JPA)
- Entities
- Performing CRUD operations with entities
- Entity listeners
- Validations the entity
- Summary
- Understanding Microservices
- Traditional monoliths
- Need for delivering new features quicker
- Team size and dependency
- Multiple small units of work
- Smaller code base
- Coding practices
- Follow domain-driven design
- Document it
- Build for failure
- Infrastructure tooling as part of code
- Single responsibility
- The need for REST
- Scale only what needs to scale
- The bad parts yes there are a few
- Summary
- Building and Deploying Microservices
- Fat JAR
- Fat JAR approach
- Skinny WAR
- Examples using Payara Micro
- Building our services
- Running our services
- MicroProfile
- Java EE already has support
- WildFly Swarm
- Spring Cloud
- Docker containers
- Working with distributed teams
- Building custom images
- Running multiple containers
- Fat JAR or Skinny WAR with Docker
- The choice
- Summary
- Java EE Becomes JSON Friendly
- REST prefers JSON
- JSON a first-class citizen
- JSON in databases
- No more third-party libraries
- JSON processing
- JSON-P 1.1
- JSON Pointer and JSON Patch
- JSON merge patch
- JSON Collectors
- JSON binding
- Similar to JAXB with default mappings
- Standardizes current solutions (Jackson Gson and so on)
- Mapping between classes and JSON
- Customisation APIs
- Few tips in practice
- Summary
- Power Your APIs with JAXRS and CDI
- Resources
- URI templates
- Matching requests to resource methods
- Providers
- Entity providers
- Exception mapping
- Client API
- Targets
- Reactive clients
- Filters and interceptors
- Validation
- Asynchronous processing
- Server-Sent Events
- WebSockets
- Context
- Swagger
- API
- Maven plugin
- Summary
- Putting It All Together with Payara
- Building an Issue Management System (IMS) backend
- Using Java EE 8 technologies
- Defining the data model
- Building microservices using REST
- Swagger documentation
- Using JPA for persistence
- Deploying on Payara
- Uber JAR and Skinny WARs
- Running multiple microservices in Docker
- Learning to use the new features of Payara Micro
- Extras
- CDI event bus
- Tips and tricks
- Summary
- Basic TypeScript
- Getting started with TypeScript
- Why use it?
- Features
- Visual Studio Code
- IntelliSense
- Debugging
- SCM support
- Terminal
- Hello World example
- Using variables types and functions
- Type inference
- Using const
- Using let
- Using functions
- Arrow functions
- Working with classes and interfaces
- Interface
- Classes
- Inheritance
- Working with arrays
- Summary
- Angular in a Nutshell
- Understanding Angular
- Anatomy of a component
- Components live and die
- Component in code
- Pipes
- Modules
- Bootstrapping process
- Angular 2 and beyond
- Angular CLI
- Project structure
- Rapid development
- Managing packages
- Dependencies
- Bootstrap dependency
- A better Hello World
- Modules
- Components
- Handling events
- Data binding
- One way
- Two way
- Services
- Routes
- routerLinkActive
- Building a project
- Setup and run sample
- Introduction to PrimeNG
- Summary
- Angular Forms
- Two approaches to forms
- Template-driven forms
- Reactive forms
- Understanding forms with an example
- Building custom forms with validations
- Checking the state of a form
- Forms with NgModel
- Reactive forms
- Setting up forms with FormBuilder
- Adding validations
- Creating a custom validator
- Grouping controls
- Setting and patching values
- Handling forms in Angular
- Gaining more control with reactive forms
- Summary
- Building a Real-World Application
- Building an Issue Management System frontend
- Setup
- Structuring the project
- Working independently of the backend
- Data models
- Securing the application
- Issue lists and details
- Rendering data with templates
- Injectable service
- Issue creation and updates
- Reactive forms
- Validation
- Issue comments
- Chatting on an issue
- Production-ready build
- Summary
- Connecting Angular to Java EE Microservices
- Integration with microservices
- Docker – focusing made easy
- Verifying the running services
- Cross Origin Resource Sharing (CORS)
- JSON communication
- Observables in Angular
- Dynamic updates using Observables
- Going to production
- Deploying on the cloud using AWS
- Launching the Amazon EC2 instance
- Installing Docker on Amazon EC2
- Docker release
- Summary
- Testing Java EE Services
- Testing strategies for microservices
- Understanding the testing pyramid
- Unit testing
- Integration testing
- End-End testing
- Microservice testing challenges
- Contract testing
- Balancing act of tests
- Testing in practice
- Integration testing with Arquillian
- Acceptance testing with Cucumber
- Feature file
- Step definitions
- Summary
- Securing the Application
- Securing the application
- JSON Web Tokens
- Token structure
- Generating the token
- IMS Security
- Verifying the token
- Consuming token in Angular
- Route Guards
- Exchanging tokens
- Injecting an authorization header
- Neither in Java EE nor MicroProfile
- General tips
- Summary
- Other Books You May Enjoy
- Leave a review - let other readers know what you think 更新時間:2021-07-02 19:23:17
推薦閱讀
- Qt 5 and OpenCV 4 Computer Vision Projects
- Deploying Node.js
- JavaScript 網(wǎng)頁編程從入門到精通 (清華社"視頻大講堂"大系·網(wǎng)絡(luò)開發(fā)視頻大講堂)
- 碼上行動:零基礎(chǔ)學(xué)會Python編程(ChatGPT版)
- NumPy Essentials
- 深入淺出Windows API程序設(shè)計:編程基礎(chǔ)篇
- 假如C語言是我發(fā)明的:講給孩子聽的大師編程課
- 精通Linux(第2版)
- Frank Kane's Taming Big Data with Apache Spark and Python
- Kotlin開發(fā)教程(全2冊)
- Mastering PowerCLI
- UML基礎(chǔ)與Rose建模實(shí)用教程(第三版)
- C語言從入門到精通(視頻實(shí)戰(zhàn)版)
- R語言:邁向大數(shù)據(jù)之路
- Swift編程實(shí)戰(zhàn):iOS應(yīng)用開發(fā)實(shí)例及完整解決方案
- Play Framework Essentials
- 零基礎(chǔ)學(xué)算法(第4版)
- Learning Highcharts 4
- 如虎添翼!數(shù)據(jù)處理的SPSS和SAS EG實(shí)現(xiàn)(第2版)
- 數(shù)據(jù)庫技術(shù)及應(yīng)用教程(第2版)
- Data Lake Development with Big Data
- Visual Basic程序設(shè)計
- PHP和MySQL Web應(yīng)用開發(fā)
- Cocos2d-x學(xué)習(xí)筆記:完全掌握J(rèn)S API與游戲項(xiàng)目開發(fā) (未來書庫,觸控未來官方教材)
- C#深入詳解
- Visual FoxPro 6.0程序設(shè)計
- Raspberry Pi Mechatronics Projects HOTSHOT
- Kali Linux Cookbook(Second Edition)
- Kafka入門與實(shí)踐
- Oracle SQL Developer