وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Master Java Web Services and REST API with Spring Boot

سرفصل های دوره

Build Java Web Services & REST API - RESTful & SOAP - with Spring & Spring Boot. Learn REST API & SOAP Web Services Now!


01 - Getting Started
  • 001 DO NOT SKIP Success Stories of Other Learners.html
  • 002 01-Spring-Web-Services-Course-Guide.pdf
  • 002 Introduction to Course & Course Guide

  • 02 - Introduction To Web Services
  • 001 Introduction To Web Services - An Overview
  • 002 What is a Web Service
  • 003 Important How Questions related to Web Services
  • 004 Web Services - Key Terminology
  • 005 Introduction to SOAP Web Services
  • 006 Introduction to RESTful Web Services
  • 007 SOAP vs RESTful Web Services

  • 03 - Introduction to Spring Framework in 10 Steps (NOW 16)
  • 001 Step 01 - Getting Started with Spring Framework - Goals
  • 002 Fastest Approach to Solve All Your Exceptions.html
  • 003 Step 02 - Setting up New Spring Project with Spring Initializr
  • 004 Step 03 - Iteration 1 - Building Tightly Coupled GameRunner and MarioGame
  • 005 Step 04 - Understanding Tight Coupling
  • 006 Step 05 - Iteration 2 - Loose Coupling Level 1 - Interfaces
  • 007 Step 06 - Exploring Loose Coupling with Interfaces - PacmanGame
  • 008 Step 07 - Iteration 3 - Loose Coupling Level 2 - Spring Framework
  • 009 Step 08 - Q1 - Spring Framework - Understanding whats happening in Background
  • 010 Step 09 - Q2 - Spring Framework - Understanding Important Terminology
  • 011 Step 10 - Q3 - Spring Framework - Does Spring Framework Add Value
  • 012 Step 11 - Q4 - Spring Framework - Running Super Contra
  • 013 Step 12 - Q5 - Spring Framework - Maven
  • 014 Step 13 - Exploring Spring Framework Dependency Injection Types
  • 015 Step 14 - Exploring Spring Modules
  • 016 Step 15 - Exploring Spring Projects
  • 017 Step 16 - Getting Started with Spring Framework - Review

  • 04 - Introduction to Spring Boot in 10 Steps (NOW 14)
  • 001 Step 01 - Getting Started with Spring Boot - Goals
  • 002 Step 02 - Understanding the World Before Spring Boot - 10000 Feet Overview
  • 003 Step 03 - Setting up New Spring Boot Project with Spring Initializr
  • 004 Step 04 - Build a Hello World API with Spring Boot
  • 005 Step 05 - Understanding the Goal of Spring Boot
  • 006 Step 06 - Understanding Spring Boot Magic - Spring Boot Starter Projects
  • 007 Step 07 - Understanding Spring Boot Magic - Auto Configuration
  • 008 Step 08 - Build Faster with Spring Boot DevTools
  • 009 Step 09 - Get Production Ready with Spring Boot - 1 - Profiles
  • 010 Step 10 - Get Production Ready with Spring Boot - 2 - ConfigurationProperties
  • 011 Step 11 - Get Production Ready with Spring Boot - 3 - Embedded Servers
  • 012 Step 12 - Get Production Ready with Spring Boot - 4 - Actuator
  • 013 Step 13 - Understanding Spring Boot vs Spring vs Spring MVC
  • 014 Step 14 - Getting Started with Spring Boot - Review

  • 05 - SOAP Web Services with Spring and Spring Boot
  • 001 SOAP Web Services - An Overview
  • 002 Step 01 - Initialize a Spring Web Services application with Spring Boot
  • 003 Step 02 - Overview of creating SOAP Web Service using Contract First Approach
  • 004 Step 03 - Define Request and Response XML Structure
  • 005 Step 04 - Define XML Schema Definition (XSD) for Request - GetCourseDetailsReque
  • 006 Step 05 - Define XML Schema Definition (XSD) for Response - GetCourseDetailsResp
  • 007 Step 06 - More about XML Schema Definition and Implementing XSD Best Practices
  • 008 JAXB Maven Plugin Configuration - Next Lecture.html
  • 009 Step 07 - Introduction to Java API for XML Binding (JAXB) and Configuring JAXB 2
  • 010 Step 08 - Configuring an Endpoint for GetCourseDetailsRequest
  • 011 Step 09 - Spring Web Services Configuration - Message Dispatcher Servlet
  • 012 Step 10 - Spring Web Services Configuration - Generating WSDL
  • 013 Step 11 - Using Wizdler to execute SOAP Requests
  • 014 Step 12 - Implementing a service - Course Details Service - backend with in memo
  • 015 Step 13 - Implementing SOAP Web Service for GetAllCourseDetailsRequest
  • 016 Step 14 - Quick introduction to different parts of a WSDL
  • 017 Step 15 - Implementing SOAP Web Service for DeleteCourseDetailsRequest
  • 018 Step 16 - Improving the DeleteCourseDetailsRequest - Using an Enum for Status
  • 019 Step 17 - Exception Handling and SOAP Fault Responses
  • 020 Debugging Guide Next Step.html
  • 021 Step 18 - Implementing Security for SOAP Web Services with WS Security

  • 06 - RESTful Web Services with Spring and Spring Boot
  • 001 Step 00 - Creating a REST API with Spring Boot - An Overview
  • 002 CODE BACKUP FILES and STEP BY STEP CHANGES For Reference.html
  • 003 Step 01 - Initializing a REST API Project with Spring Boot
  • 004 Step 02 - Creating a Hello World REST API with Spring Boot
  • 005 Step 03 - Enhancing the Hello World REST API to return a Bean
  • 006 Step 04 - Whats happening in the background Spring Boot Starters & Autoconfign
  • 007 Step 05 - Enhancing the Hello World REST API with a Path Variable
  • 008 Step 06 - Designing the REST API for Social Media Application
  • 009 Step 07 - Creating User Bean and UserDaoService
  • 010 Resources for Next Step.html
  • 011 Step 08 - Implementing GET Methods for User Resource
  • 012 Step 09 - Implementing POST Method to create User Resource
  • 013 Step 10 - Enhancing POST Method to return correct HTTP Status Code and Location
  • 014 Step 11 - Implementing Exception Handling - 404 Resource Not Found
  • 015 Resources for Next Step.html
  • 016 Step 12 - Implementing Generic Exception Handling for all Resources
  • 017 Step 13 - Implementing DELETE Method to delete a User Resource
  • 018 Step 14 - Implementing Validations for REST API
  • 019 Step 15 - Overview of Advanced REST API Features
  • 020 Step 16 - Understanding Open API Specification and Swagger
  • 021 springdoc-openapi Dependency for next lecture.html
  • 022 Step 17 - Configuring Auto Generation of Swagger Documentation
  • 023 Step 18 - Exploring Content Negotiation - Implementing Support for XML
  • 024 Step 19 - Exploring Internationalization for REST API
  • 025 Resources for Next Step.html
  • 026 Step 20 - Versioning REST API - URI Versioning
  • 027 Step 21 - Versioning REST API - Request Param, Header and Content Negotiation
  • 028 Step 22 - Implementing HATEOAS for REST API
  • 029 Step 23 - Implementing Static Filtering for REST API
  • 030 Step 24 - Implementing Dynamic Filtering for REST API
  • 031 Step 25 - Monitoring APIs with Spring Boot Actuator
  • 032 Step 26 - Exploring APIs with Spring Boot HAL Explorer

  • 07 - Introduction to JPA in 10 Steps (Now 12 steps)
  • 001 Step 01 - Getting Started with JPA and Hibernate - Goals
  • 002 Step 02 - Setting up New Spring Boot Project for JPA and Hibernate
  • 003 Step 03 - Launching up H2 Console and Creating Course Table in H2
  • 004 Step 04 - Getting Started with Spring JDBC
  • 005 Step 05 - Inserting Hardcoded Data using Spring JDBC
  • 006 Step 06 - Inserting and Deleting Data using Spring JDBC
  • 007 Step 07 - Querying Data using Spring JDBC
  • 008 Step 08 - Getting Started with JPA and EntityManager
  • 009 Step 09 - Exploring the Magic of JPA
  • 010 Step 10 - Getting Started with Spring Data JPA
  • 011 Step 11 - Exploring features of Spring Data JPA
  • 012 Step 12 - Understanding difference between Hibernate and JPA

  • 08 - Connecting RESTful Web Service to JPA
  • 001 Step 27 - Connecting REST API to H2 using JPA and Hibernate - An Overview
  • 002 Step 28 - Creating User Entity and some test data
  • 003 Step 29 - Enhancing REST API to connect to H2 using JPA and Hibernate
  • 004 Step 30 - Creating Post Entity with Many to One Relationship with User Entity
  • 005 Step 31 - Implementing a GET API to retrieve all Posts of a User
  • 006 Step 32 - Implementing a POST API to create a Post for a User
  • 007 Step 33 - Exploring JPA and Hibernate Queries for REST API
  • 008 Step 34 - Connecting REST API to MySQL Database - An Overview
  • 009 Step 34z - OPTIONAL - Installing Docker
  • 010 Resources for Next Step.html
  • 011 Step 35 - OPTIONAL - Connecting REST API to MySQL Database - Implementation
  • 012 Step 36 - Implementing Basic Authentication with Spring Security
  • 013 Step 37 - Enhancing Spring Security Configuration for Basic Authentication

  • 09 - RESTful Web Services - Best Practices
  • 001 Richardson Maturity Model
  • 002 RESTful Web Services - Best Practices

  • 10 - Congratulations
  • 001 DO NOT SKIP - I Would Love To Congratulate You!.html
  • 002 Congratulations
  • 003 Bonus Lecture.html

  • 11 - APPENDIX - Introduction to Functional Programming in 30 Minutes
  • 001 Step 00 - Introduction to Functional Programming - Overview
  • 002 Step 01 - Getting Started with Functional Programming with Java
  • 003 Step 02 - Writing Your First Java Functional Program
  • 004 Step 03 - Improving Java Functional Program with filter
  • 005 Step 04 - Using Lambda Expression to enhance your Functional Program
  • 006 Step 05 - Do Functional Programming Exercises with Streams, Filters and Lambdas
  • 007 Step 06 - Using map in Functional Programs - with Exercises
  • 008 Step 07 - Understanding Optional class in Java
  • 009 Step 08 - Quick Review of Functional Programming Basics
  • 45,900 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    شناسه: 1815
    حجم: 4447 مگابایت
    مدت زمان: 726 دقیقه
    تاریخ انتشار: 27 دی 1401
    طراحی سایت و خدمات سئو

    45,900 تومان
    افزودن به سبد خرید