Master Java Web Services and REST API with Spring Boot

所在平台: Udemy

课程主页: https://www.udemy.com/course/spring-web-services-tutorial/

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:掌握使用Spring Boot构建Java Web服务和REST API 课程概述:本课程将带您深入了解REST API、Spring Boot和SOAP,结合最佳实践和实际操作,旨在帮助学员掌握构建高质量的Java Web服务,包括RESTful和SOAP服务。学员反馈极其积极,许多人给予了满分评价,称赞课程内容丰富且易于理解,非常适合希望增强REST API和Spring Boot技能的开发者。 课程结构:本课程分为两个部分,分别专注于RESTful Web服务和SOAP Web服务。在第一部分,您将学习如何为社交媒体应用开发RESTful Web服务,包括版本控制、异常处理、文档生成(Swagger)、基本认证(Spring Security)、过滤和HATEOAS等功能。同时,您将熟悉Spring框架、Spring MVC、Spring Boot、Spring Security等工具的使用。 第二部分重点介绍SOAP Web服务,您将学会如何设计和实现SOAP Web服务,利用合同优先的方法定义请求和响应的XML结构,并使用WSDL和JAXB等技术。课程还包括构建SOAP Web服务的详细步骤和错误处理的实现。 学习内容包括: - Web服务及其分类 - 使用Spring和Spring Boot实现RESTful Web服务 - RESTful Web服务设计的最佳实践 - 使用Postman执行RESTful服务请求 - SOAP Web服务的基础知识和实现步骤 - 使用WS Security为SOAP Web服务实现基本安全性 课程亮点包括: - 初始化RESTful服务项目 - 创建和增强Hello World服务 - 用户资源的GET、POST和DELETE方法实现 - HATEOAS的实现及RESTful服务的国际化和内容协商 - SOAP Web服务的配置和WSDL生成 适合对象:无论是初学者还是有经验的开发者,本课程都提供了扎实的基础和实践机会,帮助学员在真实应用中灵活应用所学知识。 立即开始学习,只需点击注册按钮!

课程评论(0条)

课程详情

