Skip to content

youkefan18/Full-Stack-Development-with-JHipster-Second-Edition

 
 

Repository files navigation

This repository holds the code samples and images used in the book Full Stack Development with JHipster Second Edition

  • e-commerce-app folder consists of the application created from chapter 1 until chapter 12, starting as a monolith and converted to a microservice during chapter 9. The git history of this repo mainly refers to this folder.

  • e-commerce-app-istio folder consists of the application created during chapter 12, It is a microservice stack of the e-commerce-app using Istio for service discovery.

  • e-commerce-app-monolith-final is a copy of the monolithic e-commerce-app at the end of chapter 7.

  • Images contains images used in the book.

Full-Stack Development with JHipster - Second Edition

Full-Stack Development with JHipster - Second Edition

This is the code repository for Full-Stack Development with JHipster - Second Edition , published by Packt.

Build full stack applications and microservices with Spring Boot and modern JavaScript frameworks

What is this book about?

JHipster allows developers to easily create web applications and microservices from scratch without spending a lot of time on wiring and integrating different technologies. This second edition of Full Stack Development with JHipster will help you build full-stack application and microservices.

This book covers the following exciting features:

  • Build full-stack applications from scratch using the latest features of JHipster 6, and Spring boot 2.1
  • Build business logic by creating and developing entity models using the JHipster Domain Language
  • Learn how to convert a monolith application into a full-fledged microservices architecture
  • Utilize the JHipster microservice stack, which includes Netflix Eureka, Spring Cloud config, HashiCorp Consul, and so on
  • Deploying the application to Google Cloud with Kubernetes
  • Create CI/CD pipelines with Jenkins

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

enum Size {
    S, M, L, XL, XXL

Following is what you need for this book: This book is for full stack developers who want to build web applications and microservices speedily without writing a lot of boilerplate code. If you’re a backend developer looking to learn full stack development with JavaScript frameworks and libraries such as Angular, React, and Vue.js, you’ll find this book useful. Experience in building Java web applications is required. Some exposure to the Spring Framework would be beneficial but not necessary to get the most out of this book.

With the following software and hardware list you can run all code files present in the book (Chapter 1-).

Software and Hardware List

Chapter Software required OS required

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

  • Hands-On Microservices with Spring Boot and Spring Cloud [Packt] [Amazon]

  • Hands-On Enterprise Java Microservices with Eclipse MicroProfile [Packt] [Amazon]

Get to Know the Author

Deepu K Sasidharan is the co-lead of JHipster. He has been part of the core JHipster team since its inception and is an active contributor to the project. He currently works for XebiaLabs, a DevOps software company, as a senior polyglot product developer. Prior to that, he worked at TCS as a technical consultant focusing on innovative solutions for airlines. He has over 10 years of experience in the architecture, design, and implementation of enterprise web applications, and pre-sales. He is also a Java, JavaScript, web technology, and DevOps expert. When not coding, he likes to read about astronomy and science.

Sendil Kumar N is part of the JHipster and Webpack team. He is an avid open source enthusiast and a contributor to many open source projects. He likes to explore and experiment with newer technologies and programming languages. He is passionate about (re)learning. He currently works at Uber as a senior software engineer, where he enhances the payment experience for Uber on the web. Before that, he designed, developed, and maintained enterprise products and DevOps tools that design and orchestrate releases for enterprises.

Suggestions and Feedback

Click here if you have any feedback or suggestions.

About

Full Stack Development with JHipster, Second Edition, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 47.5%
  • TypeScript 34.2%
  • HTML 14.2%
  • JavaScript 1.7%
  • Vue 1.3%
  • CSS 1.0%
  • Other 0.1%