• Post category:StudyBullet-6
  • Reading time:4 mins read


Learn to build, design and create Java web services using JPA to display dynamic web content

What you will learn

Build Java web services

Understand and work with MySql

Display dynamic web content

Build dynamic web services

Understand the Frameworks Spring and Springboot

Description

Are you interrested in Dynamic web applications or do you just want to learn how to develop powerful Java web services? Then this course is all you need! Popular web applications like Facebook, Amazon and Netflix all rely on web services to display their content dynamically to different users, so it’s crucial for any web developer to understand the concepts of how web services work. In this course the focus is set on RESTful Java web services developed using Spring and Spring boot.


Get Instant Notification of New Courses on our Telegram channel.


English
language

Content

Introduction

Introduction
Install Java SDK
Install Java IDE
Create Java Web Service Project
Load the Project

Create your first endpoint

Request GET method
Adding Parameters
Case specific output

Setup Database

Install MySql Workbench
Install Xampp
Connect and create Database
Insert into Datebase Table

Java Service and Mysql

JDBC Entity
JpaRepository
Mysql credentials and Get Service + Code Example

Angular – Frontend

Angular ClI and project Creation
Http Service request
Fetch and display Data
Adding Bootstrap
Add Sanitizer
Displaying video element
Display list of video elements

Dynamic Photo Display

Create photos Table
Update Java Web Service with new Request Method
Display Dynamic Photos Front end