Learn your way! Get started

Learning Angular, Part 6 of 7: Create Reservation App

with expert Bharath Thipireddy


Watch trailer


Course at a glance

Included in these subscriptions:

  • Dev & IT Pro Video
  • Dev & IT Pro Power Pack

Release date 9/15/2019
Level Advanced
Runtime 1h 17m
Closed captioning N/A
Transcript N/A
eBooks / courseware N/A
Hands-on labs N/A
Sample code Included
Exams Included
Platform Internet Explorer Only


Enterprise Solutions

Need reporting, custom learning tracks, or SCORM? Learn More



Course description

This course starts to bring all the angular concepts together by creating a backend for a flight reservation application. You'll create the Java backend and then implement the creating and updating of reservations as well as how to filter and return data.

Prerequisites

Experience with JavaScript, TypeScript and also of Java Sprint Boot for work on the Java backend.

Meet the expert

Bharath Thippireddy is an entrepreneur, software architect, public speaker, and trainer. Bharath is a Sun Certified Developer, Web Component Developer, Business Component Developer, and a Web Services Developer. While working for companies like Oracle, HP, TCS, Siemens, and NCR; Bharath has architected applications using Java, JEE, JavaScript, and SOA technologies. He loves learning new things both in technology and personal development and shares them on YouTube and his web site - Sharing is learning!. He has mentored students in classroom trainings, as well as in the corporate world, both in India as well as in USA. He has spoken on technical topics at several agile conferences. While in India he also voluntarily teaches interview and soft skills at Vivekananda Kendra.

Course outline



Reservation App

Create Java Backend (19:19)
  • Introduction (00:08)
  • Create the DB Schema (03:01)
  • Install Java (01:27)
  • Install STS (01:34)
  • Download the executable java application (03:47)
  • Download the completed source code (00:58)
  • Create the project (02:42)
  • Create Entities (05:33)
  • Summary (00:08)
Create Reservation (23:51)
  • Introduction (00:08)
  • Mark them with JPA Annotations (03:52)
  • Define relationships (01:50)
  • Create Repositories (02:27)
  • Find Flights (05:00)
  • Create Reservation (03:42)
  • Implement saveReservation (06:41)
  • Summary (00:08)
Update Reservation (15:48)
  • Introduction (00:08)
  • findReservation (02:48)
  • Update Reservation (04:55)
  • Configure The Data Source and Run (05:25)
  • Add Flights (02:23)
  • Summary (00:08)
Filter Flights (18:41)
  • Introduction (00:08)
  • Filter Flights (05:59)
  • Test Filter Flights using Postman (02:25)
  • Test Save and Find Reservation (04:53)
  • Test Update (01:48)
  • Create and Test FindFlight (02:24)
  • Add Cross Site Origin Support (00:54)
  • Summary (00:08)