- Building Web Apps with Spring 5 and Angular
- Ajitesh Shukla
- 266字
- 2021-07-02 19:38:16
Preface
The book covers topics related to creating an end-to-end modern web application by using Angular for building the web app frontend and Spring framework for the backend, while integrating the apps via REST APIs and securing the API transactions using Spring Security concepts. Traditionally, Java developers have been used to developing the backend of a web application, while the frontend (UI) has been left for UI developers. However, this book aims to enable and empower Spring web application developers to quickly get started with Angular and build frontend (UI) components as well along with the backend components.
The following are some of the key challenges that we will address in this book:
- Building Angular apps (especially for Spring web developers)
- Security
- Integration
- Deployment
Here are some of the key milestones that we will cover in this book:
- Preparing development environments, where we highlight the usage of Docker containers to create a development environment that is easy to spin up and decommission once done
- Creating Spring Boot web application backend components such as API endpoints, controllers, services, and data access components using the Spring Web MVC framework and Hibernate
- Creating web application frontend (UI) or rather single-page apps (SPAs) using Angular concepts such as Components, Services, Routing, and so on
- Unit testing both Spring and Angular apps
- Building and running both Spring and Angular apps
- Securing the API transactions using Spring security and also taking care of security aspects related to the content displayed on the frontend (Angular apps)
- Integrating Angular apps with Spring Web app REST endpoints
- Deploying web apps based on Continuous Delivery principles
- Power Up Your PowToon Studio Project
- C# Programming Cookbook
- Mastering Scientific Computing with R
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第3版)
- C#程序設計
- SQL經典實例(第2版)
- Java Web開發詳解
- Creating Stunning Dashboards with QlikView
- Oracle GoldenGate 12c Implementer's Guide
- AMP:Building Accelerated Mobile Pages
- ROS機器人編程實戰
- Mastering Python
- Spring Boot學習指南:構建云原生Java和Kotlin應用程序
- 讀故事學編程:Python王國歷險記
- Selenium WebDriver自動化測試完全指南