- Java EE 8 and Angular
- Prashant Padmanabhan
- 250字
- 2021-07-02 19:22:29
Preface
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 hands-on guide for building modern web applications.
- 劍指JVM:虛擬機(jī)實(shí)踐與性能調(diào)優(yōu)
- 三維圖形化C++趣味編程
- 云原生Spring實(shí)戰(zhàn)
- PHP網(wǎng)絡(luò)編程學(xué)習(xí)筆記
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- HDInsight Essentials(Second Edition)
- Spring Boot企業(yè)級項(xiàng)目開發(fā)實(shí)戰(zhàn)
- Mastering ROS for Robotics Programming
- Android驅(qū)動(dòng)開發(fā)權(quán)威指南
- 編寫高質(zhì)量代碼:改善Objective-C程序的61個(gè)建議
- RocketMQ實(shí)戰(zhàn)與原理解析
- HTML5+CSS3+JavaScript 從入門到項(xiàng)目實(shí)踐(超值版)
- SQL Server 入門很輕松(微課超值版)
- Wearable:Tech Projects with the Raspberry Pi Zero
- JavaScript Unit Testing