This is a very practical video course aimed at beginner Java developers to help them build their very first RESTful Web Service application with Java, Spring Boot and Spring Data JPAto implement featureslike:
User sign-up andUser sign-in,
Email verification,
Password Reset,
Get user details APIcall,
Get a list of users API call and implement Pagination,
Update user details and Delete user details APIcalls,
Learn to secure Web Service endpoints with Spring Security,
Learn to use Amazon AWS Simple Email Service(SES) to send and request to confirm the user email address,
and learn to generate and includetheJSON Web Token in HTTPRequest.
Students will learnhow to use Postman HTTPclient software to send:HTTPPOST, GET, DELETE and PUT requests, as well as how to set neededHTTPHeaders. We will also cover how to:
Send data to your RESTful WebService via HTTP Body and,
How to pass datavia URLQuery String andas a Path parameter,
How to enable your RESTful Web Service to respond to Cross-Origin AJAXHTTPRequests.
You will also learn how to make your RESTful Web Service accept and respond backwithJSON or XMLmedia type.
In this video course you will learn how to:
Download and install Spring Tool Suite(STS),
Download and install MySQLserver and MySQL Workbench GUI,
Download and run Apache Tomcat,
Add a specific Apache Tomcat Version to your Spring Tool Suite,
User Maven to build and run your project as well as package it into a deployableWAR file,
You will also learn how to run your Web Service as astand-alone Java application with build-in Tomcat,
Deploy your RESTful Web Service toApache Tomcat as well as,
Startup your own Amazon AWSEC2 Service in Amazon Cloud, install Java, MySQL, Tomcat, and deploy RESTful Web Service to your very own cloud server.
You will also learn how to deploy your application to AWSBeanstalk
This video course also covers the H2 in-memory database and teaches how to build a RESTful Web Service that stores data in a database without a need to install MySQL or any other database server. You will also learn how to use the H2 console to preview data stored in an in-memory database tables or in a MySQL database server.
When it comes to storing data in a database you will learn how to use Spring Data JPA Query Methods as well as Native SQL Queries.
You will also learn how to use JUnit 5 to test your code and how to use one of the most popular test frameworks called Rest Assured to test RESTful Web Service endpoints of your REST API.