▶Book Description
JHipster is a development platform to generate, develop, and deploy Spring Boot and Angular/React applications and Spring microservices. It provides you with a variety of tools that will help you quickly build modern web applications. This book will be your guide to building full stack applications with Spring and Angular using the JHipster tool set.
You will begin by understanding what JHipster is and the various tools and technologies associated with it. You will learn the essentials of a full stack developer before getting hands-on and building a monolithic web application with JHipster. From here you will learn the JHipster Domain Language with entity modeling and entity creation using JDL and JDL studio. Moving on, you will be introduced to client side technologies such as Angular and Bootstrap and will delve into technologies such as Spring Security, Spring MVC, and Spring Data. You will learn to build and package apps for production with various deployment options such as Heroku and more. During the course of the book, you will be introduced to microservice server-side technologies and how to break your monolithic application with a database of your choice. Next, the book takes you through cloud deployment with microservices on Docker and Kubernetes. Going forward, you will learn to build your client side with React and master JHipster best practices.
By the end of the book, you will be able to leverage the power of the best tools available to build modern web applications.
▶What You Will Learn
⦁ Build business logic by creating and developing entity models us the JHipster Domain Language
⦁ Customize web applications with Angular, Bootstrap and Spring
⦁ Tests and Continuous Integration with Jenkins
⦁ Utilize the JHipster microservice stack, which includes Netflix Eureka, Spring Cloud config, HashiCorp Consul, and so on.
⦁ Understand advanced microservice concepts such as API rout, load balancing, rate limit, circuit break, centralized configuration server, JWT authentication, and more
⦁ Run microservices locally using Docker and Kubernetes (in production)
▶Key Features
⦁ Leverage the full power of the JHipster platform to build complex web applications
⦁ Create microservices from scratch and convert JHipster monolith apps into microservices
⦁ Build and deploy applications locally, in Docker and on various cloud platforms.
▶Who This Book Is For
This book will appeal to developers who would like to build modern web applications quickly. A basic knowledge of the Spring ecosystem would be an added advantage.
▶What this book covers
⦁ Chapter 1, Introduction to Modern Web Application Development, introduces two widely used full-stack web application development architectures. It also lays out commonly faced challenges in full stack web application development.
⦁ Chapter 2, Getting Started with JHipster, introduces the JHipster platform. It will also give the reader a brief overview of different server-side, client-side, and DB technology options offered by JHipster. This chapter will also provide instructions to install and use JHipster and various tools and options supported by it.
⦁ Chapter 3, Building Monolithic Web Applications with JHipster, guides the user through the creation of a production-ready Spring boot and Angular web applications from scratch using JHipster and will take the reader through the generated code, screens, and concepts.
⦁ Chapter 4, Entity Modeling with JHipster Domain Language, introduces the reader to JHipster domain language (JDL) and will teach build business logic with entity modeling and entity creation using JDL and JDL studio.
⦁ Chapter 5, Customization and Further Development, guides the reader through further development of the generated application. It will also teach how to the reader more about using technologies such as Angular, Bootstrap, Spring Security, Spring MVC REST, and Spring Data.
⦁ Chapter 6, Testing and Continuous Integration, guides the reader through testing and setting up a continuous integration pipeline using Jenkins.
⦁ Chapter 7, Going into Production, shows the reader how to use Docker and how to build and package the app for production. It will also introduce the reader to some of the production cloud deployment options supported by JHipster.
⦁ Chapter 8, Introduction to Microservice Server-Side Technologies, gives an overview of different options available in the JHipster microservice stack.
⦁ Chapter 9, Building Microservices with JHipster, guides the reader through converting a JHipster monolith web application into a full-fledged microservice architecture with a Gateway, Registry, monitoring console, and multiple microservices. It will also guide the reader through the generated code and components such as JHipster registry, JHipster console, API gateway, and JWT.
⦁ Chapter 10, Working with Microservices, guides the reader through running the generated applications locally and creating domain entities for the microservice architecture using JHipster domain language.
⦁ Chapter 11, Deploying with Docker Compose, introduces the reader to advanced local and cloud deployment options for microservices. It will also guide the user through local deployment and testing of the generated microservice stack using Docker Compose and JHipster.
⦁ Chapter 12, Deploying to the Cloud with Kubernetes, guides the user through the Google cloud deployment of the generated microservice stack using Kubernetes and JHipster.
⦁ Chapter 13, Using React for the Client-Side, takes the user through generating an application with React on the client side instead of Angular using JHipster.
⦁ Chapter 14, Best Practices with JHipster, summarizes what the reader has learned so far and will suggest best practices and next steps to utilize the skills learned.