Book Image

Building a Web Application with Spring and Angular [Video]

By : Mario Romano
Book Image

Building a Web Application with Spring and Angular [Video]

By: Mario Romano

Overview of this book

<p><span id="description" class="sugar_field">Time in software development is a key factor, this is the reason why you should be using standards frameworks like Angular and Spring that reduce the use of boilerplate code and offer most of the functionality that you need out of the box. We will build a sign-up form, to do so we will use Angular for the front end layer and Spring 5 to build the backend layer, the two layers will be communicating over REST APIs and the information will be persisted in a database using really little code.</span></p> <p><span id="description" class="sugar_field">The course will teach you how to use Angular and Spring to create a fully working data form storage web application. The first of the three sections of this course is about front-end technologies. In this part, you will learn the basic concept of Angular such as templating and directives and how to use them to create a form component. </span></p> <p><span id="description" class="sugar_field">By the end of the course, you will understand the different components and Storage services and how to integrate them into your application.</span></p> <h2><span class="sugar_field">Style and Approach</span></h2> <p><span class="sugar_field"><span id="trade_selling_points_c" class="sugar_field">A complete course packed with step-by-step instructions, working examples, and helpful advice. This course is clearly divided into small parts that will help you understand each part individually and help you learn at your own pace.</span></span></p>
Table of Contents (3 chapters)
Chapter 2
Building a Data Form Storage Service with Spring
Content Locked
Section 2
Spring Data
What is Spring data and how to use it to persist information? - Learn what is Spring data and what are the supported data source - How to perform DB CRUD operations and custom queries with Spring JPA - How to use annotation to define tables relationships