REST API? Yes. Spring Boot ? Yes SOAP ? Yes Best Practices ? Yes Hands-on ? Of course. Do you want to Master Building Great Java Web Services - both RESTful and SOAP - with Spring Boot? WHAT OUR LEARNERS ARE SAYING:5 STARS - This is the best course if you like to learn how REST API exactly works. The instructor is awesome. I had a great time watching his videos and doing coding for this course. It really helped me to do a coding assessment for the company.5 STARS - This course gave me an excellent head start with creating Restful web services!5 STARS - It is such an awesome course, I have now got an idea to create production level restful services5 STARS - As an experienced JEE developer unfamiliar with Spring Boot and developing web services within it, this was simply an awesome course for becoming knowledgeable and comfortable in applying it in a real-world context.5 STARS - This is my first spring boot course. I've thoroughly enjoyed it. Thank you very much Ranga for delivering such a high quality course. I've learned a lot spring boot from you. If someone want to learn spring boot, this is one of the best courses to pick up.******* Course Overview *******Developing SOAP and RESTful web services is fun. The combination of Spring Boot, Spring Web MVC, Spring Web Services and JPA makes it even more fun.Architectures are moving towards microservices. RESTful web services are the first step to developing great microservices. Spring Boot, in combination with Spring Web MVC (also called Spring REST) makes it easy to develop RESTful web services.There are two parts to this course - RESTful web services and SOAP Web Services.In the first part of the course, you will learn the basics of RESTful web services developing resources for a social media application. You will learn to implement these resources with multiple features - versioning, exception handling, documentation (Swagger), basic authentication (Spring Security), filtering and HATEOAS. You will learn the best practices in designing RESTful web services.You will be using Spring (Dependency Management), Spring MVC (or Spring REST), Spring Boot, Spring Security (Authentication and Authorization), Spring Boot Actuator (Monitoring), Swagger (Documentation), Maven (dependencies management), Eclipse (IDE), Postman (REST Services Client) and Tomcat Embedded Web Server. We will help you set up each one of these.While the use of SOAP Web Services is on the way down, there are still considerable number of web services using this approach.In the second part of the course, you will learn the basics of implementing SOAP Web Services developing a few web services for a course management application. You will learn to use a Contract first approach - defining XSD (XML Schema Definition) for your requests and responses. You will learn about WSDL (SOAP Header, SOAP Body and SOAP Fault), XSD (XML Schema Definition) and JAXB (Java API for XML Binding). You will implementing three SOAP web services with exception handling and basic security (with WS Security).In this part of the course, you will be using Spring (Dependency Management), Spring Web Services , Spring Boot, Spring Security (Authentication and Authorization), Maven (dependencies management), Eclipse (IDE), Wizdler (SOAP Services Chrome Plugin) and Tomcat Embedded Web Server. We will help you set up each one of these.You will learnWhat is a Web Service?What is a RESTful Web Service?How to implement RESTful Web Services with Spring and Spring Boot?What are the best practices in designing RESTful Web Services?How to design Resources and GET, POST and DELETE operations?How to implement Validation for RESTful Web Services?How to implement Exception Handling for RESTful Web Services?What is HATEOAS? How to implement HATEOAS for a Resource?What are the different approach in versioning RESTful Services?How to use Postman to execute RESTful Service Requests?How to implement basic authentication with Spring Security?How to implement filtering for RESTful Services?How to monitor RESTful Services with Spring Boot Actuator?How to document RESTful Web Services with Swagger?How to connect RESTful Services to a backend with JPA?What is a SOAP Web Service?What is WSDL (Web Service Definition Language)?What is SOAP Header, SOAP Body and SOAP Fault?What is an XSD (XML Schema Definition)?How to write an XSD for your requests and responses?What is JAXB (Java API for XML Binding)?What is an Endpoint?What is a Contract First approach?What are the different steps in building SOAP Web Services with Spring Web Services & Spring Boot?How to build different SOAP Web services for GetCourseDetailsRequest, GetAllCourseDetailsRequest and DeleteCourseDetailsRequest?How to use Wizdler to execute SOAP Requests?How to implement exception handling for SOAP Web Services?How to implement basic security with WS Security for SOAP Web Services?COURSE HIGHLIGHTS:RESTful Web Services Step 01 - Initializing a RESTful Services Project with Spring BootStep 02 - Understanding the RESTful Services we would create in this courseStep 03 - Creating a Hello World ServiceStep 04 - Enhancing the Hello World Service to return a BeanStep 05 - Quick Review of Spring Boot Auto Configuration and Dispatcher Servlet - What's happening in the background?Step 06 - Enhancing the Hello World Service with a Path VariableStep 07 - Creating User Bean and User ServiceStep 08 - Implementing GET Methods for User ResourceStep 09 - Implementing POST Method to create User ResourceStep 10 - Enhancing POST Method to return correct HTTP Status Code and Location URIStep 11 - Implementing Exception Handling - 404 Resource Not FoundStep 12 - Implementing Generic Exception Handling for all ResourcesStep 13 - Exercise: User Post Resource and Exception HandlingStep 14 - Implementing DELETE Method to delete a User ResourceStep 15 - Implementing Validations for RESTful ServicesStep 16 - Implementing HATEOAS for RESTful ServicesStep 17 - Overview of Advanced RESTful Service FeaturesStep 18 - Internationalization for RESTful ServicesStep 19 - Content Negotiation - Implementing Support for XMLStep 20 - Configuring Auto Generation of Swagger DocumentationStep 21 - Introduction to Swagger Documentation FormatStep 22 - Enhancing Swagger Documentation with Custom AnnotationsStep 23 - Monitoring APIs with Spring Boot ActuatorStep 24 - Implementing Static Filtering for RESTful ServiceStep 25 - Implementing Dynamic Filtering for RESTful ServiceStep 26 - Versioning RESTful Services - Basic Approach with URIsStep 27 - Versioning RESTful Services - Header and Content Negotiation ApproachesStep 28 - Implementing Basic Authentication with Spring SecurityStep 29 - Overview of Connecting RESTful Service to JPAStep 30 - Creating User Entity and some test dataStep 31 - Updating GET methods on User Resource to use JPAStep 32 - Updating POST and DELETE methods on User Resource to use JPAStep 33 - Creating Post Entity and Many to One Relationship with User EntityStep 34 - Implementing a GET service to retrieve all Posts of a UserStep 35 - Implementing a POST service to create a Post for a UserStep 36 - Richardson Maturity ModelStep 37 - RESTful Services Best PracticesSOAP Web ServicesStep 01 - Initialize a Spring Web Services application with Spring BootStep 02 - Overview of creating SOAP Web Service using Contract First ApproachStep 03 - Define Request and Response XML StructureStep 04 - Define XML Schema Definition (XSD) for Request - GetCourseDetailsRequestStep 05 - Define XML Schema Definition (XSD) for Respone - GetCourseDetailsResponseStep 06 - More about XML Schema Definition and Implementing XSD Best PracticesStep 07 - Introduction to Java API for XML Binding (JAXB) and Configuring JAXB 2 Maven PluginStep 08 - Configuring an Endpoint for GetCourseDetailsRequestStep 09 - Spring Web Services Configuration - Message Dispatcher ServletStep 10 - Spring Web Services Configuration - Generating WSDLStep 11 - Using Wizdler to execute SOAP RequestsStep 12 - Implementing a service - Course Details Service - backend with in memory array listStep 13 - Implementing SOAP Web Service for GetAllCourseDetailsRequestStep 14 - Quick introduction to different parts of a WSDLStep 15 - Implementing SOAP Web Service for DeleteCourseDetailsRequestStep 16 - Improving the DeleteCourseDetailsRequest - Using an Enum for StatusStep 17 - Exception Handling and SOAP Fault ResponsesStep 18 - Implementing Security for SOAP Web Services with WS SecurityStart Learning Now. Hit the Enroll Button!

课程标签

0人关注该课程

主题相关的课程