|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/create-restful-web-service-api-for-your-mobile-app/
课程评论:没有评论
课程名称:使用Java JAX-RS构建RESTful Web服务并部署到AWS 概述:本课程是一门非常实用的视频课程,旨在帮助初学者Java开发人员构建他们的第一个RESTful Java Web服务,使用JAX-RS和Jersey框架。此外,课程还涵盖一些关键功能的实现,包括用户注册、用户登录和基于令牌的身份验证。学生将学习如何加密用户提供的密码、生成可安全传输的公共用户ID,并如何生成、存储和验证安全访问令牌,以及如何保护RESTful Web服务的端点。 此外,课程还包括: - 更新数据库记录的用户个人资料更新功能 - 删除数据库记录 - 使用Amazon AWS SES(简单邮件服务)实现邮件验证功能 学生将学习如何使用Postman HTTP客户端软件发送HTTP POST、GET、DELETE和PUT请求,并设置所需的HTTP头。课程还将介绍如何通过HTTP正文发送数据、如何通过URL查询字符串和路径参数传递数据。学员也将了解如何使RESTful Web服务接受并以JSON或XML媒体类型响应。 课程还将指导学员如何在本地计算机上安装所需软件,以便构建RESTful Java Web服务,以及如何在Amazon云(AWS EC2)上启动自己的Linux服务器,安装必要的软件到远程EC2实例,最后将创建的Web服务部署到AWS EC2实例上。虽然本课程涵盖了上述所有内容,但并不是一个全面、详尽的Web服务构建指南,仍有许多内容需要学习。但通过学习本课程内容,学员肯定能够获得有效的收益和提升。
This is a very practical video course aimed at beginner Java developers to help them build their very first RESTful Java Web Service with JAX-RS and Jersey framework as well as implement features like: User sign up, User sign in, Token base authentication. Students will also learn how to encrypt user provided password, generate a public user id which is safe to pass around the network in HTTP Requests, and how to generate and securely store as well as validate a secure access token, Protect RESTful WebService endpoints, Update database records by implementing Update User Profile details feature, and learn how to Delete database records,Implement Email Verification feature using Amazon AWS SES(Simple Email Service) Students will learn how to use Postman HTTP client software to send: HTTP POST, GET, DELETE and PUT requests, as well as how to set needed HTTP Headers. We will also cover how to: Send data to your RESTful WebService via HTTP Body and How to pass data via URL Query String and as a Path parameter You will also learn how to make your RESTful Web Service accept and respond back with JSON or XML media type. This video course also teaches how to install needed software on local computer to be able to build RESTful Java Web Service as well as: How to start up your own Linux server in Amazon cloud( AWS EC2),Install needed software on a remote EC2 instance and finally, How deploy created WebService on AWS EC2 instance. Please note that even though this video course covers all of the above mentioned, it is not a comprehensive guide that covers, in little details, all and everything about building Web Services. There are still things to be learned. But you will definitely benefit and gain by learning the above mentioned material.